Agent skill

ask

Send the user's request to specified AI provider asynchronously

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ask-bfly123-claude-code-bridge --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/ask-bfly123-claude-code-bridge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Ask AI Provider Send the user's request to the specified AI provider via ask. ## Usage The first argument must be the provider name. The message MUST be provided via stdin (heredoc or pipe), not as CLI arguments, to avoid shell globbing issues: - `gemini` - Send to Gemini - `claude` - Send to Claude - `opencode` - Send to OpenCode - `droid` - Send to Droid ## Execution (MANDATORY) ```bash CCB_CALLER=codex ask $PROVIDER <<'EOF' $MESSAGE EOF ``` ## Rules - After running the command, say "[Provider] processing..." and immediately end your turn. - Do not wait for results or check status in the same turn. - The task ID and log file path will be displayed for tracking. ## Examples - `/ask gemini What is 12+12?` (send via heredoc) - `CCB_CALLER=codex ask gemini <<'EOF'` `What is 12+12?` `EOF` ## Notes - If it fails, check backend health with the corresponding ping command (`ping <provider>` (e.g., `ping gemini`)). - Codex-managed sessions default to foreground; use `--background` or `CCB_ASK_BACKGROUND=1` for async.

What's inside
Steps it walks through
  1. Usage
  2. Execution (MANDATORY)
  3. Rules
  4. Examples
  5. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ask skill do?

Send the user's request to specified AI provider asynchronously

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ask-bfly123-claude-code-bridge --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going