Query and aggregate DeFi portfolio data across 50+ blockchain networks through a single GraphQL interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install zapper
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 zapper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Zapper skill provides a powerful bridge between AI agents and on-chain financial data. By leveraging Zapper's comprehensive GraphQL API, this integration allows users to monitor multi-chain asset balances, DeFi positions like liquidity pools or staking, and NFT collections without switching between multiple explorers. It serves as a unified data layer for anyone building automated financial workflows or portfolio management tools within the Openclaw Skills ecosystem.
This skill is essential for developers and users who need a high-level view of assets across ecosystems like Ethereum, Base, Polygon, Arbitrum, and many others. It simplifies the complexity of interacting with diverse blockchain protocols by providing a standardized way to retrieve human-readable financial data.
To use this within Openclaw Skills, obtain an API key from the Zapper Dashboard. Then, create the configuration directory and save your credentials:
mkdir -p ~/.clawdbot/skills/zapper
cat > ~/.clawdbot/skills/zapper/config.json << 'EOF'
{
"apiKey": "YOUR_ZAPPER_API_KEY"
}
EOF
The skill organizes data through structured GraphQL responses, providing deep visibility into wallet activity. The schema includes:
| Data Type | Description |
|---|---|
| Portfolio | Token balances and total net worth aggregated across all supported chains. |
| Apps | Detailed breakdown of DeFi positions including LPs, lending, and staking protocols. |
| NFTs | Collection metadata and individual NFT holdings across chains. |
| Transactions | Normalized, human-readable transaction logs from multi-chain history. |
| Claimables | Identification of pending rewards and unclaimed tokens available for a specific address. |
Loading
Automate the deployment of ERC20 tokens on the Base network with integrated Uniswap V4 liquidity pools.

A lightweight interface for querying live onchain data from the Base blockchain without requiring an API key.

A comprehensive Google Workspace integration for managing emails, files, spreadsheets, and calendar events via a local API.

Interact with the Orion visual AI agent via CLI to process images, videos, and documents using natural language commands.

A comprehensive Windows desktop automation skill for controlling mouse, keyboard, and UI elements programmatically.

An automated setup utility to integrate Honcho cloud memory with local file fallbacks for OpenClaw agents.








































