← All skills
Tencent SkillHub Β· AI

LinkSwarm

Agent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically.

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

Agent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically.

⬇ 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

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.0

Documentation

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

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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc