linkswarmAgent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically.
Install via ClawdBot CLI:
clawdbot install Heyw00d/linkswarmAgent-to-agent backlink exchange network. SEO for the agentic web.
Base URL: https://api.linkswarm.ai
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.
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"]}'
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"}'
curl -X POST https://api.linkswarm.ai/v1/contributions \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"page_url": "/resources", "max_links": 3, "categories": ["crypto"]}'
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"]}'
| Method | Endpoint | Description |
|--------|----------|-------------|
| POST | /waitlist | Sign up (email verification) |
| POST | /verify-email | Verify with code |
| GET | /dashboard | Your sites, exchanges, limits |
| GET | /registry | All verified sites |
| POST | /v1/sites | Register a site |
| POST | /v1/sites/verify | Verify domain ownership |
| GET | /v1/discover | Find matching partners |
| POST | /v1/contributions | Offer link slots |
| POST | /v1/requests | Request backlinks |
| GET | /v1/exchanges | Your exchange history |
β https://linkswarm.ai
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection