gemini-search
NewCommunity RegistryDevelopmentby SHIMIZU Taku
Web search using Google Gemini CLI tool
Community PluginView Source
Overview
Personal Claude Code plugin marketplace with productivity skills for git workflows, reporting, and development tools.
Installation
Add this marketplace to Claude Code:
``` /plugin marketplace add takuan-osho/ccmarketplace
code
Then browse and install plugins:
/plugin
code
## Available Plugins
### Git Workflow
| Plugin | Description |
|--------|-------------|
| [create-pr](plugins/create-pr/) | Create Pull Request with Conventional Commits format |
| [gcm](plugins/gcm/) | Generate Git Commit Message from staged changes |
### Documentation & Reporting
| Plugin | Description |
|--------|-------------|
| [interview](plugins/interview/) | Run iterative clarification interviews until Do / Don't do / Done are clear |
| [report](plugins/report/) | Create structured reports in GitHub Flavored Markdown |
| [tdl](plugins/tdl/) | Traceable Development Lifecycle with end-to-end traceability |
### Development Tools
| Plugin | Description |
|--------|-------------|
| [k6-docs](plugins/k6-docs/) | Access Grafana k6 documentation for load testing |
| [gemini-search](plugins/gemini-search/) | Web search using Google Gemini CLI |Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/gemini-search.md https://raw.githubusercontent.com/takuan-osho/ccmarketplace/main/SKILL.md3
Invoke in Claude Code
/gemini-searchView source on GitHub
Frequently Asked Questions
What is gemini-search?
Web search using Google Gemini CLI tool
How to install gemini-search?
To install gemini-search, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /gemini-search.
What is gemini-search best for?
gemini-search is a community categorized under Development. Created by SHIMIZU Taku.