🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Nm Conjure Gemini Delegation

by @athola

Gemini CLI delegation workflow implementing delegation-core for Google's

⚑ When to Use
TriggerAction
- When you need Gemini's large context window (1M+ tokens)
- For batch processing, summarization, or pattern extraction tasks
- If the `gemini` CLI is installed and authenticated
πŸ’‘ Examples

Basic Command

# File analysis
gemini -p "@path/to/file Analyze this code"

Multiple files

gemini -p "@src/**/*.py Summarize these files"

With specific model

gemini --model gemini-2.5-pro-exp -p "..."

JSON output

gemini --output-format json -p "..."
Verification: Run the command with --help flag to verify availability.

Save Output

gemini -p "..." > delegations/gemini/$(date +%Y%m%d_%H%M%S).md
Verification: Run the command with --help flag to verify availability.

βš™οΈ Configuration

Installation:

# Verify installation
gemini --version

Check authentication

gemini auth status

Login if needed

gemini auth login

Or set API key

export GEMINI_API_KEY="your-key"
Verification: Run the command with --help flag to verify availability.

View on ClawHub
TERMINAL
clawhub install nm-conjure-gemini-delegation

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’