CONNECT & INSTALL
Three steps to use SeoWatcher from Claude Code. Everything is served from this site and stays in sync with the deployed version — no repository access needed.
Sign in with Google, then copy (or Regenerate) your key.
Open my account & keysRun in your terminal:
Add to ~/.codex/config.toml (Codex needs the custom header — Cloud Run consumes the standard Authorization):
One command — wires the MCP into ~/.claude.json (OMP reads it; no claude CLI needed) and installs /report:
OMP's /mcp add can't set the custom header, so add the entry under mcpServers manually if you prefer, then restart OMP:
Replace <YOUR_API_KEY> with your key (use Regenerate to get one). Full tool reference: API docs ↗
2 — Run the command above in your terminal, with your key.
One line — downloads the current skill into ~/.claude/skills/report/.
Prefer not to pipe to a shell? Use the manual commands:
The full SEO/GEO article pipeline (auto / site / topic). Runs entirely server-side over the MCP — no API keys, no bun, nothing to set up.
Using Codex instead of Claude Code? Connect the MCP via ~/.codex/config.toml (the Codex CLI block above), then install the reporter and run it:
Reads your current Codex session from ~/.codex/sessions/, redacts secrets (your psk_ token first), and uploads it tagged to the domain — the same payload the Claude Code /report skill sends, with client.tool=codex. Codex has no /report slash-command, so run the script directly (or add it to your AGENTS.md).
/exit then relaunch. Re-run any install command to pull the latest skills/workflow; then reload.Step-by-step instructions you can forward to a person:
- Reporter onboarding ↗ — for people who run sites and submit
/reportdaily (rolereader). - Admin onboarding ↗ — for the admin who approves people and reads
/seoinsights. - Content owner onboarding ↗ — for people who write articles with
/writeand review them on/drafts(roleeditor). - Content pipeline (workflow) ↗ — the full grounded SEO/GEO article flow, for team review.