token-metrics-automation

Automate Token Metrics data operations through Rube MCP and Composio toolkits.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill token-metrics-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-metrics-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/token-metrics-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill token-metrics-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Token Metrics APIs, allowing users to execute complex data workflows and tool interactions through a unified MCP interface.

Core Features & Use Cases

  • Unified Tool Discovery: Dynamically search and retrieve current tool schemas for Token Metrics operations.
  • Automated Execution: Perform multi-step workflows including connection management and tool execution via Rube MCP.
  • Use Case: Automate the retrieval of market metrics or token analysis reports by chaining discovery, connection verification, and execution steps into a single agentic workflow.

Quick Start

Use the token-metrics-automation skill to search for available tools and execute a data retrieval task for a specific token.

Frequently Asked Questions about token-metrics-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Token Metrics to my agent?

Connect Token Metrics by calling RUBE_MANAGE_CONNECTIONS with the token_metrics toolkit. Ensure the connection status is ACTIVE before attempting to execute any tools or workflows.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current arguments and slugs, preventing execution errors.

Can I automate bulk Token Metrics tasks?

Yes, use RUBE_MULTI_EXECUTE_TOOL to chain multiple operations or RUBE_REMOTE_WORKBENCH for complex, multi-step workflows involving Composio tools.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your arguments match the schema returned by the latest RUBE_SEARCH_TOOLS call.