coinranking-automation

Automate cryptocurrency data retrieval and management tasks using the Rube MCP Coinranking toolkit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of querying cryptocurrency market data and managing related automation tasks by providing a structured interface for the Coinranking API.

Core Features & Use Cases

  • Automated Data Retrieval: Fetch real-time cryptocurrency market data, coin statistics, and historical trends.
  • Workflow Integration: Execute multi-step operations across Coinranking endpoints using the Rube MCP gateway.
  • Use Case: Automatically generate a daily summary report of top-performing assets or monitor specific coin price changes to trigger alerts.

Quick Start

Ask the assistant to search for available Coinranking tools and execute a market data fetch for a specific cryptocurrency.

Frequently Asked Questions about coinranking-automation

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

FAQPage Schema
How do I fetch market data for a specific coin?

Use the RUBE_SEARCH_TOOLS command to identify the correct tool slug for fetching coin data, then execute it via RUBE_MULTI_EXECUTE_TOOL with the required coin ID or symbol.

What is the purpose of RUBE_SEARCH_TOOLS?

RUBE_SEARCH_TOOLS is used to discover available tool schemas, input requirements, and execution plans for the Coinranking toolkit before attempting any operations.

How do I verify my Coinranking connection status?

Call the RUBE_MANAGE_CONNECTIONS command with the coinranking toolkit parameter to check if your connection is currently active and ready for use.

Can I perform bulk operations with this skill?

Yes, you can use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to execute bulk operations or complex workflows across the Coinranking toolkit.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and check for pagination tokens if fetching large datasets.