Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add gabrielmoreira/agent-skills-mirror --skill affitor-affiliate-skillsgit clone --depth 1 https://github.com/gabrielmoreira/agent-skills-mirrorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/affitor-affiliate-skills)<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/affitor-affiliate-skills"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/affitor-affiliate-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/affitor-affiliate-skills"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/affitor-affiliate-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.00736 |
| Opus 5 | $0.00030 | $0.00368 |
| Sonnet 5 | $0.00012 | $0.00147 |
| Haiku 4.5 | $0.00006 | $0.00074 |
Grade C, and why
affiliate-check scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` This is a copy
100% identical to affiliate-check — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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:
# 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
bunis not installed:curl -fsSL https://bun.sh/install | bash
Quick Reference
A=~/.claude/skills/affiliate-skills/tools/dist/affiliate-check
# Search programs
$A search "AI video tools"
$A search --recurring --tags ai
# Top programs
$A top
$A top --sort trending
# Program details
$A info heygen
# Compare programs side-by-side
$A compare heygen synthesia
# Server management
$A status
$A stop
Commands
Search
affiliate-check search <query> Search by name/keyword
affiliate-check search --recurring Filter recurring commissions
affiliate-check search --tags ai,video Filter by tags
affiliate-check search --min-cookie 30 Min cookie days
affiliate-check search --sort new Sort: trending | new | top
affiliate-check search --limit 20 Result limit
Discovery
affiliate-check top Top programs by stars
affiliate-check top --sort trending Trending programs
affiliate-check top --sort new Newest programs
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .cursorrules 2.7 KB
- CLAUDE.md 5.3 KB
- MIRROR-MANIFEST.md 15 KB
- platforms/gemini.md 3.4 KB
- prompts/bootstrap.md 6.1 KB
- skills/analytics/ab-test-generator/LICENSE.txt 1.0 KB
- skills/analytics/ab-test-generator/SKILL.md 8.6 KB
- skills/analytics/conversion-tracker/agents/openai.yaml 143 B
- skills/analytics/conversion-tracker/LICENSE.txt 1.0 KB
- skills/analytics/conversion-tracker/references/tracking-templates.md 2.4 KB
- skills/analytics/conversion-tracker/SKILL.md 8.3 KB
- skills/analytics/internal-linking-optimizer/SKILL.md 9.3 KB
- skills/analytics/performance-report/agents/openai.yaml 138 B
- skills/analytics/performance-report/LICENSE.txt 1.0 KB
- skills/analytics/performance-report/references/benchmarks.md 2.8 KB
- skills/analytics/performance-report/SKILL.md 9.8 KB
- skills/analytics/seo-audit/LICENSE.txt 1.0 KB
- skills/analytics/seo-audit/SKILL.md 9.6 KB
- skills/automation/content-repurposer/LICENSE.txt 1.0 KB
- skills/automation/content-repurposer/SKILL.md 10 KB
- skills/automation/email-automation-builder/LICENSE.txt 1.0 KB
- skills/automation/email-automation-builder/SKILL.md 11 KB
- skills/automation/multi-program-manager/LICENSE.txt 1.0 KB
- skills/automation/multi-program-manager/SKILL.md 9.2 KB
- skills/automation/paid-ad-copy-writer/LICENSE.txt 1.0 KB
- skills/automation/paid-ad-copy-writer/SKILL.md 12 KB
- skills/automation/proprietary-data-generator/SKILL.md 11 KB
- skills/blog/affiliate-blog-builder/agents/openai.yaml 265 B
- skills/blog/affiliate-blog-builder/LICENSE.txt 1.0 KB
- skills/blog/affiliate-blog-builder/references/blog-templates.md 7.8 KB
- skills/blog/affiliate-blog-builder/references/seo-checklist.md 5.3 KB
- skills/blog/affiliate-blog-builder/references/wordpress-deploy.md 5.3 KB
- skills/blog/affiliate-blog-builder/SKILL.md 17 KB
- skills/blog/comparison-post-writer/LICENSE.txt 1.0 KB
- skills/blog/comparison-post-writer/SKILL.md 14 KB
- skills/blog/content-decay-detector/SKILL.md 8.0 KB
- skills/blog/content-moat-calculator/SKILL.md 8.8 KB
- skills/blog/how-to-tutorial-writer/LICENSE.txt 1.0 KB
- skills/blog/how-to-tutorial-writer/SKILL.md 14 KB
- skills/blog/keyword-cluster-architect/SKILL.md 9.4 KB
- skills/blog/listicle-generator/LICENSE.txt 1.0 KB
- skills/blog/listicle-generator/SKILL.md 14 KB
- skills/content/content-pillar-atomizer/SKILL.md 12 KB
- skills/content/content-research-brief/SKILL.md 16 KB
- skills/content/infographic-generator/SKILL.md 16 KB
- skills/content/reddit-post-writer/LICENSE.txt 1.0 KB
- skills/content/reddit-post-writer/SKILL.md 16 KB
- skills/content/tiktok-script-writer/LICENSE.txt 1.0 KB
- skills/content/tiktok-script-writer/SKILL.md 14 KB
- skills/content/twitter-thread-writer/LICENSE.txt 1.0 KB
- skills/content/twitter-thread-writer/SKILL.md 14 KB
- skills/content/viral-post-writer/agents/openai.yaml 178 B
- skills/content/viral-post-writer/LICENSE.txt 1.0 KB
- skills/content/viral-post-writer/references/platform-specs.md 5.4 KB
- skills/content/viral-post-writer/references/viral-frameworks.md 8.4 KB
- skills/content/viral-post-writer/SKILL.md 15 KB
- skills/distribution/bio-link-deployer/agents/openai.yaml 218 B
- skills/distribution/bio-link-deployer/LICENSE.txt 1.0 KB
- skills/distribution/bio-link-deployer/references/domain-setup.md 3.1 KB
- skills/distribution/bio-link-deployer/SKILL.md 12 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 108 lines · 61 tokens per session scan C b6d7e8fffdf3
affiliate-check is a skill published in the GitHub repository gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), licensed MIT. It adds 61 tokens to every session and 736 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). It is 100% identical to affiliate-check, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…