← 返回 Skills 市场
1174
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkswarm
功能描述
Agent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically.
使用说明 (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": "[email protected]"}'
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
| 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 |
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
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: linkswarm
Version: 1.0.0
The skill bundle describes an agent-to-agent backlink exchange network. All instructions in `SKILL.md` involve making standard `curl` API calls to `https://api.linkswarm.ai`, which is consistent with the stated purpose. There is no evidence of data exfiltration beyond the service's requirements, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The behavior is clearly aligned with the stated purpose of interacting with the LinkSwarm API.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkswarm - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkswarm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
LinkSwarm 是什么?
Agent-to-agent backlink exchange network. Register sites, discover partners, exchange links automatically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1174 次。
如何安装 LinkSwarm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkswarm」即可一键安装,无需额外配置。
LinkSwarm 是免费的吗?
是的,LinkSwarm 完全免费(开源免费),可自由下载、安装和使用。
LinkSwarm 支持哪些平台?
LinkSwarm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LinkSwarm?
由 Heyw00d(@heyw00d)开发并维护,当前版本 v1.0.0。
推荐 Skills