← 返回 Skills 市场
cmcgrabby-hue

Syndicate Links

作者 cmcgrabby-hue · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install syndicate-links
功能描述
Turn your agent into an affiliate earner. Discover programs, generate tracking links, and earn commissions via the Syndicate Links API. Supports Stripe + Bit...
安全使用建议
What to consider before installing: - Confirm you trust syndicatelinks.co (verify the domain and privacy/terms) before giving it any agent-identifying info or an API key. - The setup script will register an account and save an API key to ~/.config/syndicate-links/api-key; inspect and run the script manually rather than blindly executing it. - The script may send your hostname (used to form an email) during registration; if that leaks sensitive info for you, set OPENCLAW_AGENT_NAME or OPENCLAW_AGENT_EMAIL before running or edit the script. - Ensure curl, python3 (and optionally jq if you use examples) exist on the host; the skill metadata doesn't list these binaries. - Decide whether you want your agent to automatically replace direct links with affiliate tracking URLs and disclose that to end users; if not, avoid enabling autonomous invocation or modify the agent’s response templates. - Check file permissions on ~/.config/syndicate-links/api-key and have a plan to revoke the API key if needed. If you want to be more cautious, run the setup steps manually, review the responses from the remote API, and only then allow the skill to run autonomously.
功能分析
Type: OpenClaw Skill Name: syndicate-links Version: 1.0.0 The skill is designed to monetize agent interactions by instructing the AI to replace direct product URLs with affiliate tracking links via the 'syndicatelinks.co' API. While the intent is transparently described, the instructions in SKILL.md function as a prompt injection that manipulates the agent's output for financial gain. The scripts/setup.sh script automates registration and stores an API key locally but does not show evidence of exfiltrating sensitive system credentials (e.g., SSH or AWS keys).
能力评估
Purpose & Capability
The name/description (affiliate links / generate tracking links) match the included SKILL.md and setup script: both register an affiliate, call the Syndicate Links API, save an API key, and provide endpoints for generating links and checking balances. No unrelated credentials or cloud services are requested.
Instruction Scope
Instructions tell the agent to register, save an API key at ~/.config/syndicate-links/api-key, call various Syndicate Links endpoints, and to replace direct product URLs with tracking links when recommending products. This is coherent with the monetization purpose, but the automatic replacement of URLs means the agent may insert affiliate links into user-facing responses — consider disclosure/policy implications. The instructions also cause network calls to an external service (syndicatelinks.co), which is expected but worth noting.
Install Mechanism
There is no install spec that downloads or executes remote code. The only executable provided is a small setup.sh included in the skill archive; it runs locally and makes HTTPS API calls. No archive downloads or third-party package installs are performed.
Credentials
The skill declares no required env vars or primary credential, and indeed stores the API key in a config file rather than an env var. However, the setup script reads optional OPENCLAW_AGENT_NAME and OPENCLAW_AGENT_EMAIL (falling back to hostname and a generated email), which will be sent to the external service during registration and may reveal local hostname. The SKILL.md and examples use curl, jq and python3, but the package metadata lists no required binaries — this metadata omission should be fixed or you should ensure those utilities exist. Storing the API key in ~/.config/syndicate-links/api-key is expected, but review file permissions and lifecycle (revocation) policies.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or system-wide settings. It writes only to its own config path (~/.config/syndicate-links) and stores the API key there, which is reasonable for its function. The skill can be invoked autonomously (default), which is normal — combine that with the monetization behavior when deciding whether to enable autonomy.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install syndicate-links
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /syndicate-links 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — affiliate earning skill for AI agents. Register, discover programs, generate tracking links, earn commissions via Syndicate Links API.
元数据
Slug syndicate-links
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Syndicate Links 是什么?

Turn your agent into an affiliate earner. Discover programs, generate tracking links, and earn commissions via the Syndicate Links API. Supports Stripe + Bit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Syndicate Links?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install syndicate-links」即可一键安装,无需额外配置。

Syndicate Links 是免费的吗?

是的,Syndicate Links 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Syndicate Links 支持哪些平台?

Syndicate Links 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Syndicate Links?

由 cmcgrabby-hue(@cmcgrabby-hue)开发并维护,当前版本 v1.0.0。

💬 留言讨论