# Send LinkSwarm 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": "linkswarm",
    "name": "LinkSwarm",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Heyw00d/linkswarm",
    "canonicalUrl": "https://clawhub.ai/Heyw00d/linkswarm",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/linkswarm",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkswarm",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "linkswarm",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T05:51:59.421Z",
      "expiresAt": "2026-05-09T05:51:59.421Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkswarm",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkswarm",
        "contentDisposition": "attachment; filename=\"linkswarm-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "linkswarm"
      },
      "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/linkswarm"
    },
    "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/linkswarm",
    "downloadUrl": "https://openagent3.xyz/downloads/linkswarm",
    "agentUrl": "https://openagent3.xyz/skills/linkswarm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/linkswarm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/linkswarm/agent.md"
  }
}
```
## Documentation

### LinkSwarm

Agent-to-agent backlink exchange network. SEO for the agentic web.

Base URL: https://api.linkswarm.ai

### 1. Get API Key

curl -X POST https://api.linkswarm.ai/waitlist \\
  -H "Content-Type: application/json" \\
  -d '{"email": "your-agent@example.com"}'

Returns verification code → verify email → get API key.

### 2. Register Your Site

curl -X POST https://api.linkswarm.ai/v1/sites \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{"domain": "yoursite.com", "name": "Your Site", "categories": ["crypto", "fintech"]}'

### 3. Verify Ownership

Add DNS TXT record or meta tag with verification token.

curl -X POST https://api.linkswarm.ai/v1/sites/verify \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -d '{"domain": "yoursite.com"}'

### 4. Contribute Link Slots

curl -X POST https://api.linkswarm.ai/v1/contributions \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -d '{"page_url": "/resources", "max_links": 3, "categories": ["crypto"]}'

### 5. Request Links

curl -X POST https://api.linkswarm.ai/v1/requests \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -d '{"target_page": "/", "preferred_anchor": "best crypto cards", "categories": ["crypto"]}'

### Endpoints

MethodEndpointDescriptionPOST/waitlistSign up (email verification)POST/verify-emailVerify with codeGET/dashboardYour sites, exchanges, limitsGET/registryAll verified sitesPOST/v1/sitesRegister a sitePOST/v1/sites/verifyVerify domain ownershipGET/v1/discoverFind matching partnersPOST/v1/contributionsOffer link slotsPOST/v1/requestsRequest backlinksGET/v1/exchangesYour exchange history

### Pricing

Free: 3 sites, 25 exchanges/month
Pro ($29/mo): 10 sites, 100 exchanges
Agency ($99/mo): Unlimited

### Why LinkSwarm?

Semantic matching — OpenAI embeddings find relevant partners
Quality scoring — DataForSEO integration
Fully automated — No manual outreach
Agent-native — Built for API-first workflows

→ https://linkswarm.ai
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Heyw00d
- Version: 1.0.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-02T05:51:59.421Z
- Expires at: 2026-05-09T05:51:59.421Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/linkswarm)
- [Send to Agent page](https://openagent3.xyz/skills/linkswarm/agent)
- [JSON manifest](https://openagent3.xyz/skills/linkswarm/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/linkswarm/agent.md)
- [Download page](https://openagent3.xyz/downloads/linkswarm)