keitaro

keitaro is a skill for Claude Code from iso73-ops/claude-keitaro. It costs 101 tokens per session (1,739 once invoked), scanned A, original, MIT.

A general management tool for Keitaro, an affiliate advertising tracker used to manage campaigns and measure results. It can control campaigns, traffic flows, landing pages, reports, optimisation, and setup through natural-language commands.

In plain words
What is it for?
Connecting to Keitaro, managing campaigns and flows, generating landing content, reviewing metrics such as return on investment, and auditing tracking setup.
Why use it?
It brings common tracker tasks into one workflow instead of requiring separate manual operations in Keitaro. It can also check campaign configuration and performance data.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions subagents; positional $N argument.

Part of the claude-keitaro plugin — 8 skills, 3 agents shipped together

Good fit Connecting to Keitaro, managing campaigns and flows, generating landing content, reviewing metrics such as return on investment, and auditing tracking setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iso73-ops/claude-keitaro/keitaro
Install

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.

Any agent
npx skills add iso73-ops/claude-keitaro --skill keitaro
Clone the repo
git clone --depth 1 https://github.com/iso73-ops/claude-keitaro

Made for: Claude Code.

Or install claude-keitaro, the plugin that ships this one along with the rest of its 8 skills, 3 agents.

Wrote 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.

agentmods badge for keitaro

README.md
[![agentmods](https://agentmods.dev/badge/skills/iso73-ops/claude-keitaro/keitaro/github.svg)](https://agentmods.dev/skills/iso73-ops/claude-keitaro/keitaro)
Your own site
<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.

agentmods 80×15 button for keitaro

Your own site · 80×15
<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>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,739 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 13d ago against content hash 4eb3ca674060, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

keitaro/SKILL.md · 169 lines

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:

  1. Vertical — What are you running? Gambling, Crypto, Nutra, Dating, Finance, Sweepstakes, E-commerce, Health/Medical, Insurance, Software, Other
  2. GEOs — Target countries
  3. Traffic source — Where traffic comes from (Facebook, Google, TikTok, Push, Pop, Native, SEO)
  4. 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:

  1. Check API connection — verify KEITARO_URL and KEITARO_API_KEY are set
  2. Parse command — route to appropriate sub-skill
  3. Collect context — vertical, GEO, traffic source if needed
  4. Execute — call Keitaro API via helper script
  5. Report — show results in clean, readable format

Read the full file on GitHub · 169 lines

Files

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.

Changes

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.

  1. 13d ago First seen · 169 lines · 101 tokens per session scan A 4eb3ca674060

Subscribe to this mod's changes

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.

Related

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…

sbroenne/mcp-server-powerpoint · 112 tokens

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…

cjpatten/canadian-finance-planner-skill · 156 tokens

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…

sudais-khalid/vibe-ship · 214 tokens

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…

Zintellix/Claude-Skills · 138 tokens

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.

RealDougEubanks/ClaudeMarketplace · 41 tokens

git-workflow

Enforces the release-branch Git model: scaffold feature branches, open PRs with review checks, cut releases with tags, and view workflow reference.

RealDougEubanks/ClaudeMarketplace · 34 tokens