bitquery-automation

Automate blockchain data queries and operations through the Bitquery toolkit via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually interacting with blockchain data APIs by providing a standardized, automated interface for executing Bitquery operations.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current tool schemas and execution plans for Bitquery tasks.
  • Connection Management: Handle authentication and session state for secure blockchain data access.
  • Multi-Tool Execution: Execute complex, multi-step blockchain workflows using the Rube MCP gateway.

Quick Start

Use the bitquery-automation skill to search for available tools and execute a query for recent transaction data.

Frequently Asked Questions about bitquery-automation

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

FAQPage Schema
How do I connect Bitquery to my agent?

Connect Bitquery by calling RUBE_MANAGE_CONNECTIONS with the bitquery toolkit slug. Ensure the Rube MCP server is configured in your client and follow the returned authentication link to activate the connection.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and available endpoints change frequently. This ensures your agent uses the most current arguments and execution plans for Bitquery operations.

Can I hardcode tool slugs for Bitquery?

Hardcoding tool slugs is discouraged as it leads to failures when schemas update. Always discover tool slugs dynamically using RUBE_SEARCH_TOOLS to ensure compatibility with the current API version.

How do I handle session management for workflows?

Reuse the same session ID throughout a single workflow to maintain state and context. Generate a new session ID only when starting an entirely new, unrelated task.