A powerful tool for AI agents to discover, query, and visualize blockchain data directly from Dune Analytics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dune-mcp-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dune-mcp-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dune MCP Skill enables seamless interaction with Dune Analytics through the Model Context Protocol (MCP) and uxc command-line tool. It allows developers and AI agents to probe blockchain schemas, manage the full lifecycle of SQL queries, and retrieve execution results with high efficiency.
By integrating this skill, users can leverage Openclaw Skills to automate data discovery across multiple chains and protocols while maintaining strict control over API credits and authentication security. It serves as a bridge between LLM-driven reasoning and the vast datasets available on Dune, facilitating help-first schema inspection and guarded operations.
To get started with this skill, ensure uxc is installed and follow these steps:
# Configure your Dune API credentials
uxc auth credential set dune-mcp --auth-type api_key --header "x-dune-api-key={{secret}}" --secret-env DUNE_API_KEY
# Bind the credential to the Dune MCP endpoint
uxc auth binding add --id dune-mcp --host api.dune.com --path-prefix /mcp/v1 --scheme https --credential dune-mcp --priority 100
# Create a local command link for easier access
uxc link dune-mcp-cli https://api.dune.com/mcp/v1
The Dune MCP Skill organizes data around several core entities and returns them in a structured JSON envelope. This ensures high compatibility with other Openclaw Skills.
| Entity | Key Attributes | Purpose |
|---|---|---|
| Discovery | table_name, blockchain, contract_address |
Identifying the correct data sources |
| Query | query_id, sql_text, is_private, is_temp |
Managing SQL definitions and visibility |
| Execution | execution_id, state, submitted_at |
Tracking query progress and results |
| Result | data, metadata, columns |
Consuming the final dataset |
All responses include stable fields: ok, kind, protocol, and data for robust error handling and automation.
Loading
A powerful tool to interact with GitHub repository documentation and get AI-grounded answers about codebases.

A high-performance bridge for AI agents to query live, version-accurate documentation for virtually any software library.

A comprehensive maintenance tool for the CLI Proxy API designed to handle secure image upgrades, configuration changes, and robust rollback procedures.

An automated tool to generate and store professional Markdown work reports based on your daily achievements and blockers.

A high-performance interface for onchain investigation, providing deep access to Ethereum blockchain data via the Etherscan MCP.

A robust interface for AI agents to interact with Linear's GraphQL API for issue management and team collaboration.








































