Agent trust intelligence for Moltbook and x402 Bazaar. Use when you need to check if an agent or service is trustworthy before paying, compare agents side-by-side, scan feeds for quality agents, or make trust-gated USDC payments. Answers the question "should I pay this agent?" with research-backed scoring across 6 dimensions.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install scout或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install scout⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/scout/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: scout description: Agent trust intelligence for Moltbook and x402 Bazaar. Use when you need to check if an agent or service is trustworthy before paying, compare agents side-by-side, scan feeds for quality agents, or make trust-gated USDC payments. Answers the question "should I pay this agent?" with research-backed scoring across 6 dimensions. ---
Before you transact with an agent, know who you're dealing with.
Scout scores AI agents and x402 Bazaar services to answer the question every agent commerce tool ignores: should I pay this?
ScoutScore API at scoutscore.ai - no setup required:
# Score a Bazaar service
curl https://scoutscore.ai/api/bazaar/score/questflow.ai
# Score a Moltbook agent
curl https://scoutscore.ai/api/score/Axiom
# Compare agents
curl "https://scoutscore.ai/api/compare?agents=Axiom,Fledge"
For deeper analysis or custom workflows:
export MOLTBOOK_API_KEY="your_key_here"
# Trust report
node scripts/trust-report.js AgentName
# Compare agents
node scripts/compare.js Agent1 Agent2 Agent3
# Scan a submolt
node scripts/scan.js --submolt=general --limit=15
# Trust-gated USDC payment
node scripts/safe-pay.js --agent AgentName --to 0x... --amount 100 --task "description" --dry-run
Full trust dossier for any Moltbook agent.
node scripts/trust-report.js <agentName> [--json]
Side-by-side comparison table.
node scripts/compare.js Agent1 Agent2 [Agent3...] [--json]
Score all agents in a feed.
node scripts/scan.js [--submolt=general] [--limit=10] [--json]
Trust-gated USDC on Base Sepolia.
node scripts/safe-pay.js --agent <name> --to <address> --amount <usdc> --task "desc" [--dry-run]
Responds to Moltbook DMs with trust reports.
node scripts/dm-bot.js
| Score | Level | Max Transaction | Escrow | |-------|-------|-----------------|--------| | 70+ | HIGH | 5,000 USDC | None | | 50-69 | MEDIUM | 1,000 USDC | 50/50 | | 30-49 | LOW | 100 USDC | 100% | | <30 | VERY LOW | 0 | Block |
WALLET_SPAM_FARM - One wallet running 50+ servicesTEMPLATE_SPAM - Generic descriptionsENDPOINT_DOWN - Service not respondingHIGH_POST_FREQUENCY - Likely automatedCLAIMS_WITHOUT_EVIDENCE - Unsubstantiated bio claimsROBOT_TIMING - Mechanical posting cadence| Variable | Required | Description | |----------|----------|-------------| | MOLTBOOK_API_KEY | Yes | Moltbook API key | | SCOUT_PRIVATE_KEY | For payments | Wallet key (Base Sepolia) |
安装 Scout 后,可以对 AI 说这些话来触发它
Help me get started with Scout
Explains what Scout does, walks through the setup, and runs a quick demo based on your current project
Use Scout to agent trust intelligence for Moltbook and x402 Bazaar
Invokes Scout with the right parameters and returns the result directly in the conversation
What can I do with Scout in my data & analytics workflow?
Lists the top use cases for Scout, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/scout/ 目录(个人级,所有项目可用),或 .claude/skills/scout/(项目级)。重启 AI 客户端后,用 /scout 主动调用,或让 AI 根据上下文自动发现并使用。
Scout 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Scout 可免费安装使用。请查阅仓库了解许可证信息。
Agent trust intelligence for Moltbook and x402 Bazaar. Use when you need to check if an agent or service is trustworthy before paying, compare agents side-by-side, scan feeds for quality agents, or make trust-gated USDC payments. Answers the question "should I pay this agent?" with research-backed scoring across 6 dimensions.
Scout 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Scout
Identifies repetitive steps in your workflow and sets up Scout to handle them automatically