Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
gemini-delegation logo

gemini-delegation

wombat9000-marketplace

OtherClaude Codeby wombat9000

Summary

Delegate research and web search tasks to Gemini AI via CLI subagent interface.

Install to Claude Code

/plugin install gemini-delegation@wombat9000-marketplace

Run in Claude Code. Add the marketplace first with /plugin marketplace add wombat9000/claude-plugins if you haven't already.

README.md

Claude Plugin Marketplace

A marketplace for Claude Code agent configuration plugins.

Available Plugins

1. config-wizard - Comprehensive toolkit for creating slash commands, designing skills, and configuring permissions 2. block-dotfiles - Security plugin that blocks access to sensitive dotfiles and configuration files 3. dependency-blocker - Performance plugin that prevents access to dependency directories

Overview

This repository provides a plugin marketplace for Claude Code extensions. Users can discover, install, and manage plugins distributed through this marketplace.

Using This Marketplace

1. Add the marketplace to Claude Code

/plugin marketplace add https://github.com/wombat9000/claude-plugins.git

2. Browse available plugins

/plugin

3. Install plugins from this marketplace

/plugin install plugin-name@wombat9000-marketplace

Available Plugins

config-wizard

Comprehensive toolkit for creating slash commands, designing skills, and configuring Claude Code permissions with security best practices.

Version: 1.0.0

Slash Commands:

  • /config-wizard:cmd-init - Initialize a new slash command for Claude Code
  • /config-wizard:cmd-review - Review an existing slash command from the current project

Skills:

1. designing-claude-skills - Comprehensive guide for creating, reviewing, and improving skills

  • Creating new skills from scratch
  • Reviewing and auditing existing skills
  • Understanding skill architecture and design patterns
  • Troubleshooting skill loading and triggering
  • Best practices for bundled resources (scripts, references, assets)

2. managing-permissions - Guide for configuring Claude Code permissions in settings.json

  • Configuring allow, ask, and deny rules
  • Understanding permission precedence and hierarchy
  • Strategic permission layering (broad allow + narrow ask/deny)
  • Git-specific permission patterns
  • Build tool security (npm, make, gradle, cargo, etc.)

block-dotfiles

Blocks Claude Code access to sensitive dotfiles and configuration files that may contain credentials, API keys, and other secrets.

Protects 20+ sensitive files including .env, .bashrc, .zshrc, .ssh/, .aws/, .npmrc, and other credential files through Bash, Read, Glob, and Grep validation hooks.

Category: security

Version: 1.0.0

License: MIT

Features:

  • Blocks access to shell configuration files (.bashrc, .zshrc, etc.)
  • Blocks access to environment variable files (.env, .env.local, etc.)
  • Blocks access to credential directories (.ssh, .aws, .docker, .kube, etc.)
  • Blocks access to credential files (.npmrc, .pypirc, .gitconfig, .netrc)
  • Comprehensive test suite with 104 tests
  • Security-focused with clear blocking messages

dependency-blocker

Prevents Claude from accessing dependency directories to save tokens and improve performance.

Blocks access to node_modules, .git, dist, build, vendor, target, .venv, and venv directories through Bash, Read, Glob, and Grep validation hooks.

Category: utilities

Version: 1.0.0

License: MIT

Features:

  • Blocks Bash commands targeting excluded directories
  • Blocks Read operations from excluded directories
  • Blocks Glob patterns targeting excluded directories
  • Blocks Grep searches in excluded directories
  • Comprehensive test suite with 80 tests

Team Configuration

For automatic marketplace installation in team projects, add to .claude/settings.json:

{
  "extraKnownMarketplaces": {
    "wombat9000-marketplace": {
      "source": {
        "source": "github",
        "repo": "wombat9000/claude-plugins"
      }
    }
  }
}

Related plugins

Browse all →