Automate Coinmarketcal queries and event workflows through Rube MCP.
This skill appears to be primarily operational guidance for Rube MCP/Composio. Based on the materials, it is a prompt-only skill in an open-source repository with no declared local execution, direct API key requirement, or fixed remote endpoint. Overall risk is low, but actual capabilities depend on external MCP tools and subsequent connection authorization, so users should still verify Rube/Composio data flows and granted access.
The material says 'No API keys needed,' but it also requires an ACTIVE Coinmarketcal connection via `RUBE_MANAGE_CONNECTIONS` and an external auth link, which suggests credentials are likely brokered by the Rube/Composio connection layer rather than truly absent. The skill does not directly request secrets and shows no explicit credential-abuse red flags, but users should review the scope of the external authorization.
The README explicitly requires connecting to `https://rube.app/mcp` and performing remote operations through the Composio/Coinmarketcal toolchain. Although the system field says there is no remote endpoint, the documentation shows that it at least connects to Rube MCP and may access Coinmarketcal through it. No unrelated or clearly suspicious exfiltration endpoint is stated, but user inputs and operational context may be sent to that service.
The material indicates this is a prompt-only skill that mainly instructs the user to search tool schemas first and then call external MCP tools. There is no indication of local shell access, script execution, binary installation, or elevated system permissions. Based on the provided material, the skill itself does not grant local code execution capability.
The skill itself does not state that it reads local files or writes local data, but it does reuse sessions, pass arguments/memory, and execute Coinmarketcal-related actions through an external connection. This creates a normal exposure where user task data may be submitted to external MCP/integration services. No obviously excessive local data permissions are described.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), which are meaningful risk-reducing signals. The provided material is auditable and does not contain obfuscated install scripts, suspicious download commands, or obvious injection content. Remaining caveats are the unspecified license, unknown maintenance status, and the fact that the downstream Rube/Composio service chain is not fully described here.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "coinmarketcal-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/coinmarketcal-automation/SKILL.md 2. Save it as ~/.claude/skills/coinmarketcal-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Coinmarketcal operations through Composio's Coinmarketcal toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/coinmarketcal
RUBE_MANAGE_CONNECTIONS with toolkit coinmarketcalRUBE_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 coinmarketcalAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Coinmarketcal 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 Coinmarketcal task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["coinmarketcal"]
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 Coinmarketcal-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit coinmarketcal |
| 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 Google Super tasks and cross-tool workflows through Rube MCP.
Automate Google Address Validation workflows and process results through Rube MCP.
Automate Google Classroom course, assignment, and roster tasks through Rube MCP.
Apply official brand colors and typography to keep artifacts visually consistent.
Generate clear user-facing changelogs and release notes from Git commit history.
Automate Formbricks survey and feedback workflows through Rube MCP.
Automate CoinMarketCap queries and data workflows through Rube MCP tools.
Automate Coinranking crypto data queries and monitoring through Rube MCP.
Automate Cal scheduling and booking tasks through Rube MCP efficiently.
Automate Calendarhero scheduling and meeting tasks through Rube MCP.
Automate Google Calendar scheduling, lookup, creation, and update tasks via Rube MCP.
Automate Eventzilla tasks via Rube MCP with current tool schema checks.