Automate Token Metrics queries and analysis workflows through Rube MCP tools.
This skill is essentially an open-source instruction/prompt artifact with visible source and strong community signals. The main security consideration is that it relies on an external Rube MCP service and a Token Metrics connection, so requests, sessions, and account authorization leave the local environment.
The material says no API key is needed for the skill itself, but it explicitly requires establishing a `token_metrics` external connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow. That implies third-party account authorization/tokens are still involved, even if the README does not expose the exact credential format, creating normal credential custody and misuse considerations.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube for search, connection management, and tool execution. User requests, session IDs, tool arguments, and potentially Token Metrics data will be sent to external services, but the material does not show unrelated or covert exfiltration endpoints.
Based on the provided material, this is a prompt-only skill/instruction and does not describe spawning local processes, running shell commands, installing dependencies, or invoking host system capabilities. Its behavior is mainly orchestrating external MCP tools rather than executing code locally.
There is no stated ability to read local files, disks, or host resources. However, it can access data from the connected Token Metrics account through remote tools and passes `session_id`, arguments, and `memory` within Rube sessions, so the effective data scope depends mainly on the external account permissions and remote service handling.
Positive factors: the skill entry comes from a GitHub open-source repository with very strong community stars. Limiting factors: the license and maintenance status are unknown, and the key execution surface depends on external Rube/Composio services rather than being fully locally auditable. Therefore, the supply-chain posture is caution rather than high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "token-metrics-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/token-metrics-automation/SKILL.md 2. Save it as ~/.claude/skills/token-metrics-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Token Metrics operations through Composio's Token Metrics toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/token_metrics
RUBE_MANAGE_CONNECTIONS with toolkit token_metricsRUBE_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 token_metricsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Token Metrics 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 Token Metrics task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["token_metrics"]
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 Token Metrics-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit token_metrics |
| 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
Download YouTube videos or audio with selectable quality and format options.
Automate Fixer tasks through Rube MCP using current tool schemas first.
Automate web crawling, structured extraction, batch scraping, and site mapping.
Automate Fireflies tasks through Rube MCP for faster meeting workflows.
Automate Fitbit data retrieval, syncing, and health tracking tasks via Rube MCP.
Analyze and rewrite tweets to improve reach, visibility, and engagement.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate CoinMarketCap queries and data workflows through Rube MCP tools.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate Simple Analytics queries, reporting, and routine analysis tasks via Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.