> ## Documentation Index
> Fetch the complete documentation index at: https://docs.etherscan.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Etherscan Skills

> Installable agent skills that teach AI agents how to work with onchain data through Etherscan.

Skills are reusable instructions that teach an AI agent how to complete a task: which endpoints to call, how to set parameters, and the edge cases to handle. Install one into a coding agent like Claude Code or Codex, then work in plain language.

Each skill installs from [skills.sh](https://skills.sh) or GitHub, and pairs well with the [Etherscan MCP](/build-with-ai/mcp) or [CLI](/build-with-ai/cli), which make the actual calls.

<Columns cols={2}>
  <Card title="Etherscan Orchestrator" icon="sparkles" href="/build-with-ai/skills/etherscan" horizontal>
    The general skill: route any onchain task to the right Etherscan interface.
  </Card>

  <Card title="Etherscan Flow" icon="route" href="/build-with-ai/skills/etherscan-flow" horizontal>
    Trace, verify, and visualize onchain money flows into a case file.
  </Card>
</Columns>
