keitaro-setup

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

A setup tool for connecting an agent to Keitaro, an affiliate advertising tracker, through its API. It collects the tracker address and API key, tests the connection, and reports basic tracker status.

In plain words
What is it for?
First-time Keitaro setup, connection checks, saving session configuration, and diagnosing invalid keys, incorrect URLs, unavailable trackers, or SSL problems.
Why use it?
It helps identify connection problems before other Keitaro tasks are attempted. It also provides the configuration needed for later API requests.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Claude Code.

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

Good fit First-time Keitaro setup, connection checks, saving session configuration, and diagnosing invalid keys, incorrect URLs, unavailable trackers, or SSL problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iso73-ops/claude-keitaro/keitaro-setup
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-setup
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-setup

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iso73-ops/claude-keitaro/keitaro-setup"><img src="https://agentmods.dev/badge/skills/iso73-ops/claude-keitaro/keitaro-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 437 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.00060 $0.00437
Opus 5 $0.00030 $0.00218
Sonnet 5 $0.00012 $0.00087
Haiku 4.5 $0.00006 $0.00044

Measured 10d ago against content hash 26042d45e2e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

keitaro-setup 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 10d 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.

skills/keitaro-setup/SKILL.md · 62 lines

What it actually says

Keitaro Setup

Process

  1. Ask user for their Keitaro tracker URL (e.g. https://tracker.example.com)
  2. Ask for API key (found in Account → API keys in Keitaro dashboard)
  3. Test connection by calling GET /campaigns via the API helper
  4. If successful, show tracker status (number of campaigns, domains, etc.)
  5. Save config for session

Connection Test

Run the API helper to verify connection:

KEITARO_URL="<user-url>" KEITARO_API_KEY="<user-key>" \
  python3 ~/.claude/skills/keitaro/scripts/keitaro_api.py test

Expected Output on Success

Connection successful!
Tracker: https://tracker.example.com
Campaigns: 15 active, 3 archived
Domains: 5 active
Offers: 23 active

If Connection Fails

Common issues:

  1. 401 Unauthorized — wrong API key. Check Account → API keys
  2. Connection refused — wrong URL or tracker is down
  3. SSL error — tracker uses self-signed cert or HTTP instead of HTTPS
  4. 404 — URL path is wrong, ensure no trailing slash

Environment Variables

After successful connection, remind user to set in their shell profile:

export KEITARO_URL="https://tracker.example.com"
export KEITARO_API_KEY="your-api-key-here"

Or in Claude Code settings for persistent use across sessions.

Security Note

  • Never display the full API key — show only first 4 and last 4 characters
  • Never commit API keys to files
  • Recommend using environment variables, not hardcoded values
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. 10d ago First seen · 62 lines · 60 tokens per session scan A 26042d45e2e9

Subscribe to this mod's changes

keitaro-setup is a skill published in the GitHub repository iso73-ops/claude-keitaro (24 stars, last pushed 5mo ago), licensed MIT. It adds 60 tokens to every session and 437 once invoked, about $0.0003 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

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

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

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

log-correlation

Correlates and troubleshoots logs across OS (Linux/macOS), AWS (CloudWatch, CloudTrail, ALB, Lambda), application (JSON, logfmt), and web servers (Nginx, Apache).

RealDougEubanks/ClaudeMarketplace · 49 tokens

tools-unity-behavior-designer

Behavior Designer patterns for AI behavior trees including task creation, shared variables, conditionals, and debugging.

IdoCohen560/claude-unity-game-studio · 29 tokens