Back to Discover

claude-tools

artifact

paddo

Claude Code plugin marketplace

View on GitHub
35 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add paddo/claude-tools

README

claude-tools

Claude Code plugin marketplace.

Install

claude plugin marketplace add paddo/claude-tools
claude plugin install gemini-tools@paddo-tools
claude plugin install codex@paddo-tools
claude plugin install dns@paddo-tools
claude plugin install headless@paddo-tools
claude plugin install mobile@paddo-tools
claude plugin install miro@paddo-tools
claude plugin install monday@paddo-tools
claude plugin install whatsapp@paddo-tools

# or via slash command
/plugin marketplace add paddo/claude-tools
/plugin install gemini-tools@paddo-tools
/plugin install codex@paddo-tools
/plugin install dns@paddo-tools
/plugin install headless@paddo-tools
/plugin install mobile@paddo-tools
/plugin install miro@paddo-tools
/plugin install monday@paddo-tools
/plugin install whatsapp@paddo-tools

Plugins

PluginDescription
gemini-toolsGemini models for visual analysis and UI mockup generation (/gemini-tools:visual, /gemini-tools:mockup)
codexOpenAI Codex for architecture analysis and code review (/codex:review)
dnsManage DNS records (/dns:spaceship, /dns:godaddy)
headlessHeadless browser automation for site comparison, E2E testing, and anti-bot-aware web research (/headless:parity, /headless:test, /headless:scout)
mobileMobile app testing for iOS, Android, React Native, Xamarin, Flutter (/mobile:test, /mobile:parity)
miroRead and interpret Miro boards (/miro:board)
mondayManage Monday.com tasks: list boards, update status, assign (/monday:monday)
whatsappSearch WhatsApp messages and retrieve media from native macOS client (/whatsapp)

Headless in action

⏺ Now spawning parallel parity-browser agents to test the public pages:

⏺ Running 4 headless:parity-browser agents… (ctrl+o to expand)
   ├─ Parity: Homepage · 34 tool uses · 33.4k tokens
   │  ⎿ Done
   ├─ Parity: Terms page · 19 tool uses · 21.0k tokens
   │  ⎿ Bash: Run test from parity lib directory
   ├─ Parity: Login page · 46 tool uses · 57.5k tokens
   │  ⎿ Done
   └─ Parity: Dashboard page · 24 tool uses · 28.2k tokens
      ⎿ Done

Requirements

Dependencies

# gemini-tools
bun install -g gemini-cli
brew install pngpaste jq

# codex
bun install -g @openai/codex

Environment Variables

Plugins need API keys. Set them via:

1. Claude settings (~/.claude/settings.json) - recommended:

{
  "env": {
    "GEMINI_API_KEY": "...",
    "OPENAI_API_KEY": "...",
    "SPACESHIP_API_KEY": "...",
    "SPACESHIP_API_SECRET": "...",
    "GODADDY_API_KEY": "...",
    "GODADDY_API_SECRET": "...",
    "MIRO_TOKEN": "...",
    "MONDAY_API_TOKEN": "...",
    "SCRAPE_DO_API_KEY": "..."
  }
}

SCRAPE_DO_API_KEY powers the headless:scout unlocker tier. Without it, scout still reads compliant sites via direct fetch/WebFetch but can't break anti-bot walls. Optional SCOUT_MAX_CREDITS caps per-run spend (default ~5000 credits).

2. Project settings (.claude/settings.local.json) - per-project creds

3. Shell profile (~/.zshrc) - if already exported globally

Rendered live from paddo/claude-tools's GitHub README — not stored, always reflects the source repo.

10 Plugins

NameDescriptionCategorySource
dnsManage DNS records via provider APIs./plugins/dns
codexLaunch OpenAI Codex for software architecture analysis and research./plugins/codex
gemini-toolsLaunch Gemini for visual analysis, UI/UX work, and image generation./plugins/gemini-tools
headlessHeadless browser automation for site comparison, E2E testing, and anti-bot-aware web research./plugins/headless
mobileNative mobile app testing - E2E and cross-platform parity (iOS/Android)./plugins/mobile
miroRead and interpret Miro boards./plugins/miro
mondayManage Monday.com tasks: list boards, query items, update status, assign yourself./plugins/monday
whatsappSearch WhatsApp messages and retrieve media from the native macOS client./plugins/whatsapp
kimiLaunch Kimi K3 for second-opinion code review./plugins/kimi
grokLaunch Grok for second-opinion code review./plugins/grok

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.