Automate Amara tasks through Rube MCP after checking current tool schemas first.
This skill appears to be prompt-only and open-source, with no direct local secret requirement or local code execution. However, it is designed to connect to remote Rube MCP and operate through Composio/Amara integrations, so external service interaction and third-party connections warrant caution overall.
The material claims there are 'no API keys', but it explicitly requires an active Amara connection via `RUBE_MANAGE_CONNECTIONS` and asks the user to complete an auth link. This implies real third-party account authorization/tokens are involved, even if not exposed as environment variables in the skill itself.
The README instructs users to add the remote MCP endpoint `https://rube.app/mcp` and execute actions through Composio's Amara toolkit. Task content, tool arguments, and session data may therefore be sent to these declared external services. The stated endpoints appear aligned with the described purpose, with no obvious unrelated exfiltration red flags in the material.
Per the objective checks, this skill is prompt-only. The material does not describe the skill itself spawning local processes, running scripts, or requesting system-level execution privileges. The mentioned `RUBE_MULTI_EXECUTE_TOOL`/`RUBE_REMOTE_WORKBENCH` are descriptions of remote tool usage, not direct local code execution by this skill.
The skill text itself does not claim direct local file read/write access, but through the remote MCP/Composio/Amara workflow, user requests, session IDs, and potentially business data will be used by third-party tools. The material does not show a clear least-privilege boundary or exact data scope, so the connected account's authorization scope should be reviewed carefully.
The source is a GitHub open-source repository with strong community adoption (64.7k stars), which is a meaningful positive trust signal. This item is also marked open-source and prompt-only, improving auditability. Remaining concerns are the undeclared license, unknown maintenance status, and the fact that the external Rube/Composio services are not fully auditable from this repository alone.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "amara-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/amara-automation/SKILL.md 2. Save it as ~/.claude/skills/amara-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Amara operations through Composio's Amara toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/amara
RUBE_MANAGE_CONNECTIONS with toolkit amaraRUBE_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 amaraAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Amara 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 Amara task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["amara"]
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 Amara-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit amara |
| 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 Blackboard course and learning management tasks to save time.
Automate Bitwarden vault search, creation, updates, and credential management tasks.
Automate and manage Bolna tasks via Rube MCP using current tool schemas.
Automate Bolt IoT workflows via Rube MCP using current tool schemas first.
Automate Booqable rental and inventory workflows through Rube MCP.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
Automate Amcards workflows via Rube MCP with schema lookup first.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate Re:amaze support tasks via Rube MCP using current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Parma tasks via Rube MCP after checking current tool schemas first.
Automate Amazon tasks through Rube MCP after checking current tool schemas.