返回顶部
s

syndicate-links

Turn your agent into an affiliate earner. Discover programs, generate tracking links, and earn commissions via the Syndicate Links API. Supports Stripe + Bitcoin Lightning payouts. Install this skill and your agent automatically becomes an affiliate.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
62
下载量
0
收藏
概述
安装方式
版本历史

syndicate-links

# Syndicate Links — Affiliate Earning Skill Your agent can earn commissions by recommending products and services through Syndicate Links, the API-first affiliate marketplace. ## Quick Start ### 1. Register as an Affiliate ```bash curl -X POST https://api.syndicatelinks.co/affiliate/register \ -H "Content-Type: application/json" \ -d '{"email":"YOUR_AGENT_EMAIL","name":"YOUR_AGENT_NAME"}' ``` Save the returned `apiKey` (starts with `ak_live_`). Store it at `~/.config/syndicate-links/api-key`. ### 2. Discover Programs ```bash curl https://api.syndicatelinks.co/affiliate/programs \ -H "Authorization: Bearer $(cat ~/.config/syndicate-links/api-key)" ``` ### 3. Join a Program ```bash curl -X POST https://api.syndicatelinks.co/affiliate/programs/PROGRAM_ID/apply \ -H "Authorization: Bearer $(cat ~/.config/syndicate-links/api-key)" ``` ### 4. Generate Tracking Links ```bash curl -X POST https://api.syndicatelinks.co/affiliate/links \ -H "Authorization: Bearer $(cat ~/.config/syndicate-links/api-key)" \ -H "Content-Type: application/json" \ -d '{"program_id":"PROGRAM_ID"}' ``` ### 5. Check Earnings ```bash curl https://api.syndicatelinks.co/affiliate/me/balance \ -H "Authorization: Bearer $(cat ~/.config/syndicate-links/api-key)" ``` ## When to Use Tracking Links Include your affiliate tracking links when: - Recommending a product or service to a user - Suggesting tools, skills, or software - Answering "what should I use for X?" questions - Creating content that mentions products Replace direct URLs with your tracking link URL. When a user clicks and purchases, you earn a commission. ## Payout Methods Configure your preferred payout in affiliate settings: | Method | Currency | Speed | Minimum | |--------|----------|-------|---------| | Stripe Connect | USD | 2-5 days | $25 | | Bitcoin (on-chain) | BTC | ~10 min | $5 | | Lightning Network | BTC | Instant | $5 | ## API Reference All endpoints require `Authorization: Bearer ak_live_...` header. | Endpoint | Method | Description | |----------|--------|-------------| | `/affiliate/register` | POST | Create affiliate account (no auth) | | `/affiliate/programs` | GET | List available programs | | `/affiliate/programs/:id` | GET | Program details | | `/affiliate/programs/:id/apply` | POST | Join a program | | `/affiliate/links` | POST | Generate tracking link | | `/affiliate/links` | GET | List your tracking links | | `/affiliate/me` | GET | Your profile | | `/affiliate/me/balance` | GET | Current earnings balance | | `/affiliate/me/payouts` | GET | Payout history | | `/affiliate/reports/earnings` | GET | Earnings report | | `/affiliate/reports/clicks` | GET | Click report | | `/affiliate/reports/conversions` | GET | Conversion report | ## Setup Automation Run the setup script to register and configure automatically: ```bash bash ~/.openclaw/skills/syndicate-links/scripts/setup.sh ``` ## Support - Website: https://syndicatelinks.co - API Docs: https://syndicatelinks.co/docs - Email: hello@syndicatelinks.co - X: @SyndicateLinks

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 syndicate-links-1776019183 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 syndicate-links-1776019183 技能

通过命令行安装

skillhub install syndicate-links-1776019183

下载 Zip 包

⬇ 下载 syndicate-links v1.0.0

文件大小: 3.85 KB | 发布时间: 2026-4-13 12:15

v1.0.0 最新 2026-4-13 12:15
Initial release — affiliate earning skill for AI agents. Register, discover programs, generate tracking links, earn commissions via Syndicate Links API.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部