Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计提醒

sc-mcpSC MCP 搜索

Agent Skill

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

总安装

717

周安装

29

GitHub Stars

17

下载量

225
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/tony363/superclaude --skill sc-mcp

简介

sc-mcp 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景从来源线索中筛选信息的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • 可结合原始 README 进一步核验具体功能和使用方法。

SKILL.md

MCP Orchestration Skill

Central orchestration hub for PAL MCP and Rube MCP capabilities. Use this skill for complex workflows requiring multi-model reasoning, external service integration, or both.

Quick Start

# PAL-powered analysis
/sc:mcp analyze --pal consensus --question "Should we use microservices?"

# Rube-powered automation
/sc:mcp automate --rube --apps slack,github --workflow "notify on PR"

# Combined orchestration
/sc:mcp orchestrate --pal thinkdeep --rube --full-validation

PAL MCP Integration

Available Tools

ToolInvocationPurpose
chatmcp__pal__chatCollaborative thinking, brainstorming
thinkdeepmcp__pal__thinkdeepMulti-stage investigation, complex analysis
plannermcp__pal__plannerSequential planning with branching
consensusmcp__pal__consensusMulti-model voting on decisions
codereviewmcp__pal__codereviewSystematic code quality analysis
precommitmcp__pal__precommitGit change validation
debugmcp__pal__debugRoot cause analysis
challengemcp__pal__challengeForce critical thinking
apilookupmcp__pal__apilookupCurrent API/SDK documentation
listmodelsmcp__pal__listmodelsAvailable AI models
clinkmcp__pal__clinkExternal CLI integration

PAL Workflows

Consensus Decision Making

Use consensus for:
- Architectural decisions (2-3 models)
- Security validations (security-focused models)
- Technology choices (diverse perspectives)
- Complex trade-off analysis

Recommended model combinations:

  • Architectural: gpt-5.2 (for), gemini-3-pro (against), deepseek (neutral)
  • Security: gpt-5.2 (security focus), gemini-3-pro (attack surface)
  • Performance: gpt-5.2 (optimization), deepseek (efficiency)

Debug Investigation

Use debug for:
- Complex bugs with unclear causes
- Performance issues
- Race conditions
- Memory leaks
- Integration problems

Debug confidence levels: exploring -> low -> medium -> high -> very_high -> almost_certain -> certain

Code Review

Use codereview for:
- Pre-merge validation
- Security audits
- Performance reviews
- Architecture compliance

Review types: full, security, performance, quick

Rube MCP Integration

Available Tools

ToolInvocationPurpose
SEARCH_TOOLSmcp__rube__RUBE_SEARCH_TOOLSDiscover available integrations
GET_RECIPE_DETAILSmcp__rube__RUBE_GET_RECIPE_DETAILSGet details of saved recipes
MULTI_EXECUTEmcp__rube__RUBE_MULTI_EXECUTE_TOOLParallel tool execution
REMOTE_BASHmcp__rube__RUBE_REMOTE_BASH_TOOLRemote shell commands
REMOTE_WORKBENCHmcp__rube__RUBE_REMOTE_WORKBENCHPython sandbox execution
CREATE_RECIPEmcp__rube__RUBE_CREATE_UPDATE_RECIPESave reusable workflows
EXECUTE_RECIPEmcp__rube__RUBE_EXECUTE_RECIPERun saved recipes
FIND_RECIPEmcp__rube__RUBE_FIND_RECIPESearch existing recipes
MANAGE_CONNECTIONSmcp__rube__RUBE_MANAGE_CONNECTIONSApp authentication
GET_SCHEMASmcp__rube__RUBE_GET_TOOL_SCHEMASTool input schemas
MANAGE_SCHEDULEmcp__rube__RUBE_MANAGE_RECIPE_SCHEDULERecipe scheduling

Rube Workflows

External Integration Flow

1. SEARCH_TOOLS - Find relevant tools for use case
2. GET_SCHEMAS - Get input requirements (if schemaRef returned)
3. MANAGE_CONNECTIONS - Verify/create auth
4. MULTI_EXECUTE - Execute tools
5. CREATE_RECIPE - Save for reuse (optional)

Bulk Processing Flow

1. SEARCH_TOOLS - Find data source/destination tools
2. REMOTE_WORKBENCH - Process with Python helpers:
   - run_composio_tool() - Execute Composio tools
   - invoke_llm() - AI processing
   - upload_local_file() - Export results
   - proxy_execute() - Direct API calls

Supported Apps (500+)

Communication: Slack, Discord, Teams, Gmail, Outlook, WhatsApp, Telegram Development: GitHub, GitLab, Jira, Linear, Asana, Vercel Productivity: Google Workspace, Notion, Airtable, Trello Data: Snowflake, BigQuery, Datadog, Amplitude AI: OpenAI, Anthropic, Replicate

