← 返回 Skills 市场
xiaojiou176

CortexPilot Adoption Router

作者 Yifeng[Terry] Yu · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ 安全检测通过
141
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install cortexpilot-adoption-router
功能描述
Teach the agent how to connect the published CortexPilot read-only MCP package, choose the right public lane, and use the stable read-only tools without over...
使用说明 (SKILL.md)

CortexPilot Adoption Router

Use this skill when the user needs the shortest truthful path into CortexPilot.

What this skill teaches

  • how to install the published CortexPilot MCP package
  • how to choose the right read-only tool for the current job
  • how to start with one public lane instead of mixing every surface together
  • how to keep the answer inside the current read-only public boundary

When to use this skill

Use this skill when the user asks to:

  • connect CortexPilot to OpenHands or OpenClaw
  • inspect runs or workflows through the public read-only MCP
  • understand which public CortexPilot lane to choose first
  • inspect approvals, queue state, proof, compare, or incident summaries without mutating anything

If the MCP is not connected yet

Open README.md in this folder and follow references/INSTALL.md. Do not invent repo-local startup paths when the published package already exists.

Safe-first workflow

  1. list_runs or list_workflows Use these first when the user needs the top-level ledger.
  2. get_run or get_workflow Use these after the user already has the specific run or workflow to inspect.
  3. list_queue, get_pending_approvals, or get_diff_gate_state Use these for queue, approval, or diff-gate posture.
  4. get_run_reports, get_compare_summary, get_proof_summary, or get_incident_summary Use these after the user is already inside one run and needs a specific proof-oriented read model.

Tool-selection rule

  • Choose run/workflow reads for “what is happening now?”
  • Choose queue/approval reads for “what is blocked or pending?”
  • Choose compare/proof/incident reads for “what evidence exists for this run?”
  • Do not mix multiple lanes unless the user explicitly asks for a broader audit

What to return

Return a short answer with:

  1. the chosen lane
  2. the next 1-3 actions
  3. one boundary reminder
  4. one exact MCP tool or install snippet

Guardrails

  • Do not describe CortexPilot as a hosted operator product.
  • Do not describe the public MCP surface as write-capable.
  • Do not claim a first-party marketplace listing unless that host independently confirms it.
  • Keep task_contract as the execution authority for real runs; this MCP is read-only inspection only.

Read next

  • references/INSTALL.md
  • references/CAPABILITIES.md
  • references/DEMO.md
  • references/TROUBLESHOOTING.md
安全使用建议
This skill appears coherent and focused on read-only inspection. Before installing or running it, do these checks: (1) Confirm the PyPI package cortexpilot-orchestrator==0.1.0a4 is published by a trusted maintainer and review its release page/metadata; (2) Inspect the package contents (or review its source repo) in a sandbox before allowing it to run on production hosts — installing packages runs third-party code; (3) Ensure the host's uvx tool invocation matches your policy and that you understand what 'cortexpilot-readonly-mcp' will do; (4) Do not supply credentials to this skill; if you need write or hosted capabilities, require explicit confirmation and additional credentials only when justified; (5) If you want higher assurance, run the MCP attach and first reads in an isolated environment and verify the MCP only exposes the read-only tools listed in CAPABILITIES.md.
功能分析
Type: OpenClaw Skill Name: cortexpilot-adoption-router Version: 1.1.1 The skill bundle provides instructions and configuration for connecting to a read-only CortexPilot MCP server using the 'cortexpilot-orchestrator' package. It includes clear safety guardrails in SKILL.md, documentation for installation via 'uvx' in references/INSTALL.md, and tool-usage guidelines that emphasize a 'safe-first' read-only approach. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name, description, and included references consistently describe a read-only CortexPilot MCP onboarding helper. The files and SKILL.md focus on choosing read-only lanes and installing a published package (cortexpilot-orchestrator==0.1.0a4). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions stay within the stated read-only inspection scope (list_runs, get_run, list_queue, proof/incident reads). The SKILL.md and reference docs explicitly warn not to claim write or hosted operator capabilities and instruct the agent to use provided install/config snippets. There are no instructions to read unrelated host files, secrets, or transmit data to external endpoints beyond installing the published package.
Install Mechanism
This is instruction-only (no install spec), but it explicitly advises installing a published PyPI package via the host 'uvx' command (uvx --from cortexpilot-orchestrator==0.1.0a4 cortexpilot-readonly-mcp). That is proportionate to the skill's purpose but carries the usual supply-chain risk of installing third-party packages — the skill itself does not include arbitrary download URLs or obscure installers.
Credentials
The skill does not request any environment variables, credentials, or config paths. The instructions and JSON snippets show only how to register the MCP server command/args; no secrets are asked for or implied.
Persistence & Privilege
The skill is not marked always:true and is user-invocable; it does not request to modify other skills or system-wide settings beyond adding a hosted MCP server entry under the host's normal configuration. Autonomous invocation is allowed by default but is not combined with other privilege concerns.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cortexpilot-adoption-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cortexpilot-adoption-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Added detailed documentation in the references folder, including INSTALL, CAPABILITIES, DEMO, TROUBLESHOOTING, and sample config files. - Updated SKILL.md and README.md to reference new documentation paths and provide improved guidance. - Enhanced “Read next” resources to link to specific reference guides for installation, capabilities, demo, and troubleshooting.
v1.1.0
cortexpilot-adoption-router 1.1.0 - Expanded SKILL.md with clearer instructions for connecting and using the read-only CortexPilot MCP package. - Added file references for MCP install, tool map, and example tasks. - Updated guardrails and tool-selection workflow to emphasize public, read-only use. - Enhanced guidance with new triggers and improved lane selection rules. - Clarified boundaries and provided direct install/startup instructions.
v1.0.0
Initial release of cortexpilot-adoption-router. - Introduces skill for routing jobs to the correct CortexPilot adoption lane. - Emphasizes shortest, honest entrypoint—avoiding overclaims about MCP, plugins, or hosting. - Provides detailed read order and lane selection guide. - Enforces guardrails against inaccurate marketplace or product claims. - Defines completion criteria ensuring the job matches the chosen adoption lane.
元数据
Slug cortexpilot-adoption-router
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

CortexPilot Adoption Router 是什么?

Teach the agent how to connect the published CortexPilot read-only MCP package, choose the right public lane, and use the stable read-only tools without over... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 CortexPilot Adoption Router?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cortexpilot-adoption-router」即可一键安装,无需额外配置。

CortexPilot Adoption Router 是免费的吗?

是的,CortexPilot Adoption Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CortexPilot Adoption Router 支持哪些平台?

CortexPilot Adoption Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CortexPilot Adoption Router?

由 Yifeng[Terry] Yu(@xiaojiou176)开发并维护,当前版本 v1.1.1。

💬 留言讨论