token-metrics-automation
Automate Token Metrics tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:40
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-token-metrics-automation&locale=en&source=copy
Token Metrics Automation - Intelligent Agent Automation via Composio
Skill Overview
Token Metrics Automation is a Claude agent skill that enables automated Token Metrics operations through Composio’s Rube MCP service. It requires no API key and always searches for tools first to obtain the latest schemas.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to always retrieve the latest tool schemas and recommended execution plans, avoiding outdated hardcoded tool definitions and ensuring synchronization with changes to the Token Metrics API.RUBE_MANAGE_CONNECTIONS to check connection status and complete the authentication process. Session ID reuse is supported, allowing multiple related operations to be executed within a single session for improved efficiency.RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to support batch tool calls and remote workbench operations, making them suitable for complex workflows that combine multiple Token Metrics functions.Frequently Asked Questions
Does Token Metrics Automation require an API key?
No. Rube MCP uses Composio’s connection management model. You only need to add the MCP server URL (
https://rube.app/mcp) to your client configuration, then complete OAuth authentication through RUBE_MANAGE_CONNECTIONS. You do not need to manage API keys directly.How do I get started with Token Metrics Automation?
First, make sure Rube MCP is available by calling
RUBE_SEARCH_TOOLS as a test. Then use RUBE_MANAGE_CONNECTIONS to activate the Token Metrics toolkit connection. After successful authentication, you can retrieve the schemas through tool search and execute tasks.Why must tools always be searched first?
Token Metrics tool schemas are updated regularly, and directly hardcoding tool definitions may cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest tool list, input schemas, and recommended execution plans, ensuring that your agent always uses the correct tool parameters and field names.