Agent skill
ask
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
Install this agent skill to your Project
npx add-skill https://github.com/bfly123/claude_code_bridge/tree/main/claude_skills/ask
Metadata
Additional technical details for this skill
- short description
- Ask AI provider asynchronously
SKILL.md
Ask AI Provider (Async)
Send the user's request to specified AI provider asynchronously.
Usage
The first argument must be the provider name, followed by the message:
gemini- Send to Geminicodex- Send to Codexopencode- Send to OpenCodedroid- Send to Droid
Execution (MANDATORY)
Bash(CCB_CALLER=claude ask $PROVIDER "$MESSAGE")
Rules
- Follow the Async Guardrail rule in CLAUDE.md (mandatory).
- Local fallback: if output contains
CCB_ASYNC_SUBMITTED, end your turn immediately. - If submit fails (non-zero exit):
- Reply with exactly one line:
[Provider] submit failed: <short error> - End your turn immediately.
- Reply with exactly one line:
Examples
/ask gemini What is 12+12?/ask codex Refactor this code/ask opencode Analyze this bug/ask droid Execute this task
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
file-op
Delegate file I/O to Codex via FileOpsREQ protocol. Use when Claude needs Codex to modify files.
cping
Test connectivity with AI provider (gemini/codex/opencode/droid/claude).
continue
Attach the newest context-transfer Markdown from the current project's ./.ccb/history/ into Claude using @file. Use when the user types /continue or asks to resume with the latest transfer file in this project.
mounted
Report which CCB providers are mounted (session exists AND daemon is online). Outputs JSON.
review
Dual review with Claude and Codex for quality verification. Use for step or task review.
tr
Execute current step in AutoFlow workflow. Use when running /tr or continuing task execution.
Didn't find tool you were looking for?