Send a task to OpenCode via the `oask` CLI and wait for the reply. Use only when the user explicitly delegates to OpenCode (ask/@opencode/let opencode/review); not for questions about OpenCode itself.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: oask
description: Delegate a task to OpenCode via the existing oask command (stdin-safe). Use only when the user explicitly asks to delegate to OpenCode (ask/@opencode/let opencode/review); NOT for questions about OpenCode itself.
Delegate to OpenCode (oask)
This skill lets Codex delegate work to OpenCode by running the existing oask command.
Trigger Conditions
Use this skill ONLY when the user explicitly delegates to OpenCode, e.g.:
- "@opencode …", "ask opencode …", "let opencode …"
- "use opencode to review/analyze/debug …"
DO NOT use this skill when:
- The user asks questions about OpenCode itself (how it works, install, config, etc.)
- The user mentions OpenCode without delegation intent
Prerequisites / Troubleshooting
- OpenCode backend must be running:
ccb up opencode - If unsure, check status:
ccb status opencode
Execution
Run oask and pass the full user request via stdin (prevents shell backtick command substitution):
oask <<'EOF'
<paste the user’s delegation request verbatim>
EOF
Then relay OpenCode’s reply back to the user.
More by bfly123
View allSend 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.
Fetch the latest reply from Gemini (shorthand: g/gm) via the `gpend` CLI. Use only when the user explicitly asks to view the Gemini/gm reply/response (e.g. "看下 g 回复/输出"); do not run proactively after `gask` unless requested.
Test connectivity with Gemini (shorthand: g/gm) via the `gping` CLI. Use when the user explicitly asks to check Gemini/gm status/connection (e.g. "g ping", "gm ping", "Gemini 连上没"), or when troubleshooting Gemini not responding.
Async via gask, end turn immediately; use only when user explicitly delegates to Gemini (ask/@gemini/let gemini/review); NOT for questions about Gemini itself.
