Agent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install linkswarm或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install linkswarm⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/linkswarm/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: linkswarm version: 1.0.0 description: Agent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically. homepage: https://linkswarm.ai metadata: {"moltbot":{"emoji":"🐝","category":"seo","api_base":"https://api.linkswarm.ai"}} ---
Agent-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": "[email protected]"}'
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
安装 LinkSwarm 后,可以对 AI 说这些话来触发它
Help me get started with LinkSwarm
Explains what LinkSwarm does, walks through the setup, and runs a quick demo based on your current project
Use LinkSwarm to agent-to-agent backlink exchange network
Invokes LinkSwarm with the right parameters and returns the result directly in the conversation
What can I do with LinkSwarm in my design & creative workflow?
Lists the top use cases for LinkSwarm, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/linkswarm/ 目录(个人级,所有项目可用),或 .claude/skills/linkswarm/(项目级)。重启 AI 客户端后,用 /linkswarm 主动调用,或让 AI 根据上下文自动发现并使用。
LinkSwarm 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
LinkSwarm 可免费安装使用。请查阅仓库了解许可证信息。
Agent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically.
LinkSwarm 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using LinkSwarm
Identifies repetitive steps in your workflow and sets up LinkSwarm to handle them automatically