Skip to content

blockscout/agent-skills

Repository files navigation

Blockscout Agent Skills

A collection of AI agent skills for working with the Blockscout ecosystem — blockchain explorers, APIs, and supporting services.

Each skill is a self-contained directory of structured instructions and helper scripts that give an AI agent domain expertise in a specific area. Skills follow the markdown-based format compatible with Claude Code, Codex, Cursor, OpenClaw, Claude Cowork, and other agents that support skill/instruction loading.

Skills

Skill Description
blockscout-analysis Modular skill for blockchain data analysis and scripting using the Blockscout MCP Server. Guides agents to use native tools, REST API scripts, or hybrid flows for multi-chain EVM data.

Setup

Each skill is a directory with a SKILL.md entry point and supporting docs/scripts. Integration depends on your agent platform — see examples below.

Skills CLI (40+ agents)

One command installs the skill to 40+ coding agents (Claude Code, Codex, Cursor, Cline, Copilot, Windsurf, Continue, and more):

npx skills@latest add https://github.com/blockscout/agent-skills --skill blockscout-analysis

Use -g to install globally, or -a <agent> to target a specific agent. See skills.sh/docs for the full list of supported agents and options.

Note: The Skills CLI installs the skill instructions only. The Blockscout MCP server is not installed automatically and must be configured separately for your agent.

Claude Code

No separate MCP server configuration needed — it is set up automatically as part of the plugin installation.

claude plugin marketplace add blockscout/agent-skills
claude plugin install blockscout-analysis@blockscout-ai

Claude Desktop (Chat / Cowork / Code)

Must be configured separately for Chat/Cowork and for Code by the same procedure.

  1. Choose Customize in the sidebar:

    Customize in sidebar

  2. Choose Browse pluginsPersonalAdd marketplace from GitHub:

    Add marketplace from GitHub

  3. Enter the GitHub repo ID blockscout/agent-skills and press Sync:

    Enter repo ID

  4. The marketplace blockscout-ai will appear in the list of Personal plugins. Click Install on the Blockscout analysis plugin:

    Install plugin

  5. Once installed, the plugin details are available in the Customize window:

    Plugin info

  6. If the plugin has MCP servers associated, their info will be available in the Connectors sub-item:

    Plugin connector

Gemini CLI

gemini mcp add --transport http blockscout https://mcp.blockscout.com/mcp
gemini skills install https://github.com/blockscout/agent-skills --path blockscout-analysis

Codex CLI / Codex App

Configure the MCP server first. For Codex App: SettingsMCP ServersAdd server.

codex mcp add blockscout --url https://mcp.blockscout.com/mcp

Then run codex and prompt:

$skill-installer Install the skill from https://github.com/blockscout/agent-skills, path `blockscout-analysis`

Restart Codex to pick up the skill. Before prompting, make sure that either network_access is allowed for the sandbox or "Full access" is granted.

Updating

The skills and the underlying Blockscout infrastructure are under continuous development. Update the marketplace/plugin (Claude) or re-install the skill (Gemini, Codex) periodically to pick up the most recent versions.

Packaging

To create a distributable zip of a skill:

bash tools/package.sh <skill-directory>

This produces <skill-directory>-<version>.zip and <skill-directory>-<version>.skill (version read from SKILL.md frontmatter) containing all tracked files except .gitignore and README.md. The .skill file is identical to the .zip but uses the extension recognised by Claude Desktop and Gemini CLI for one-click import.

License

MIT

About

A collection of AI agent skills for working with the Blockscout ecosystem — blockchain explorers, APIs, and supporting services.

Resources

License

Security policy

Stars

Watchers

Forks

Packages