Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

consultantconsultant 搜索

Agent Skill

consultant 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

766

周安装

31

GitHub Stars

公开资料未说明

下载量

241
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:consultant(consultant 搜索)
来源仓库:https://github.com/nicknisi/claude-plugins
仓库路径:skills/consultant
安装命令:
npx skills add nicknisi/claude-plugins --skill "consultant"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add nicknisi/claude-plugins --skill "consultant"

简介

顾问搜索工具聚合各行业专家观点与最佳实践方案库。

  • 适合企业在战略规划、技术咨询或转型过程中获取外部智慧。
  • 按行业、职能与经验层级筛选匹配度高的参考案例。consultant 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需从 nicknisi/claude-plugins 仓库安装并配置搜索索引。
  • 专家意见属个人见解,实施前应评估与企业实际的契合度。

SKILL.md

name
consultant
description
Multi-model AI consultation and research. Supports CONSULTATION MODE (ask single expert), RESEARCH MODE (parallel multi-agent), or DELIBERATION MODE (agents debate and refine). USE WHEN user says 'ask gemini', 'consult codex' (consultation), 'do research' (research), or 'deliberate on' (deliberation).

Consultant Skill

Three Operation Modes

CONSULTATION MODE (Single Expert)

Ask a specific AI model for focused analysis or second opinion.

Trigger Patterns:

  • "Ask [model] about X"
  • "Consult [model] on Y"
  • "What does [model] think about Z"
  • "Get [model]'s opinion on X"
  • "[Model], analyze this problem"

Available Consultants:

  • codex / gpt5 - OpenAI GPT-5 Codex (advanced reasoning, technical analysis)
  • gemini - Google Gemini (multi-perspective analysis)
  • grok - xAI Grok (alternative LLM perspective)
  • perplexity - Perplexity Sonar (web research with citations)
  • claude - Claude WebSearch (web research, detailed analysis)

Examples:

  • "Ask Gemini about the best approach to implement this feature"
  • "Consult Codex on this architectural decision"
  • "What does Grok think about this code pattern?"
  • "Get Perplexity's research on latest React trends"

RESEARCH MODE (Multi-Agent Parallel)

Launch multiple agents simultaneously for comprehensive coverage.

Trigger Patterns:

  • "Do research on X"
  • "Quick research: X"
  • "Extensive research on X"
  • "Research this topic"
  • "Investigate X"

Three Research Intensities:

QUICK RESEARCH

  • Launch 5 agents (1 of each type)
  • Timeout: 2 minutes
  • Best for: Simple queries, fast answers

STANDARD RESEARCH (Default)

  • Launch 15 agents (3 of each type)
  • Timeout: 3 minutes
  • Best for: Comprehensive coverage, balanced depth

EXTENSIVE RESEARCH

  • Launch 40 agents (8 of each type)
  • Timeout: 10 minutes
  • Best for: Deep-dive analysis, exhaustive reports

DELIBERATION MODE (Multi-Round Debate)

Agents critique each other's answers and refine through peer review.

Trigger Patterns:

  • "Deliberate on X"
  • "Have the consultants debate X"
  • "What do the models think about X after discussing?"
  • "Peer review: X"

How It Works:

Round 1: Initial Perspectives (all 5 agents)

  • Each agent provides initial analysis independently
  • No agent sees others' responses yet

Round 2: Critique & Challenge (all 5 agents)

  • Share all Round 1 responses with all agents
  • Each agent reviews others' answers
  • Point out errors, gaps, strong points
  • Challenge assumptions
  • Add missing information

Round 3: Refinement (all 5 agents)

  • Share all critiques
  • Agents revise their positions based on feedback
  • Acknowledge valid points from others
  • Defend or modify their stance
  • Identify emerging consensus

Round 4: Final Synthesis (main session)

  • Analyze convergence vs divergence
  • Highlight consensus points (all/most agents agree)
  • Present unresolved disagreements with reasoning from each side
  • Rate confidence based on agent agreement

Timeout: 5 minutes total (agents work in rounds)

Best for:

  • Critical decisions needing peer review
  • Complex problems where single perspective is risky
  • Catching errors through multiple reviews
  • Finding consensus among experts
  • Identifying trade-offs through debate

Example:

User: "Deliberate on: Should we use REST or GraphQL for our API?"

Round 1 (Initial):
- Codex: "GraphQL for flexible querying"
- Gemini: "REST for simplicity"
- Perplexity: [web research on adoption trends]

Round 2 (Critique):
- Codex: "Gemini's simplicity claim ignores client complexity - REST needs many endpoints"
- Gemini: "Codex didn't mention GraphQL's caching challenges"
- Perplexity: "Both missing recent data: GraphQL adoption is 45% in 2025"

Round 3 (Refinement):
- Codex: "Valid point on caching. Recommend REST for simple CRUD, GraphQL for complex reads"
- Gemini: "Agree with Codex's nuanced position"
- Consensus: Both viable, choose based on read complexity

Synthesis:
- CONSENSUS: Use REST for simple APIs, GraphQL for complex data fetching
- AGREEMENT: Both have trade-offs, no universal answer
- DISAGREEMENT: None (all converged)

Available Agents

  • perplexity-researcher: Web search with Perplexity Sonar models
  • claude-researcher: Web search with Claude WebSearch
  • gemini-researcher: Analysis with Google Gemini
  • codex-researcher: Deep analysis with GPT-5 Codex
  • grok-researcher: Analysis with xAI Grok

How Consultation Mode Works

  1. Detect consultation request from trigger patterns
  2. Identify target model (gemini, codex, grok, perplexity, claude)
  3. Launch single agent of that type
  4. Return focused analysis from that one expert

Speed: ~10-30 seconds per consultation

How Research Mode Works

  1. Query Decomposition: Break into 5-40 sub-questions
  2. Parallel Launch: All agents in SINGLE message
  3. Collection: Wait for timeout (2/3/10 minutes)
  4. Synthesis: Integrate findings with confidence ratings

Speed:

  • Quick: ~30-60 seconds
  • Standard: ~30-90 seconds
  • Extensive: ~1-3 minutes

Agent Capabilities

Web Search Agents:

  • perplexity: Citations, Sonar models, current data
  • claude: Built-in WebSearch, detailed analysis

LLM Analysis Agents:

  • codex: GPT-5 with high reasoning, technical deep-dives
  • gemini: Multi-perspective synthesis
  • grok: Alternative LLM perspective

Best Practices

For Consultation:

  • Use when you want ONE expert opinion
  • Good for second opinions, alternative perspectives
  • Faster and cheaper than research mode

For Research:

  • Use when you need comprehensive coverage
  • Multiple perspectives reveal blind spots
  • Higher confidence through corroboration

Agent Selection:

  • Codex/GPT-5: Complex technical problems, deep reasoning
  • Gemini: Creative solutions, multi-angle analysis
  • Grok: Alternative perspective, different training data
  • Perplexity: Current web information, citations needed
  • Claude: Web research, detailed synthesis

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.39%
按下载量换算68

OpenCode

25.89%
按下载量换算62

Codex

17.11%
按下载量换算41

windsurf

11.62%
按下载量换算28

Antigravity

8.49%
按下载量换算20

trae

3.25%
按下载量换算8

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills