consult
Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool.
npx skills add agent-sh/agentsys --skill consult --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# consult Cross-tool AI consultation: query another AI CLI tool and return the response. ## When to Use Invoke this skill when: - User wants a second opinion from a different AI tool - User asks to consult, ask, or cross-check with gemini/codex/claude/opencode/copilot - User needs to compare responses across AI tools - User wants to validate a decision with an external AI ## Arguments Parse from `$ARGUMENTS`: | Flag | Values | Default | Description | |------|--------|---------|-------------| | `--tool` | gemini, codex, claude, opencode, copilot | (picker) | Target tool | | `--effort` | low, medium, high, max | medium | Thinking effort level | | `--model` | any model name | (from effort) | Override model selection | | `--context` | diff, file=PATH, none | none | Auto-include context | | `--continue` | (flag) or SESSION_ID | false | Resume previous session | Question text is everything in `$ARGUMENTS` except the flags above. ## Provider Configurations ### Claude ``` Command: env -u CLAUDECODE claude -p "QUESTION" --output-format json --model "MODEL" --max-turns TURNS --allowedTools "Read,Glob,Grep" Session resume: --resume "SESSION_ID" ``` Models: claude-haiku-4-5, claude-sonnet-4-6,
- When to Use
- Arguments
- Provider Configurations
- Claude
- Gemini
- Codex
- OpenCode
- Copilot
- Kiro
- Input Validation
- Command Building
- Step 1: Resolve Model
- Step 1b: Trust Gate for Codex --skip-git-repo-check
- Step 2: Build Command String
node acp/run.js --detect --provider="PROVIDER"
What does the consult skill do?
Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool.
How do I install it?
Run `npx skills add agent-sh/agentsys --skill consult --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 agent-sh/agentsys, a repository with 923 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.