π¦ ClawHub
Nm Conjure Gemini Delegation
by @athola
Gemini CLI delegation workflow implementing delegation-core for Google's
β‘ When to Use
π‘ 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 --versionCheck authentication
gemini auth statusLogin if needed
gemini auth loginOr set API key
export GEMINI_API_KEY="your-key"
Verification: Run the command with --help flag to verify availability.TERMINAL
clawhub install nm-conjure-gemini-delegation