Agent Skills
› nicknisi/claude-plugins
› consult
consult
GitHub调用指定AI模型(如codex、gemini等)进行专注分析或获取第二意见。支持解析用户输入以选择特定专家代理,执行技术推理、创意方案或多源研究,若未指定模型则引导用户选择。
Trigger Scenarios
请求特定AI模型的深度技术分析
寻求代码架构或设计的第二意见
需要多视角创意解决方案
进行带有引用的实时网络研究
Install
npx skills add nicknisi/claude-plugins --skill consult -g -y
SKILL.md
Frontmatter
{
"name": "consult",
"description": "Ask a specific AI model (codex, gemini, grok, perplexity, claude) for focused analysis or a second opinion",
"disable-model-invocation": true
}
Consultation Mode
Ask a specific AI model for focused analysis or a second opinion.
Usage
/consultant:consult codex What's the best approach for this architecture?
/consultant:consult gemini Analyze this code pattern
/consultant:consult grok What do you think about this design?
/consultant:consult perplexity Research latest React trends
/consultant:consult claude Search for best practices on error handling
Available Consultants
| Model | Agent | Specialization |
|---|---|---|
| codex / gpt5 | codex-researcher |
Advanced reasoning, technical analysis, complex problem-solving |
| gemini | gemini-researcher |
Multi-perspective analysis, creative solutions |
| grok | grok-researcher |
Alternative LLM perspective, latest Grok-4 model |
| perplexity | perplexity-researcher |
Web research with citations, real-time data |
| claude | claude-researcher |
Web research, detailed synthesis |
Execution
Parse $ARGUMENTS to extract:
- Model: First word (codex, gemini, grok, perplexity, claude)
- Question: Everything after the model name
Launch ONE agent using the Task tool:
Task tool with subagent_type: consultant:[model]-researcher
Map model names:
codexorgpt5→consultant:codex-researchergemini→consultant:gemini-researchergrok→consultant:grok-researcherperplexity→consultant:perplexity-researcherclaude→consultant:claude-researcher
If no model specified or model not recognized, ask the user which consultant they want.
Version History
- c3164c9 Current 2026-07-24 21:10


