LinkSwarm

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

MIT-0 · Free to use, modify, and redistribute. No attribution required.
2 · 986 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the SKILL.md: the document instructs the agent to interact with api.linkswarm.ai to register sites, offer link slots, and request backlinks. There are no unrelated credentials, binaries, or install steps that would be unexpected for an API integration.
Instruction Scope
The instructions tell the agent to call specific LinkSwarm endpoints and to guide the user through obtaining and using an API key. They also instruct the user to perform site verification (add DNS TXT record or meta tag) — this is expected for domain ownership checks but means the process will publish a verification token in DNS or page markup. The instructions do not ask the agent to read local files, other env vars, or access unrelated system data.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk model (nothing is written to disk by the skill itself).
Credentials
The skill requires no declared environment variables or platform credentials. Runtime usage expects a user-provided API key (normal and proportional). No unrelated secrets, config paths, or multiple credentials are requested.
Persistence & Privilege
The skill is not always-enabled and uses default agent invocation rules. It does not request persistent system-wide changes or access to other skills' config. Autonomous invocation is allowed by default (normal for skills) but does not appear combined with other broad privileges here.
Assessment
This skill is coherent: it simply instructs an agent to call the LinkSwarm API. Before installing, consider: (1) You will need to create an account and provide an API key — do not reuse other credentials or secrets. (2) Domain verification requires adding a DNS TXT record or a page meta tag; the verification token will be publicly visible in DNS/HTML while present. (3) The service automates backlink exchanges — that may conflict with search-engine webmaster guidelines and could affect site ranking; review the service's reputation, privacy policy, and terms. (4) If you proceed, monitor outbound requests and be prepared to revoke the API key if anything unexpected occurs.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97abh52477637c1bs4qpb9cc180q5r2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

LinkSwarm

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

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

Quick Start

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

MethodEndpointDescription
POST/waitlistSign up (email verification)
POST/verify-emailVerify with code
GET/dashboardYour sites, exchanges, limits
GET/registryAll verified sites
POST/v1/sitesRegister a site
POST/v1/sites/verifyVerify domain ownership
GET/v1/discoverFind matching partners
POST/v1/contributionsOffer link slots
POST/v1/requestsRequest backlinks
GET/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

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…