AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ask Agents

skill-chrisblattman-claudeblattman-ask-agents · by chrisblattman

Send a task or question to Claude Code and/or Gemini as external subagents and report back what they said. Use when the user asks to ask Claude, ask Gemini, ask both, get a second opinion, split reviewer roles, or compare external agents.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-chrisblattman-claudeblattman-ask-agents

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-chrisblattman-claudeblattman-ask-agents)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ask Agents? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Ask Agents

Default Rule

When the user asks to ask Claude, ask Gemini, ask both, split work between them, or get an outside opinion, do it directly with the bundled runner. Do not turn it into an integration discussion.

Privacy Gate

Sending a task to Claude Code or Gemini sends the prompt, listed context files, and any quoted material to another AI service. Before every run, check whether the prompt or context includes confidential records, personal contact details, human-subjects or research-participant data, private transcripts, unpublished sensitive work, or anything the user would not paste into a public website. If so, do not run the external agent. Offer a local Codex-only answer or a redacted prompt for the user to approve first.

If the privacy check passes, ask for explicit send confirmation before every external run: "Send this prompt to Claude/Gemini as an outside opinion? (yes/no)" Proceed only if the user answers yes. If they answer no or do not answer clearly, stop and offer a Codex-only answer.

Requirements

  • Node.js 18 or newer (node on your PATH)
  • For --agent claude: the Claude Code CLI (claude) installed, signed in, and on your PATH
  • For --agent gemini: the Gemini CLI (gemini) installed, signed in, and on your PATH

If a required tool is missing, the runner stops with a plain-language message naming it. Never substitute your own answer while implying the external agent ran.

Runner

The runner is bundled inside this skill at scripts/run-external-agent.mjs:

node ~/.codex/skills/ask-agents/scripts/run-external-agent.mjs --agent claude --prompt "..."
node ~/.codex/skills/ask-agents/scripts/run-external-agent.mjs --agent gemini --prompt "..."
node ~/.codex/skills/ask-agents/scripts/run-external-agent.mjs --agent both --prompt "..."

(If your skills live somewhere other than ~/.codex/skills, adjust the path — the script is in this skill's own folder.)

Defaults:

  • cwd: the folder the command is run from (your current project)
  • Run records: a temporary folder under the system temp directory
  • Timeout: 300 seconds
  • Output cap: 50,000 bytes
  • Claude caps: 8 turns, $2 budget

External runs are read-only: the runner snapshots the working folder before and after, reports any file changes, and instructs the external agent to propose patches rather than apply them.

Useful options:

--cwd /path/to/workspace
--context relative/path/under/cwd
--timeout 600
--max-output 100000
--max-turns 10
--max-budget 4
--claude-prompt "implementation/reliability role..."
--gemini-prompt "strategy/alternative role..."

Workflow

  1. Run the privacy gate above. If the task is sensitive, do not dispatch.
  2. Decide the agent set:
  • Claude Code: implementation risk, code review, repo reasoning, operational details.
  • Gemini: alternatives, product/strategy critique, broad outside read, second opinion.
  • Both: ambiguous plans, high-stakes design, migration/setup decisions, disagreement checks.
  1. If both are useful, give them distinct roles in their prompts instead of identical vague requests.
  2. Ask for explicit send confirmation. If the user does not clearly say yes, stop and offer a Codex-only answer.
  3. Run the external calls.
  4. Report each external result honestly: agent, state, and a short summary of its report.
  5. Synthesize: agreements, disagreements, what you conclude, and the concrete next action.

Prompt Patterns

Claude implementation review:

Review this as Claude Code. Focus on implementation risk, missing tests, operational failure modes, and the smallest robust next step.

Gemini outside view:

Review this as Gemini. Focus on alternative approaches, strategy/product tradeoffs, hidden assumptions, and what we may be overcomplicating.

Failure Handling

If an external run fails, say it failed and include the details that matter (state, error, missing tool). If the command was blocked by sandboxing or approvals, ask the user to approve that specific command and rerun it.

Output Shape

External agents:
Claude:
Gemini:
Synthesis:
Next action:

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.