Install
openclaw skills install @athola/nm-conjure-gemini-delegationDelegates tasks to Gemini CLI implementing delegation-core for Google's models
openclaw skills install @athola/nm-conjure-gemini-delegationNight Market Skill — ported from claude-night-market/conjure. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
This skill implements conjure:delegation-core for the Gemini CLI.
It provides Gemini-specific authentication, quota management,
and command construction.
For shared delegation patterns, see Skill(conjure:delegation-core).
Skill(conjure:delegation-core) determines Gemini is suitablegemini CLI is installed and authenticatedInstallation:
# 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.
# 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 "..."
gemini -p "..." > delegations/gemini/$(date +%Y%m%d_%H%M%S).md
For Gemini-specific models, CLI options, cost reference,
and troubleshooting, see modules/gemini-specifics.md.