← Back to list
name: gask
description: Send a task to Gemini via the

gask
by bfly123
Real-time multi-AI collaboration: Claude, Codex & Gemini with persistent context, minimal token overhead
⭐ 830🍴 83📅 Jan 23, 2026
SKILL.md
name: gask
description: 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.
metadata:
short-description: Ask Gemini (wait for reply) via gask
backend: gemini
gask (Ask Gemini)
Use gask to forward the user's request to the Gemini pane.
Prereqs (Backend)
gpingshould succeed.gaskmust run in the same environment asccb(WSL vs native Windows).
Execution (MANDATORY)
gask --sync -q <<'EOF'
$ARGUMENTS
EOF
Workflow (Mandatory)
- Ensure Gemini backend is up (
gping). - Run the command above with 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.- If the user requires a
CCB_DONEsentinel, still include a brief execution summary in the reply (do not return only the sentinel).
Score
Total Score
90/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 500以上
+10
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
