affiliate-check

仓库创建 2026年3月16日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

对联盟营销人员有价值,快速比选与查看项目细节。

▸ 风险提示

首次调用会启动本地守护进程并与外部 API 通信,涉及网络与本地进程运行。

这个 Skill 做什么

实时查询 openaffiliate.dev 的联盟项目数据,比较佣金、cookie 等信息。

实时从 openaffiliate.dev 拉取联盟项目数据,能比对佣金率、cookie 天数、查看 top performers 等关键指标,方便评估和选平台。以常驻守护进程+内存缓存工作,第一次请求会启动服务约 2 秒,后续调用几乎即时(~100ms)。适合在调研联盟计划或频繁比对多家项目细节时用,记得先确认本地二进制已安装。

▸ 展开 SKILL.md 英文原文

Live affiliate program data from openaffiliate.dev. Search programs, compare commissions, check cookie days, find top performers. Use when researching affiliate programs, comparing options, or checking program details. Persistent daemon with cache — first call starts server (~2s), subsequent calls ~100ms.

垂直行业联盟营销实时数据守护进程通用
576
Stars
186
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Affitor/affiliate-skills/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Affitor/affiliate-skills/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# affiliate-check: Live Affiliate Program Data

Query affiliate program data from openaffiliate.dev in real-time. Persistent daemon
with in-memory cache — first call auto-starts the server, every subsequent call is instant.

## SETUP (run this check BEFORE any affiliate-check command)

Before using any command, find the skill and check if the binary exists:

```bash
# Check project-level first, then user-level
if test -x .claude/skills/affiliate-skills/tools/dist/affiliate-check; then
  A=.claude/skills/affiliate-skills/tools/dist/affiliate-check
elif test -x ~/.claude/skills/affiliate-skills/tools/dist/affiliate-check; then
  A=~/.claude/skills/affiliate-skills/tools/dist/affiliate-check
el
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有