Automate Recallai workflows through Rube MCP with tool-schema lookup first.
The skill appears to be a prompt-oriented wrapper, but its actual function depends on remote Rube MCP and a Recallai connection for tool discovery and execution, so overall it fits a low-to-moderate 'caution' profile. No red flags were found for local secret handling or direct local code execution, and the source has positive supply-chain signals from a high-star open GitHub repository.
The material claims the skill itself needs 'no API keys', but it explicitly requires establishing a Recallai connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow, so third-party account tokens are likely involved in practice. It does not directly request or expose local environment variables, but credentials would still be managed by the remote MCP/platform.
The README instructs users to add the remote MCP endpoint `https://rube.app/mcp` and use Composio/Recallai-related services for tool discovery, connection management, and execution. This means task inputs, session IDs, and connection state may be sent to the declared remote service. The endpoint appears aligned with the stated function, with no obvious unrelated exfiltration target, but normal cloud egress is present.
The system marks this as `prompt-only`, and the provided material does not describe spawning local processes, running scripts, invoking a shell, or requesting system-level permissions. Its execution semantics are framed as remote MCP tool usage rather than local code execution.
The material does not state that it can directly read or write local files or access local system data, but when executing Recallai operations through remote tools, user-provided task content, parameters, and potentially related business data may be processed by external services. No local data permissions beyond the stated purpose are evident.
The source is an open GitHub repository with strong community adoption (64.7k stars), which is a meaningful positive signal. The current material is mainly README/skill documentation and is auditable. The missing license declaration and unknown maintenance status are minor transparency gaps, but not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "recallai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/recallai-automation/SKILL.md 2. Save it as ~/.claude/skills/recallai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Recallai operations through Composio's Recallai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/recallai
RUBE_MANAGE_CONNECTIONS with toolkit recallaiRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit recallaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Recallai operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Recallai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["recallai"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Recallai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit recallai |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate OpenWeather API queries and weather data workflows via Rube MCP.
Automate Token Metrics queries and analysis workflows through Rube MCP tools.
Automate browser tasks, web flows, and scraping with Browserless tooling.
Randomly pick fair winners from lists or spreadsheets for giveaways and contests.
Automate Turso database tasks and operational workflows through Rube MCP.
Automate Exa search tasks and workflows through Rube MCP efficiently.
Automate RetellAI tasks and workflows through Rube MCP with up-to-date schemas
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Chatfai tasks via Rube MCP with schema lookup first.
Automate remote retrieval workflows via Rube MCP using current tool schemas first.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Automate Mem tasks through Rube MCP after checking current tool schemas first.