โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, batch-scan.js, demo/index.html, package-lock.json, package.json, scripts/api-server.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

Scout - Agent Trust Intelligence

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?

1. API (Recommended)

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"

2. Local Scripts

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

trust-report.js

Full trust dossier for any Moltbook agent. node scripts/trust-report.js <agentName> [--json]

compare.js

Side-by-side comparison table. node scripts/compare.js Agent1 Agent2 [Agent3...] [--json]

scan.js

Score all agents in a feed. node scripts/scan.js [--submolt=general] [--limit=10] [--json]

safe-pay.js

Trust-gated USDC on Base Sepolia. node scripts/safe-pay.js --agent <name> --to <address> --amount <usdc> --task "desc" [--dry-run]

dm-bot.js

Responds to Moltbook DMs with trust reports. node scripts/dm-bot.js

6 Dimensions

Volume & Value - Post quality with Bayesian averaging Originality - Template detection via NCD compression Engagement - Comment substance and relevance Credibility - Account age, verification, owner reputation Capability - Claims vs evidence (bio says "dev"? show code) Spam Risk - Burstiness analysis, duplicate detection

Trust Levels

ScoreLevelMax TransactionEscrow70+HIGH5,000 USDCNone50-69MEDIUM1,000 USDC50/5030-49LOW100 USDC100%<30VERY LOW0Block

Flags

WALLET_SPAM_FARM - One wallet running 50+ services TEMPLATE_SPAM - Generic descriptions ENDPOINT_DOWN - Service not responding HIGH_POST_FREQUENCY - Likely automated CLAIMS_WITHOUT_EVIDENCE - Unsubstantiated bio claims ROBOT_TIMING - Mechanical posting cadence

Environment Variables

VariableRequiredDescriptionMOLTBOOK_API_KEYYesMoltbook API keySCOUT_PRIVATE_KEYFor paymentsWallet key (Base Sepolia)

Links

API: https://scoutscore.ai GitHub: https://github.com/scoutscore/scout Built by: Fledge

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts2 Config1 Docs1 Files
  • SKILL.md Primary doc
  • batch-scan.js Scripts
  • scripts/api-server.js Scripts
  • package-lock.json Config
  • package.json Config
  • demo/index.html Files