Amcards — автоматизация отправки открыток

automation

Amcards automation is a Claude Code skill that automates Amcards operations through Rube MCP and the Composio toolkit, using dynamic tool discovery to always work with current schemas. Reach for it when you want to send cards or greetings through Amcards without triggering each action manually, when you need to wire Amcards into a broader Claude Code workflow, or when bulk operations are piling up and manual repetition is slowing you down. The skill connects Claude to the Rube MCP endpoint at https://rube.app/mcp — no API keys required — then establishes an active Amcards connection via RUBE_MANAGE_CONNECTIONS. Before any execution, RUBE_SEARCH_TOOLS must be called to retrieve current tool slugs and input schemas; hardcoding slugs without this step is explicitly unsupported because schemas change. Tasks run through RUBE_MULTI_EXECUTE_TOOL with schema-compliant arguments from search results; bulk operations can use RUBE_REMOTE_WORKBENCH. The flow goes outward — triggering actions in Amcards — not inbound event handling (use a dedicated webhook or trigger skill for that). Works for anyone with an active Amcards account and Rube MCP configured; not applicable if the toolkit connection stays inactive or Rube MCP is unavailable in your client.