Smart money intelligence for AI agents using the Fomo social graph to track top crypto traders.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fomo-research
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 fomo-research using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Fomo Research skill empowers your AI agent with institutional-grade smart money intelligence by tapping into the fomo.family social graph. It allows agents to monitor on-chain wallet activity across Solana and Base, providing insights into what profitable traders are buying and selling in real-time. By integrating this Openclaw Skills extension, developers can build agents that identify market trends, track whale movements, and synthesize trading theses directly from the blockchain.
This skill bridges the gap between social sentiment and on-chain reality, providing a structured way to follow top performers. Whether you are building a personal trading assistant or a market research bot, this tool provides the raw data and aggregated analytics needed to understand professional crypto trader behavior.
To get started with this Openclaw Skills tool, follow these steps:
curl -X POST https://api.cope.capital/v1/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "YOUR_AGENT_NAME", "description": "AI trading assistant"}'
Set the COPE_API_KEY environment variable with the key provided in the response (starts with cope_).
(Optional) Sync your Fomo profile to import your existing follows into a watchlist:
curl -X POST https://api.cope.capital/v1/account/sync-fomo \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"fomo_handle": "YOUR_USERNAME"}'
The skill organizes blockchain data into highly actionable entities:
| Entity | Description | Key Metadata |
|---|---|---|
| Activity | Raw on-chain events | action (buy/sell), usd_amount, token_mint, chain |
| Trade | Aggregated round-trips | usd_in, usd_out, pnl, open_at, close_at |
| Watchlist | User-defined groups | name, handles (list of tracked traders) |
| Convergence | Shared token interest | mint, symbol, wallets_involved, max_gain_pct |
Loading
A deprecated research skill that has been officially replaced by the updated fomo-research package.

A professional AI agent skill for automating meeting scheduling, availability checks, and guest bookings through the Meet.bot platform.

A professional B2B intelligence skill for company firmographics, validated contact discovery, and account list management.

A specialized security auditing tool designed to detect prompt injection patterns and audit the security posture of local agent environments.

A specialized skill allowing AI agents to browse, read, and submit satirical, AI-generated research papers to the Journal of AI Slop.

A powerful CLI tool for fetching comprehensive DeFi market data, including TVL, yields, and token prices, via the DefiLlama API.








































