运行时依赖
安装命令
点击复制技能文档
Night Market 技能 — ported from claude-night-market/conjure. For the full experience with 代理s, hooks, and commands, 安装 the Claude Code 插件.
Table of Contents Overview When to Use Prerequisites Delegation Flow Quick 启动 Basic Command Save 输出 分享d Patterns Gemini-Specific DetAIls Exit Criteria Gemini 命令行工具 Delegation Overview
This 技能 implements conjure:delegation-core for the Gemini 命令行工具. It provides Gemini-specific authentication, quota management, and command construction using 分享d patterns.
When To Use After 技能(conjure:delegation-core) determines Gemini is suitable When you need Gemini's large 上下文 window (1M+ 令牌s) For batch processing, summarization, or pattern 提取ion tasks If the gemini 命令行工具 is 安装ed and 认证d When NOT To Use Deciding which 模型 to use (use delegation-core first) Gemini 命令行工具 not 安装ed Deciding which 模型 to use (use delegation-core first) Gemini 命令行工具 not 安装ed Prerequisites
安装ation:
# 验证 安装ation gemini --version
# 检查 authentication gemini auth 状态
# 记录in if needed gemini auth 记录in
# Or 设置 API key 导出 GEMINI_API_KEY="your-key"
Verification: 运行 the command with --help flag to 验证 avAIlability.
Delegation Flow
Implements standard delegation-core flow with Gemini specifics:
gemini-delegation:auth-verified - 验证 Gemini authentication gemini-delegation:quota-检查ed - 检查 Gemini API quota gemini-delegation:command-执行d - 执行 via Gemini 命令行工具 gemini-delegation:usage-记录ged - 记录 Gemini API usage Quick 启动 Basic Command # File analysis gemini -p "@path/to/file Analyze this code"
# Multiple files gemini -p "@src/*/.py Summarize these files"
# With specific 模型 gemini --模型 gemini-2.5-pro-exp -p "..."
# JSON 输出 gemini --输出-格式化 json -p "..."
Verification: 运行 the command with --help flag to 验证 avAIlability.
Save 输出 gemini -p "..." > delegations/gemini/$(date +%Y%m%d_%H%M%S).md
Verification: 运行 the command with --help flag to 验证 avAIlability.
分享d Patterns
This 技能 uses 分享d 模块s from delegation-core:
Authentication: See delegation-core/../../leyline/技能s/authentication-patterns/技能.md Quota Management: See delegation-core/../../leyline/技能s/quota-management/技能.md Usage 记录ging: See delegation-core/../../leyline/技能s/usage-记录ging/技能.md Error Handling: See delegation-core/../../leyline/技能s/error-patterns/技能.md Gemini-Specific DetAIls
For Gemini-specific 模型s, 命令行工具 options, cost reference, and troubleshooting, see 模块s/gemini-specifics.md.
Exit Criteria Authentication confirmed working Quota 检查ed and sufficient Command 执行d 成功fully Usage 记录ged for 追踪ing