← Back to Skills Marketplace
xiaojiou176

CortexPilot Adoption Router

by Yifeng[Terry] Yu · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install cortexpilot-adoption-router
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cortexpilot-adoption-router
  3. After installation, invoke the skill by name or use /cortexpilot-adoption-router
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cortexpilot-adoption-router
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install CortexPilot Adoption Router?

Run "/install cortexpilot-adoption-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CortexPilot Adoption Router free?

Yes, CortexPilot Adoption Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CortexPilot Adoption Router support?

CortexPilot Adoption Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CortexPilot Adoption Router?

It is built and maintained by Yifeng[Terry] Yu (@xiaojiou176); the current version is v1.1.1.

💬 Comments