# Send Scout to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "scout",
    "name": "Scout",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/yaooooooooooooooo/scout",
    "canonicalUrl": "https://clawhub.ai/yaooooooooooooooo/scout",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/scout",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scout",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "batch-scan.js",
      "demo/index.html",
      "package-lock.json",
      "package.json",
      "scripts/api-server.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "scout",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T12:14:58.813Z",
      "expiresAt": "2026-05-15T12:14:58.813Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scout",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scout",
        "contentDisposition": "attachment; filename=\"scout-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "scout"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/scout"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/scout",
    "downloadUrl": "https://openagent3.xyz/downloads/scout",
    "agentUrl": "https://openagent3.xyz/skills/scout/agent",
    "manifestUrl": "https://openagent3.xyz/skills/scout/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/scout/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yaooooooooooooooo
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T12:14:58.813Z
- Expires at: 2026-05-15T12:14:58.813Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/scout)
- [Send to Agent page](https://openagent3.xyz/skills/scout/agent)
- [JSON manifest](https://openagent3.xyz/skills/scout/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/scout/agent.md)
- [Download page](https://openagent3.xyz/downloads/scout)