BeClaude

shoal-skill

New
1knpmGeneralMIT

Codex and Claude Code skill for Shoal's entity-first MCP and API workflows

First seen 5/26/2026

Summary

This skill integrates Shoal's entity-first MCP and API workflows into Claude Code, enabling developers to interact with on-chain data, manage crypto intelligence, and automate API-driven tasks.

  • It simplifies building agentic workflows that leverage Shoal's infrastructure for real-time blockchain insights and entity resolution.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/shoal-skill.md

3
Invoke with @agent-name
@shoal-skill

Use Cases

Resolve a blockchain address to its associated entity using Shoal's entity-first API.
Fetch real-time on-chain intelligence for a specific token or protocol via MCP tools.
Automate a workflow that monitors wallet activity and triggers alerts based on predefined conditions.
Query Shoal's knowledge graph to discover relationships between crypto entities.
Integrate Shoal's MCP server into a Claude Code agent for automated DeFi analysis.
Generate a report of recent transactions for a given entity using Shoal's API.

Usage Examples

1

/shoal-skill resolve 0x1234...abcd to entity

2

Use Shoal's MCP to get the latest intelligence on the Uniswap protocol

3

Set up a workflow that alerts me when a whale wallet moves more than 100 ETH

View source on GitHub
apimcpshoalclaude-codeskillcryptointelligence

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is shoal-skill?

This skill integrates Shoal's entity-first MCP and API workflows into Claude Code, enabling developers to interact with on-chain data, manage crypto intelligence, and automate API-driven tasks. It simplifies building agentic workflows that leverage Shoal's infrastructure for real-time blockchain insights and entity resolution.

How to install shoal-skill?

To install shoal-skill: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/shoal-skill.md. Finally, @shoal-skill in Claude Code.

What is shoal-skill best for?

shoal-skill is a agent categorized under General. It is designed for: api, mcp, shoal, claude-code, skill, crypto, intelligence.

What can I use shoal-skill for?

shoal-skill is useful for: Resolve a blockchain address to its associated entity using Shoal's entity-first API.; Fetch real-time on-chain intelligence for a specific token or protocol via MCP tools.; Automate a workflow that monitors wallet activity and triggers alerts based on predefined conditions.; Query Shoal's knowledge graph to discover relationships between crypto entities.; Integrate Shoal's MCP server into a Claude Code agent for automated DeFi analysis.; Generate a report of recent transactions for a given entity using Shoal's API..