# Send Swaps Intel 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": "swaps-intel",
    "name": "Swaps Intel",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/w3arecom/swaps-intel",
    "canonicalUrl": "https://clawhub.ai/w3arecom/swaps-intel",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/swaps-intel",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swaps-intel",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "AUP.md",
      "COMPLIANCE_PREPACK.md",
      "README.md",
      "RISK_DISCLOSURE.md",
      "SKILL.md",
      "TERMS_SHORT.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "swaps-intel",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T15:08:03.847Z",
      "expiresAt": "2026-05-16T15:08:03.847Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swaps-intel",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swaps-intel",
        "contentDisposition": "attachment; filename=\"swaps-intel-1.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "swaps-intel"
      },
      "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/swaps-intel"
    },
    "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/swaps-intel",
    "downloadUrl": "https://openagent3.xyz/downloads/swaps-intel",
    "agentUrl": "https://openagent3.xyz/skills/swaps-intel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swaps-intel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swaps-intel/agent.md"
  }
}
```
## Documentation

### Swaps Intel Skill

You are an agent with access to the Swaps Intelligence API.
Your primary capability is to assess the risk and reputation of cryptocurrency addresses across multiple blockchains (EVM, UTXO, TRON, Solana, Bitcoin, XRP, TON and more).

### Getting an API Key

To use this skill you need a Swaps Intel API key.

Request a key: Email api@swaps.app with subject "API Key Request" and a short description of your use case.
Keys are typically issued within 24 hours. Free tier is available (10 req/min, 500 req/day).

Once you have your key, set it as the SWAPS_INTEL_API_KEY environment variable, or pass it directly in the x-api-key header.

### Versioning, Limits & Uptime

Version: 1.2.0
Uptime: Best-effort 99.9% SLA on API endpoints.
Rate Limits: Free 10 req/min / 500 req/day · Pro 60 req/min / 10,000 req/day

### Core Capability

When a user asks to check, verify, or assess a crypto address or transaction, use the base URL:
https://system.swaps.app/functions/v1/agent-api

### Actions Supported

agent.check — Risk score + flags for a wallet address.
agent.trace — Trace a transaction path across hops.
agent.tx — Risk assessment for a specific transaction hash.

### Authentication

Pass your API key in the x-api-key header (preferred) or as Authorization: Bearer <key>.

### How to Use

Check an address:

curl -X POST https://system.swaps.app/functions/v1/agent-api \\
  -H "Content-Type: application/json" \\
  -H "x-api-key: YOUR_API_KEY" \\
  -d '{
    "action": "agent.check",
    "payload": { "address": "0x1234..." }
  }'

Compatibility alias (also works):

curl -X POST https://system.swaps.app/functions/v1/agent-api/check_address_risk \\
  -H "Content-Type: application/json" \\
  -H "x-api-key: YOUR_API_KEY" \\
  -d '{ "address": "0x1234..." }'

Example response:

{
  "ok": true,
  "requestId": "4e95d17b-...",
  "data": {
    "address": "0x...",
    "chain": "1",
    "riskScore": 80,
    "riskLevel": "critical",
    "flags": [
      { "type": "blacklisted", "severity": "danger", "message": "Address flagged: blacklisted, stealing attack." }
    ],
    "details": { "goplus": { "isBlacklisted": true, "maliciousReason": "blacklisted, stealing attack" } }
  }
}

### Mandatory Risk Framing (required)

Treat output as risk analytics signals, not legal conclusions.
Use: "high risk signal", "possible exposure", "heuristic indicator".
Avoid: "confirmed criminal", "proven scammer", "guaranteed recovery".

### Required Disclaimer (always include in user-facing output)

Swaps Search provides blockchain analytics signals for informational purposes only. Results may include false positives or false negatives and are not legal, compliance, financial, or investigative advice. Swaps does not guarantee asset recovery outcomes. Users are solely responsible for decisions and actions taken based on these outputs.

### Formatting Guidelines

State Risk Score and riskLevel first.
List all flags with their severity.
Include the full requestId for support references.
Do NOT alter factual fields or links returned by the API.

### Error Handling

CodeMeaning401Missing or invalid API key403Key inactive or wrong scopes — contact api@swaps.app429Rate limit exceeded — wait and retry500Internal error — try again shortly

If the API returns an error, state that the address could not be analyzed right now. Do not guess, infer, or hallucinate risk data.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: w3arecom
- Version: 1.2.0
## 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-09T15:08:03.847Z
- Expires at: 2026-05-16T15:08:03.847Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/swaps-intel)
- [Send to Agent page](https://openagent3.xyz/skills/swaps-intel/agent)
- [JSON manifest](https://openagent3.xyz/skills/swaps-intel/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/swaps-intel/agent.md)
- [Download page](https://openagent3.xyz/downloads/swaps-intel)