Automate Amcards workflows via Rube MCP with schema lookup first.
This skill is primarily an open-source prompt/instruction wrapper, but it is designed to drive Amcards actions through the remote Rube MCP and a third-party Composio connection. No clear red flags for local execution or direct secret harvesting are shown, so the overall posture is mostly caution, with lower supply-chain concern due to open source and strong community adoption.
The material says the skill itself needs no API key, but it requires an ACTIVE `amcards` connection via `RUBE_MANAGE_CONNECTIONS` and an external auth link. This implies third-party account authorization/tokens are involved, likely brokered by Rube/Composio, which creates normal delegated-credential risk.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using it for tool discovery, connection management, and execution. User task details, arguments, and possible business data may transit through that remote service to the relevant toolkit. The endpoint is declared and relevant, but it is still a real egress path.
Based on the provided material, this is a prompt-style skill description and does not describe launching local processes, running scripts, or requesting system-level execution privileges by itself. Its behavior is mainly orchestrating calls to connected MCP tools.
The skill is intended to 'Automate Amcards operations' and supports executing discovered tools, bulk operations, and paginated retrieval. That generally implies access to business objects and results within the connected Amcards account. The material does not show local file access or obvious overbroad system permissions, but it does present a normal operational surface over third-party account data.
The source is an open-source GitHub repository with strong community adoption (~64.9k stars), both of which are meaningful risk-reducing signals. Although the license is unspecified and maintenance status is unknown, and the workflow depends on external Rube/Composio services, the skill material itself has relatively good auditability and source trust.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "amcards-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/amcards-automation/SKILL.md 2. Save it as ~/.claude/skills/amcards-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Amcards operations through Composio's Amcards toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/amcards
RUBE_MANAGE_CONNECTIONS with toolkit amcardsRUBE_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 amcardsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Amcards 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 Amcards task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["amcards"]
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 Amcards-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit amcards |
| 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 Addresszen workflows via Rube MCP using the latest tool schemas.
Automate Goody tasks through Rube MCP using current tool schemas.
Automate API Bible tasks via Rube MCP with schema lookup first.
Automate Api2pdf workflows for PDF generation, conversion, and document handling.
Automate customers, subscriptions, payment methods, and transactions with Stripe-compatible workflows.
Automate fetching and handling brand data, logos, and brand assets.
Automate Amara tasks through Rube MCP after checking current tool schemas first.
Automate Cardly workflows through Rube MCP with tool schema discovery first.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Re:amaze support tasks via Rube MCP using current tool schemas.
Automate Amazon tasks through Rube MCP after checking current tool schemas.