Combined Orchestration Patterns

Pattern 1: Research + Decide + Execute

1. PAL thinkdeep - Investigate problem deeply
2. PAL consensus - Get multi-model decision
3. Rube SEARCH_TOOLS - Find execution tools
4. Rube MULTI_EXECUTE - Implement decision

Pattern 2: Review + Validate + Notify

1. PAL codereview - Review code changes
2. PAL precommit - Validate git changes
3. Rube MULTI_EXECUTE - Send notifications (Slack, email)
4. Rube CREATE_RECIPE - Save for CI/CD

Pattern 3: Debug + Fix + Verify

1. PAL debug - Root cause analysis
2. Implement fix locally
3. PAL codereview - Validate fix
4. Rube MULTI_EXECUTE - Update tickets, notify team

Pattern 4: Plan + Consensus + Automate

1. PAL planner - Create implementation plan
2. PAL consensus - Validate approach with multiple models
3. Rube MULTI_EXECUTE - Execute across apps
4. Rube MULTI_EXECUTE - Execute across apps
5. Rube CREATE_RECIPE - Save as reusable workflow

Flags

FlagTypeDefaultDescription
--palstring-PAL tool: chat, thinkdeep, planner, consensus, codereview, precommit, debug
--rubeboolfalseEnable Rube MCP integration
--appsstring-Comma-separated apps for Rube
--modelsstringautoModels for consensus (comma-separated)
--full-validationboolfalseRun all PAL validators
--save-recipeboolfalseSave workflow as Rube recipe
--schedulestring-Cron expression for recipe scheduling

Behavioral Flow

  1. Analyze - Understand what MCP capabilities are needed
  2. Discover - Use RUBE_SEARCH_TOOLS for external needs, listmodels for PAL
  3. Plan - Create execution plan (PAL planner or RUBE_CREATE_PLAN)
  4. Validate - Use consensus for critical decisions
  5. Execute - Run PAL analysis and/or Rube tools
  6. Persist - Save recipes, store memory for continuity
  7. Report - Present findings with tool attribution

Memory & State Management

PAL Continuation

Use continuation_id to maintain context across PAL tool calls:

# First call returns continuation_id
result = mcp__pal__thinkdeep(...)
continuation_id = result["continuation_id"]

# Subsequent calls reuse it
result = mcp__pal__thinkdeep(..., continuation_id=continuation_id)

Rube Session & Memory

Use session_id and memory for Rube continuity:

# First search generates session_id
result = mcp__rube__RUBE_SEARCH_TOOLS(..., session={"generate_id": True})
session_id = result["session_id"]

# Subsequent calls reuse session and build memory
result = mcp__rube__RUBE_MULTI_EXECUTE_TOOL(
    ...,
    session_id=session_id,
    memory={"slack": ["Channel general is C123"]}
)

Examples

Multi-Model Architecture Review

/sc:mcp analyze --pal consensus --models "gpt-5.2,gemini-3-pro,deepseek" \
  --question "Is event sourcing appropriate for this use case?"

Automated PR Workflow

/sc:mcp automate --rube --apps github,slack \
  --workflow "On PR merge, post summary to #releases"
  --save-recipe --schedule "0 9 * * 1-5"

Full Investigation Pipeline

/sc:mcp orchestrate --pal debug --rube \
  --issue "Memory leak in production" \
  --notify slack,jira --full-validation

Guardrails

  • Always search tools before executing unknown integrations
  • Use consensus for decisions with >$1000 impact
  • Validate schemas before multi-execute
  • Store memory for frequently used IDs
  • Check connection status before automation
  • Use thinking_mode=high for complex PAL analysis

Error Handling

ErrorRecovery
PAL model unavailableFall back to different model
Rube connection missingPrompt MANAGE_CONNECTIONS
Tool schema unknownCall GET_SCHEMAS first
Rate limitedUse backoff in REMOTE_WORKBENCH
Recipe not foundSearch or create new

Resources

  • PAL MCP: codereview, debug, consensus, thinkdeep, precommit, planner, chat, challenge, apilookup
  • Rube MCP: 500+ app integrations via Composio
  • Trait: mcp-pal-enabled - Apply PAL to any agent
  • Trait: mcp-rube-enabled - Apply Rube to any agent

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

展示第三方安全扫描或审计结果

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

平台分布

Codex

30.92%
按下载量换算70

Claude Code

22.26%
按下载量换算50

windsurf

17.12%
按下载量换算39

trae

11.89%
按下载量换算27

OpenCode

7.96%
按下载量换算18

Cursor

3.44%
按下载量换算8

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/tony363/superclaude --skill sc-mcp;npx skills add tony363/superclaude --skill "sc-mcp" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills