{"skill":{"slug":"nm-conjure-gemini-delegation","displayName":"Nm Conjure Gemini Delegation","summary":"Delegates tasks to Gemini CLI implementing delegation-core for Google's models","description":"---\nname: gemini-delegation\ndescription: Delegates tasks to Gemini CLI implementing delegation-core for Google's models\nversion: 1.9.8\ntriggers:\n  - gemini\n  - cli\n  - delegation\n  - google\n  - large-context\n  - delegation-core selects Gemini or 1M+ token context is needed\nmetadata: {\"openclaw\": {\"homepage\": \"https://github.com/athola/claude-night-market/tree/master/plugins/conjure\", \"emoji\": \"\\ud83e\\udd9e\", \"requires\": {\"config\": [\"night-market.delegation-core\"]}}}\nsource: claude-night-market\nsource_plugin: conjure\n---\n\n> **Night Market Skill** — ported from [claude-night-market/conjure](https://github.com/athola/claude-night-market/tree/master/plugins/conjure). For the full experience with agents, hooks, and commands, install the Claude Code plugin.\n\n\n## Table of Contents\n\n- [Overview](#overview)\n- [When to Use](#when-to-use)\n- [Prerequisites](#prerequisites)\n- [Quick Start](#quick-start)\n- [Gemini-Specific Details](#gemini-specific-details)\n\n\n# Gemini CLI Delegation\n\n## Overview\n\nThis skill implements `conjure:delegation-core` for the Gemini CLI.\nIt provides Gemini-specific authentication, quota management,\nand command construction.\n\nFor shared delegation patterns, see `Skill(conjure:delegation-core)`.\n\n## When To Use\n\n- After `Skill(conjure:delegation-core)` determines Gemini is suitable\n- When you need Gemini's large context window (1M+ tokens)\n- For batch processing, summarization, or pattern extraction tasks\n- If the `gemini` CLI is installed and authenticated\n\n## Prerequisites\n\n**Installation:**\n```bash\n# Verify installation\ngemini --version\n\n# Check authentication\ngemini auth status\n\n# Login if needed\ngemini auth login\n\n# Or set API key\nexport GEMINI_API_KEY=\"your-key\"\n```\n**Verification:** Run the command with `--help` flag to verify availability.\n\n## Quick Start\n\n### Basic Command\n```bash\n# File analysis\ngemini -p \"@path/to/file Analyze this code\"\n\n# Multiple files\ngemini -p \"@src/**/*.py Summarize these files\"\n\n# With specific model\ngemini --model gemini-2.5-pro-exp -p \"...\"\n\n# JSON output\ngemini --output-format json -p \"...\"\n```\n\n### Save Output\n```bash\ngemini -p \"...\" > delegations/gemini/$(date +%Y%m%d_%H%M%S).md\n```\n\n## Gemini-Specific Details\n\nFor Gemini-specific models, CLI options, cost reference,\nand troubleshooting, see `modules/gemini-specifics.md`.\n","tags":{"latest":"1.9.12"},"stats":{"comments":0,"downloads":551,"installsAllTime":20,"installsCurrent":1,"stars":0,"versions":5},"createdAt":1775894506685,"updatedAt":1781838652429},"latestVersion":{"version":"1.9.12","createdAt":1781838652429,"changelog":"Release v1.9.12","license":"MIT-0"},"metadata":{"setup":[{"key":"night-market.delegation-core","required":true}],"os":null,"systems":null},"owner":{"handle":"athola","userId":"s17emme0e2m3cpf7k2jvp3a84984b8z9","displayName":"athola","image":"https://avatars.githubusercontent.com/u/9769290?v=4"},"moderation":null}