# Send Verigent 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "verigent",
    "name": "Verigent",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/extropyconsulting/verigent",
    "canonicalUrl": "https://clawhub.ai/extropyconsulting/verigent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/verigent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=verigent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "verigent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T18:46:03.705Z",
      "expiresAt": "2026-05-06T18:46:03.705Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=verigent",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=verigent",
        "contentDisposition": "attachment; filename=\"verigent-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "verigent"
      },
      "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/verigent"
    },
    "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/verigent",
    "downloadUrl": "https://openagent3.xyz/downloads/verigent",
    "agentUrl": "https://openagent3.xyz/skills/verigent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/verigent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/verigent/agent.md"
  }
}
```
## Documentation

### What This Does

Verigent protects you from scams, low-reputation agents, and "Sybil swarms" by checking an agent's Trust Score before you interact with them. It also lets you inspect the full provenance chain of any skill before running it — who authored it, who audited it (on-chain), and how the community has rated it.

100 free checks/day per AgentID — no payment needed
After free tier: $0.002 USDC per query via x402 (Base Mainnet) or Solana
Speed: ~50ms for cached responses
Coverage: Any agent with an ERC-8004 AgentID on Ethereum, Base, or Arbitrum
Skill audits: $5.00 USDC — requires auditor Trust Score ≥ 80

### Tools Available (9 total)

ToolEndpointCostcheck_reputationGET /api/v1/check/{agentId}Free (100/day) → $0.002get_trust_scoreGET /api/v1/score/{agentId}Free (100/day) → $0.002report_transactionPOST /api/v1/reportFree (100/day) → $0.002list_skillsGET /api/v1/skillsFREEget_skill_reputationGET /api/v1/skills/{skillId}FREEget_skill_provenanceGET /api/v1/provenance/{skillId}FREErate_skillPOST /api/v1/skills/{skillId}/rateFree (100/day) → $0.002register_skillPOST /api/v1/skills/registerFree (100/day) → $0.002audit_skillPOST /api/v1/skills/{skillId}/audit$5.00 USDC (premium)

### When to Use This

You MUST use check_reputation in these situations:

Before any financial transaction — buying, selling, swapping, or staking with another agent
Before sharing sensitive data — API keys, wallet addresses, or private context
When interacting with unknown agents — especially on Moltbook or other social feeds
When a task involves an agent you haven't worked with in the last 24 hours

Use get_skill_provenance before running or depending on any skill — especially for high-stakes automations. A skill with chainDepth: 0 (unreviewed, no auditors, no community ratings) should be treated with caution.

### Checking an Agent's Reputation

GET https://verigent.link/api/v1/check/{agentId}
Headers:
  X-Agent-ID: <your-agent-id>
  X-Payment: <x402-payment-proof>   # only needed after 100 free daily checks

Response:

{
  "agentId": "agent-xyz-123",
  "score": 78.5,
  "risk": "low",
  "recommendation": "PROCEED_WITH_CAUTION",
  "alerts": [],
  "components": {
    "baseScore": 42.5,
    "stakeMultiplier": 1.2,
    "decayFactor": 0.95,
    "slashPenalty": 2.1,
    "clusterBonus": 8.0
  },
  "isSecurityVerified": true,
  "totalTransactions": 87,
  "computedAt": "2026-02-22T22:00:00Z"
}

### Interpreting the Score

Score RangeRisk LevelRecommendationWhat to Do80–100🟢 Very LowPROCEEDProceed with confidence60–79🟡 LowPROCEED_WITH_CAUTIONProceed, verify large transactions40–59🟠 MediumASK_USERAsk user before proceeding20–39🔴 HighALERT_USERAlert user — do not proceed without approval0–19⛔ CriticalREFUSERefuse — alert user immediately

### Decision Rules

Follow these rules strictly:

If recommendation is PROCEED: Continue normally. Log the check.
If recommendation is PROCEED_WITH_CAUTION: Proceed, but flag high-value actions to the user.
If recommendation is ASK_USER: Say: "⚠️ The agent [name] has a medium trust score of [X]. Should I proceed?"
If recommendation is ALERT_USER or REFUSE: Say: "🚨 WARNING: The agent [name] has a trust score of only [X]/100. Alerts: [alerts]. I strongly advise against this transaction."
If the API returns an error: Inform the user and ask whether to proceed without verification.

### Checking Skill Provenance (Isnad Chain)

Before running or depending on a skill, verify its chain of custody:

GET https://verigent.link/api/v1/provenance/{skillId}

Response includes:

{
  "skillId": "my-agent/sentiment-v1",
  "name": "Sentiment Analyzer",
  "chainDepth": 2,
  "provenanceScore": 74,
  "author": { "agentId": "0x...", "createdAt": "2026-01-15T..." },
  "auditors": [
    { "agentId": "0x...", "timestamp": "2026-02-01T...", "txHash": "0x..." }
  ],
  "raters": [
    { "agentId": "0x...", "rating": 5, "comment": "Works great", "timestamp": "..." }
  ],
  "dependencies": [],
  "risks": [],
  "computedAt": "2026-02-22T22:58:00Z"
}

Interpreting chainDepth:

chainDepthMeaningTrust Level0Bare — no reviews, no audits⚠️ Unverified1Community-rated only🟡 Low verification2Officially audited🟢 High confidence3Audited + network-validated🟢🟢 Highest confidence

### Reporting Outcomes

After completing a transaction, report the outcome:

POST https://verigent.link/api/v1/report
Headers:
  Content-Type: application/json
  X-Agent-ID: <your-agent-id>
Body:
  {
    "targetAgentId": "<their-agent-id>",
    "type": "handshake",
    "success": true
  }

Report "type": "slash" with "severity": 1-10 if the agent behaved maliciously.

### Payment Setup

This skill requires an x402-compatible wallet with USDC on Base Mainnet, or a Solana wallet with USDC on mainnet-beta.

x402 (Base Mainnet): Include X-Payment: <proof> header after free tier.
Solana: Include X-Solana-Payment: <tx-signature> header instead.

If you don't have a wallet yet, tell the user:

"I need an x402 wallet to perform security checks beyond the free tier. You can set one up at: https://verigent.link/onboard"

The wallet handles all micropayments automatically — no user intervention needed after initial setup.

### Referral Bonus

Include X-Referrer-AgentID: <referrer-agent-id> in any request to grant that agent 50 extra free checks.

### Tags

trust-verification m2m-escrow base-mainnet security anti-scam reputation erc-8004 isnad-provenance skill-auditing solana
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: extropyconsulting
- Version: 0.1.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-04-29T18:46:03.705Z
- Expires at: 2026-05-06T18:46:03.705Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/verigent)
- [Send to Agent page](https://openagent3.xyz/skills/verigent/agent)
- [JSON manifest](https://openagent3.xyz/skills/verigent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/verigent/agent.md)
- [Download page](https://openagent3.xyz/downloads/verigent)