AI Agent Skills for ChainStream — on-chain data, DeFi trading, x402 micropayments. 80+ API endpoints, 18 MCP tools, 4 SDK languages. ClawHub published.
skills is an early-stage project in the AI payments / x402 ecosystem, focused on ai-agent, blockchain, chainstream, clawhub. It currently has 1 GitHub stars and 0 forks, and sits alongside related tools like chaingpt-claude-skill, x402-payments-mcp, image-analysis-mcp, agentwallet-mcp, x1pays, CloddsBot.
On-chain data intelligence and DeFi execution for AI agents across Solana, BSC, and Ethereum.
| Skill | Coverage | Pattern |
|---|---|---|
| chainstream-data | Token search, market trending, wallet PnL, WebSocket | Tool |
| chainstream-graphql | Custom GraphQL queries, cross-cube JOINs, aggregations, 25 on-chain cubes (3 chain groups) | Tool |
| chainstream-defi | Token swap, cross-chain bridge, launchpad, transaction broadcast | Process |
User intent involves reading data?
Standard queries (token info, market trends, wallet analysis)?
→ chainstream-data (REST API / MCP — pre-built endpoints)
Custom analytics (cross-cube JOIN, aggregation, complex filters)?
→ chainstream-graphql (GraphQL — flexible queries on 25 cubes in 3 chain groups)
User intent involves executing a transaction?
→ chainstream-defi (swap, bridge, create token, send tx)
Skills are automatically discovered via .cursor-plugin/ configuration. Install the CLI:
npx @chainstream-io/cli login
/plugin install chainstream
See .codex/INSTALL.md.
See .opencode/INSTALL.md.
gemini extensions install https://github.com/chainstream-io/skills
IMPORTANT: Run chainstream login before any CLI command. This creates a wallet and enables authentication. Without it, all commands will fail with "Not authenticated".
| Method | Command | Use Case |
|---|---|---|
| Wallet (default) | chainstream login |
Creates ChainStream Wallet (TEE), no email needed. Run this first. |
| Import key | chainstream wallet set-raw --chain base (EVM) or --chain sol (Solana) |
Use your own private key |
| Email login | chainstream login --email user@example.com |
Recover wallet on new device |
| Bind email | chainstream bind-email user@example.com |
Optional, for account recovery |
| API Key | chainstream config set --key apiKey --value <key> |
Read-only, dashboard users |
| x402 (USDC) | Interactive on 402 | CLI prompts for plan selection, pays with USDC (Base/Solana). Quota is in CU (Compute Units), not call count |
| x402 → API Key | Interactive on 402 | Same as above — also returns API Key for MCP/SDK use |
Free trial:
chainstream loginauto-grants a nano plan ($1, 50K CU, 30 days).bind-emailorlogin --emailauto-upgrades to micro plan ($5, 350K CU, 30 days). Dedup by email — same email only grants once. No manual purchase needed for trial.
Natural language prompts you can send to any AI assistant with ChainStream skills:
search for meme tokens on Solana
is <token_address> safe to buy?
show top holders of <token_address>
what tokens are trending on SOL right now?
show my wallet PnL on Solana
check my current subscription status
swap 0.1 SOL for <token_address>
check job status <job_id>
show K-line chart for <token_address>
what cubes are available in the GraphQL schema?
query the top 50 tokens by 24h volume using GraphQL
Install via npx (no global install needed):
npx @chainstream-io/cli token search --keyword PUMP --chain sol
npx @chainstream-io/cli market trending --chain sol --duration 1h
npx @chainstream-io/cli wallet pnl --chain sol --address <addr>
npx @chainstream-io/cli dex route --chain sol --from <wallet> --input-token SOL --output-token <addr> --amount 1000000
npx @chainstream-io/cli graphql schema --summary
npx @chainstream-io/cli graphql query --query 'query { Solana { DEXTradeByTokens(where: {Trade: {Currency: {MintAddress: {is: "TOKEN_ADDRESS"}}}}, limit: {count: 10}, orderBy: {descending: Block_Time}) { Block { Time } Trade { Currency { Symbol } Amount AmountInUSD Side { Type } } } } }'
{
"mcpServers": {
"chainstream": {
"url": "https://mcp.chainstream.io/mcp",
"headers": { "X-API-KEY": "<your-api-key>" }
}
}
}
| Chain | ID | Data | DeFi | WebSocket |
|---|---|---|---|---|
| Solana | sol |
Yes | Yes | Yes |
| BSC | bsc |
Yes | Yes | Yes |
| Ethereum | eth |
Yes | Yes | Yes |
154 Web3 MCP tools for Claude Code, custody-free. Plus an agent wallet prompt injection can't drain: per-tx, daily, and on-chain (ERC-4337) spending caps the model can't bypass. EVM + Solana + Tron DEX/DeFi, perps, prediction markets, contract deploy + audit.
Give AI agents a wallet — x402 payment tools over Model Context Protocol.
Image analysis and visual understanding tools for AI agents — describe, detect, extract from any image.
Permissionless wallet infrastructure for AI agents. Create wallets, sign transactions, and broadcast on EVM + Solana. Pay and accept x402 payments. Built-in guards. No KYC. Up to 50% less expensive than Coinbase.
AI payment infrastructure for X1 blockchain. SDK, DEX, x402 middleware, OpenClaw plugin, MCP server.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
The self-improving LLM router that optimize your agentic workflows with every runs, works with any harnesses, any models, any loops.
Multi-Agent AI Task Orchestrator 2026