/install affonso
Affonso CLI Skill
Manage affiliate marketing programs from the command line.
Authentication
Use the AFFONSO_API_KEY environment variable. Verify with:
affonso whoami --json
Never use affonso login — it requires a browser and won't work in headless environments.
Rules
- Always use
--jsonon every command — without it, the CLI outputs ANSI tables that can't be parsed. - Never delete without user confirmation — all delete operations are destructive and irreversible.
- Pagination — referrals use cursor-based pagination (
--starting-after,--ending-before); all other resources use page-based (--page,--limit).
Commands
| Command | Description |
|---|---|
affiliates |
List, get, create, update, delete affiliates |
referrals |
List, get, create, update, delete referrals (cursor-based pagination) |
commissions |
List, get, create, update, delete commissions |
payouts |
List, get, update payouts (no create/delete) |
coupons |
List, get, create, delete coupons (no update) |
clicks |
Create click events with UTM and sub-tracking |
embed-tokens |
Create embed tokens for partner portals |
program |
Get/update program settings + 8 sub-resources |
marketplace |
Browse/search public programs (no auth required) |
config |
Get/set CLI config (api-key, base-url) |
whoami |
Show authentication status |
For full command details and options, see references/COMMAND_REFERENCE.md. For program sub-resources (payment-terms, tracking, restrictions, fraud-rules, portal, notifications, groups, creatives), see references/PROGRAM_SETTINGS_GUIDE.md.
Quick Start
- Verify auth:
affonso whoami --json - List resources:
affonso affiliates list --json --limit 5 - Take action: approve, create, update, or configure as needed
For multi-step workflow recipes, see references/WORKFLOWS.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install affonso - 安装完成后,直接呼叫该 Skill 的名称或使用
/affonso触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Affonso - Affiliate Marketing Software 是什么?
Manage affiliate marketing programs via the Affonso CLI — create affiliates, track referrals, handle commissions, process payouts, and configure program sett... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Affonso - Affiliate Marketing Software?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install affonso」即可一键安装,无需额外配置。
Affonso - Affiliate Marketing Software 是免费的吗?
是的,Affonso - Affiliate Marketing Software 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Affonso - Affiliate Marketing Software 支持哪些平台?
Affonso - Affiliate Marketing Software 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Affonso - Affiliate Marketing Software?
由 zilvestro(@zilvestro)开发并维护,当前版本 v1.0.0。