AI SummaryQuery 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. Before using any command, find the skill and check if the binary exists:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "affiliate-check" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/affiliate-skills && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/affiliate-skills/SKILL.md "https://raw.githubusercontent.com/Affitor/affiliate-skills/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
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.
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 else echo "NEEDS_SETUP" fi ` Set A to whichever path exists and use it for all commands. If NEEDS_SETUP: • Tell the user: "affiliate-check needs a one-time build (~10 seconds). OK to proceed?" • If approved, run: cd <SKILL_DIR> && ./setup • If bun is not installed: curl -fsSL https://bun.sh/install | bash
Quick Reference
`bash A=~/.claude/skills/affiliate-skills/tools/dist/affiliate-check
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster