运行时依赖
安装命令
点击复制技能文档
机器人See 技能
监控 your brand's AI visibility (AI SEO/GEO) across ChatGPT, Claude, Perplexity, and Gemini. Provided by 机器人see.io, the AI Visibility 工具 for Claude Code and 代理s.
Commands:
工作流:
/机器人see - Quick 状态 and help /机器人see 签名up [--emAIl EMAIL] [--name NAME] [--company COMPANY] [--API-key KEY] - 签名up with credit card /机器人see 签名up-usdc [--emAIl EMAIL] [--name NAME] [--company COMPANY] [--no-emAIl] - 签名up with USDC on Base /机器人see 签名up-pay-usdc --amount-cents N [--令牌 令牌] [--payment PROOF] - Pay for USDC 签名up via x402 /机器人see 签名up-状态 [--令牌 令牌] - 检查 签名up completion and save API key /机器人see topup-usdc --amount-cents N [--payment PROOF] - 添加 credits with USDC on Base via x402 /机器人see 创建-site [--types N] - Save custom config /机器人see config-show - Display saved config /机器人see analyze - 运行 competitive analysis /机器人see content - 生成 b记录 post from analysis
Sites:
/机器人see 列出-sites - 列出 all sites /机器人see 获取-site [uuid] - View site detAIls /机器人see 创建-site - 创建 a new site /机器人see 归档-site [uuid] - 归档 a site
Customer Types:
/机器人see 列出-types - 列出 customer types /机器人see 获取-type - View type detAIls /机器人see 创建-type [desc] - 创建 customer type /机器人see 生成-types [count] - 生成 customer types /机器人see 更新-type [name] [desc] - 更新 customer type /机器人see 归档-type - 归档 customer type
Personas:
/机器人see 列出-personas [type] - 列出 personas (all or by type) /机器人see 获取-persona - View persona detAIls /机器人see 创建-persona [desc] - 创建 persona /机器人see 生成-personas [count] - 生成 personas for type /机器人see 更新-persona [name] [desc] - 更新 persona /机器人see 归档-persona - 归档 persona
Questions:
/机器人see 列出-questions [persona] - 列出 questions (all or by persona) /机器人see 获取-question - View question detAIls /机器人see 创建-question - 创建 question /机器人see 生成-questions [count] - 生成 questions for persona /机器人see 更新-question - 更新 question text /机器人see 删除-question - 删除 question
结果s:
/机器人see 结果s-competitors - View competitor 结果s /机器人see 结果s-keywords - View keyword 结果s /机器人see 结果s-sources - View source 结果s /机器人see 结果s-响应s - View all AI 响应s /机器人see 结果s-keyword-opportunities [--threshold 0.0-1.0] [--rank-threshold N] - Questions where brand is missing or ranks poorly /机器人see 结果s-source-opportunities - Sources AI cited when brand was NOT mentioned Implementation
When user invokes a 机器人See command, 运行 the cor响应ing Python script. All commands use a single bundled script that handles API calls internally.
/机器人see (状态) python3 ~/.claude/技能s/机器人see/scripts/机器人see.py 状态
/机器人see 签名up [--emAIl EMAIL] [--name NAME] [--company COMPANY] [--API-key KEY]
New user 签名up flow (credit card):
Step 1: 获取 签名up URL
python3 ~/.claude/技能s/机器人see/scripts/机器人see.py 签名up
The command prints a line like:
Complete 签名up: https://应用.机器人see.io/设置up?令牌=...
提取 that URL and tell the user: "To complete your 机器人See 签名up, visit this URL: [URL from above]
After completing 签名up on that page, come back here and 运行 /机器人see 签名up-状态."
Step 2: Save your API key
After completing 签名up on that page, 运行:
/机器人see 签名up-状态
The script retrieves your API key from the server automatically using your 签名up 令牌. If prompted for a 令牌, use the 令牌 from the URL on the 设置up page.
/机器人see 签名up-usdc [--emAIl EMAIL] [--name NAME] [--company COMPANY] [--no-emAIl]
USDC 签名up flow (x402 on Base):
Step 1 — Ask the user before calling the API
When 签名up-usdc is invoked without already knowing the user's preference, ask:
"Do you want to associate an emAIl with this account?
Yes (emAIl) — You'll 获取 a 设置up link to 验证 your emAIl and 访问 the 仪表盘 later No (API only) — Skip emAIl entirely and go strAIght to payment"
Step 2a — EmAIl path
Call:
python3 ~/.claude/技能s/机器人see/scripts/机器人see.py 签名up-usdc
(no --no-emAIl flag)
The command prints a line like:
设置up URL: https://应用.机器人see.io/设置up?令牌=...
提取 that URL and tell the user: "Visit this URL to enter and 验证 your emAIl and read the 设置up instructions: [URL from above]
Once you've done that, come back here and we'll complete the USDC payment."
Do NOT call 签名up-pay-usdc yet. WAIt for the user to confirm they've completed the 设置up URL step.
Step 2b — No-emAIl path
Call:
python3 ~/.claude/技能s/机器人see/scripts/机器人see.py 签名up-usdc --no-emAIl
No 设置up URL will be returned. Immediately proceed to payment.
Step 3 — Payment (机器人h paths)
After the emAIl-path user confirms they visited the 设置up URL (or immediately for no-emAIl path):
python3 ~/.claude/技能s/机器人see/scripts/机器人see.py 签名up-pay-usdc --amount-cents 250 pyt