一键导入
gemini
Query Gemini CLI for quick lookups, deep research, and approach comparison
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query Gemini CLI for quick lookups, deep research, and approach comparison
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gemini |
| description | Query Gemini CLI for quick lookups, deep research, and approach comparison |
| allowed-tools | Bash(gemini:*), Bash(jq:*) |
| argument-hint | [query]|research [topic]|compare [options-to-compare] |
Delegate queries to Gemini for fast lookups, web-backed research, and trade-off analysis.
/gemini [query]Quick query. Default mode when no subcommand is given.
Run the following command and present the response:
!gemini "$ARGUMENTS" -y -o json 2>/dev/null | jq -r '.response'
Use for:
/gemini research [topic]Deep research with web search capabilities. Ask Gemini to search for current documentation, latest API changes, best practices, or package availability.
Run: !gemini "Research the following topic, use web search if needed: $ARGUMENTS" -y -o json 2>/dev/null | jq -r '.response'
Present the findings to help inform our implementation strategy.
/gemini compare [options-to-compare]Compare multiple approaches or perspectives with trade-off analysis.
Run: !gemini "Provide 3 different approaches or perspectives for: $ARGUMENTS. Compare their trade-offs." -y -o json 2>/dev/null | jq -r '.response'
Use this to explore alternative solutions before committing to an approach.
Run the self-improvement pipeline to analyze usage, plan, and apply Claude Code configuration improvements
Create, schedule, and manage autonomous AI-agent tasks with systemd timers
Create and manipulate Obsidian Canvas (.canvas) files using the JSON Canvas spec
Create a git commit with proper conventional commit message
Code generation, exploration, and image analysis via Codex CLI
Populate styled ODT/OTT templates with content while preserving formatting