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 iso73-ops/claude-keitaro --skill keitarogit clone --depth 1 https://github.com/iso73-ops/claude-keitaroWrote 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/iso73-ops/claude-keitaro/keitaro)<a href="https://agentmods.dev/skills/iso73-ops/claude-keitaro/keitaro"><img src="https://agentmods.dev/badge/skills/iso73-ops/claude-keitaro/keitaro/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/iso73-ops/claude-keitaro/keitaro"><img src="https://agentmods.dev/badge/skills/iso73-ops/claude-keitaro/keitaro.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.00101 | $0.01739 |
| Opus 5 | $0.00051 | $0.00870 |
| Sonnet 5 | $0.00020 | $0.00348 |
| Haiku 4.5 | $0.00010 | $0.00174 |
Grade A, and why
keitaro scanned grade A with 0 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 13d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Keitaro — Tracker Management for Affiliate Marketers
Full Keitaro tracker control via natural language. Manage campaigns, flows, landings, reports, and optimization through the Admin API.
Quick Reference
| Command | What it does |
|---|---|
/keitaro setup |
Connect to Keitaro API, verify access, save config |
/keitaro campaigns |
Create/list/update/delete campaigns |
/keitaro flows |
Manage traffic flows, weights, filters, A/B tests |
/keitaro reports |
Analytics: ROI, CR, EPC by campaign/flow/landing/geo/device |
/keitaro optimize |
Auto-optimize: kill losers, scale winners, rebalance weights |
/keitaro landing |
Generate landing/prelanding content for any vertical |
/keitaro audit |
Audit campaign setup: dead flows, broken postbacks, misconfig |
Context Intake (Required — Always Do This First)
Before any operation, ensure Keitaro API connection is configured.
Check for KEITARO_URL and KEITARO_API_KEY environment variables.
If not set, run /keitaro setup first.
Ask these questions upfront if not already known:
- Vertical — What are you running? Gambling, Crypto, Nutra, Dating, Finance, Sweepstakes, E-commerce, Health/Medical, Insurance, Software, Other
- GEOs — Target countries
- Traffic source — Where traffic comes from (Facebook, Google, TikTok, Push, Pop, Native, SEO)
- Goal — What metric matters most? ROI, CR, EPC, Revenue, Volume
If the user provides context upfront (e.g. "create campaign for gambling DE"), extract it and proceed without re-asking.
API Connection
All API calls go through the Keitaro Admin API:
Base URL: {KEITARO_URL}/admin_api/v1
Headers: Api-Key: {KEITARO_API_KEY}
Use the scripts/keitaro_api.py helper for all API operations.
Run via: python3 ~/.claude/skills/keitaro/scripts/keitaro_api.py <action> [args]
Orchestration Logic
When the user invokes /keitaro:
- Check API connection — verify KEITARO_URL and KEITARO_API_KEY are set
- Parse command — route to appropriate sub-skill
- Collect context — vertical, GEO, traffic source if needed
- Execute — call Keitaro API via helper script
- Report — show results in clean, readable format
What ships with it
5 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.
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.
- 13d ago First seen · 169 lines · 101 tokens per session scan A 4eb3ca674060
keitaro is a skill published in the GitHub repository iso73-ops/claude-keitaro (24 stars, last pushed 5mo ago), licensed MIT. It adds 101 tokens to every session and 1,739 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
powerpoint-mcp
PowerPoint MCP Server skill for Windows presentation automation via a live PowerPoint desktop instance (COM/PIA). Use when an assistant needs rich MCP tools to create, open, build, format, and export PowerPoint (.pptx/.pptm) presentations — slides, shapes, text boxes, tables, native charts, images, audio, video…
financial-planner
Your Personal Finance Manager for Canadians — an AI financial planning partner that conducts thorough financial interviews, builds complete plans, generates interactive dashboards, and provides ongoing coaching. Use this skill whenever someone asks about budgeting, saving, investing, debt strategy, retirement…
vibe-ship
Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack…
swarm
Run a multi-agent audit of a codebase by spawning specialized parallel subagents (security, performance, tests, architecture, dead-code), then synthesize their findings into a single prioritized action plan. Use this whenever the user runs /swarm, asks to "audit the repo," "review this codebase," "find issues across…
accessibility
Audits code for WCAG 2.2 AA compliance and provides design guidance for accessible components. Covers semantic HTML, ARIA, keyboard nav, contrast, focus management, and motion.
git-workflow
Enforces the release-branch Git model: scaffold feature branches, open PRs with review checks, cut releases with tags, and view workflow reference.