Look up wallet address <> Twitter/Farcaster identity mappings via Bluepages.fyi. Use when asked who owns a wallet, finding addresses for a Twitter/Farcaster...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bluepages或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bluepages⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bluepages/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bluepages description: > Look up wallet address <> Twitter/Farcaster identity mappings via Bluepages.fyi. Use when asked who owns a wallet, finding addresses for a Twitter/Farcaster handle, looking up 0x addresses, or any wallet identity and address attribution queries. compatibility: > Requires MCP server (npx github:bluepagesdoteth/bluepages-mcp) and one of: BLUEPAGES_API_KEY or PRIVATE_KEY (Ethereum, for x402 payments). metadata: author: bluepages version: "1.0.2" openclaw: emoji: 📘 install: - kind: node package: "github:bluepagesdoteth/bluepages-mcp" homepage: https://bluepages.fyi/docs.html requires: env: - BLUEPAGES_API_KEY - PRIVATE_KEY ---
800K+ verified Ethereum address <> Twitter/X mappings, plus Farcaster.
Requires the Bluepages MCP server: npx -y github:bluepagesdoteth/bluepages-mcp or direct API calls (see below). The MCP server is the recommended way to use Bluepages.
Requires one of these env vars:
BLUEPAGES_API_KEY (recommended) — 20% cheaper, 2x rate limits.PRIVATE_KEY — Ethereum private key for x402 pay-per-request (USDC on Base).> Security note: Never use a main wallet key. Use a dedicated, funded-only-as-needed agent wallet if providing PRIVATE_KEY.
With a private key, you can either pay per request via x402 or purchase a BLUEPAGES_API_KEY using the get_api_key and purchase_credits MCP tools.
Without a private key, the user must get an API key at bluepages.fyi/api-keys and set BLUEPAGES_API_KEY.
| Tool | Cost | Description | | -------------------------- | ---------------------- | -------------------------------------------------- | | check_address | 1 credit ($0.001) | Check if address has data | | check_twitter | 1 credit ($0.001) | Check if Twitter handle has data | | get_data_for_address | 50 credits ($0.05) | Full identity data for address (free if not found) | | get_data_for_twitter | 50 credits ($0.05) | Full identity data for handle (free if not found) | | batch_check | 40 credits ($0.04) | Check up to 50 items at once | | batch_get_data | 40 credits/found item | Data for up to 50 items (x402: $2.00 flat/batch) | | batch_check_streaming | same as batch_check | For large lists (100+), shows progress | | batch_get_data_streaming | same as batch_get_data | For large lists (100+), shows progress | | check_credits | free | Check remaining credits (API key only) | | set_credit_alert | free | Set low-credit warning threshold (API key only) | | get_api_key | free | Get/create API key via wallet signature | | purchase_credits | $5–$600 USDC | Buy credits via x402 (PRIVATE_KEY only) |
@.check_address/check_twitter first (1 credit), then get_data_* only if found (50 credits). Skipping the check wastes credits on misses.batch_check then batch_get_data on found items only. This saves ~90% vs fetching everything blind._streaming variants for progress updates.If MCP is unavailable, call the API directly. Auth depends on your setup:
X-API-KEY headerX-PAYMENT header# With API key
curl "https://bluepages.fyi/check?address=0x..." -H "X-API-KEY: your-key"
curl "https://bluepages.fyi/data?address=0x..." -H "X-API-KEY: your-key"
# Batch check
curl -X POST "https://bluepages.fyi/batch/check" \
-H "X-API-KEY: your-key" -H "Content-Type: application/json" \
-d '{"addresses": ["0x...", "0x..."]}'
Full API docs: bluepages.fyi/docs
安装 Bluepages 后,可以对 AI 说这些话来触发它
Help me get started with Bluepages
Explains what Bluepages does, walks through the setup, and runs a quick demo based on your current project
Use Bluepages to look up wallet address <> Twitter/Farcaster identity mappings via B...
Invokes Bluepages with the right parameters and returns the result directly in the conversation
What can I do with Bluepages in my marketing & growth workflow?
Lists the top use cases for Bluepages, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bluepages/ 目录(个人级,所有项目可用),或 .claude/skills/bluepages/(项目级)。重启 AI 客户端后,用 /bluepages 主动调用,或让 AI 根据上下文自动发现并使用。
Bluepages 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Bluepages 可免费安装使用。请查阅仓库了解许可证信息。
Look up wallet address <> Twitter/Farcaster identity mappings via Bluepages.fyi. Use when asked who owns a wallet, finding addresses for a Twitter/Farcaster...
Bluepages 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Bluepages
Identifies repetitive steps in your workflow and sets up Bluepages to handle them automatically