Agent skill
gask
Send a task to Gemini via the `gask` CLI and wait for the reply. Use only when the user explicitly delegates to Gemini (ask/@gemini/let gemini/review); not for questions about Gemini itself.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/gask
Metadata
Additional technical details for this skill
- backend
- gemini
- short description
- Ask Gemini (wait for reply) via gask
SKILL.md
gask (Ask Gemini)
Use gask to forward the user's request to the Gemini pane started by ccb up gemini.
Prereqs (Backend)
gpingshould succeed; otherwise start it withccb up gemini.gaskmust run in the same environment asccb(WSL vs native Windows).
Quick Start
- Preferred (wait & return reply):
gask --sync -q "$ARGUMENTS" - Multiline (optional):
gask --sync -q <<'EOF'…EOF
Workflow (Mandatory)
- Ensure Gemini backend is up (
gping, or runccb up gemini). - Run
gask --sync -qwith the user's request. - IMPORTANT: Use
timeout_ms: 3600000(1 hour) to allow long-running tasks. - DO NOT send a second request until the current one exits.
CRITICAL: Wait Silently (READ THIS)
After running gask, you MUST:
- DO NOTHING while waiting for the command to return
- DO NOT check status, monitor progress, or run any other commands
- DO NOT read files, search code, or do "useful" work while waiting
- DO NOT output any text like "waiting..." or "checking..."
- JUST WAIT silently until gask returns with the result
The command may take 10-60 minutes. This is NORMAL. Be patient.
If you find yourself wanting to do something while waiting, STOP. Just wait.
Notes
- Always use
--syncflag when calling from Codex. gaskis synchronous; the--syncflag disables guardrail prompts intended for Claude.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?