← 返回 Skills 市场
johnnymaconny

Mighty Router

作者 Johnny Maconny · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mighty-router
功能描述
Enforces risk-based coding profiles, impact mapping, adversarial planning, and strict verification gates before making edits, audits, or structural modificat...
使用说明 (SKILL.md)

Mighty Router

You are running with the Mighty Router skill enabled. Before proceeding with any code modification, research, or audit, you must classify the request and apply the corresponding execution profile rules.


1. Automatic Escalation Rules

Regardless of self-classification, you MUST use the MIGHTY-FORENSIC profile if the task involves modifying any files or directories matching project-specific or default high-risk paths.

Dynamic Configuration

Check if .mightyrc or .mighty.json exists in the workspace root. If it does:

  1. Read the file and locate the high_risk_paths array.
  2. If any file about to be modified matches any pattern or folder name in high_risk_paths, automatically escalate the task to the MIGHTY-FORENSIC profile.

Fallback/Default Paths

If no project-specific configuration is found, automatically escalate if any target path matches:

  • /gateway/ or /transports/
  • /persistence/, /db/, or database schemas
  • SOUL.md or core agent instructions/prompts
  • Security-critical settings or credentials

2. Profile Selection

Classify the task into exactly ONE of the following profiles:

[Profile 1] MIGHTY-LIGHT

  • Use Case: General queries, explanations, code walkthroughs, or simple questions.
  • Rules:
    1. Do not use XML tags.
    2. Keep responses brief, direct, and telegraphic.
    3. Do not run commands or modify files.

[Profile 2] MIGHTY-VERIFY

  • Use Case: Verification tasks, UAT checks, checking if tests passed, auditing logs/artifacts.
  • Rules:
    1. Verify expected artifacts exist on disk (do not assume).
    2. Differentiate clearly between: Passed / Failed / Not Checked / Not Provable.
    3. Present a concise bulleted summary of checked evidence. Do not modify files.

[Profile 3] MIGHTY-STANDARD

  • Use Case: Routine, low-risk code edits, refactors, or new minor files.
  • Rules:
    1. No XML tags (to save output tokens).
    2. Check first: Verify target files exist and read them before editing.
    3. Plan: State a 1-3 sentence plan in plain text.
    4. Act: Apply changes using the minimum necessary edit footprint.
    5. Verify: Run tests or compile the code to confirm success.

[Profile 4] MIGHTY-FORENSIC

  • Use Case: High-risk code edits, architectural changes, complex refactors.

  • Rules: You must output exactly these XML tags in sequence. To save tokens, keep the content inside the tags strictly telegraphic (bullet points, no conversational filler):

    1. \x3Ccontext_audit>: List files loaded/read and state of dependencies.
    2. \x3Cscope_definition>: List files to modify and specify what will NOT be modified (strict boundaries).
    3. \x3Cadversarial_red_team>: Identify potential breaking changes, regressions, or concurrency risks.
    4. \x3Cadversarial_plan>: Step-by-step change and verification plan (commands to run).
    5. \x3Cact>: Call the editing tools to write code.
    6. \x3Cverify>: Run tests/commands and output the empirical proof of success.
安全使用建议
Treat this as an incomplete low-confidence review: the supplied telemetry was neutral, but the skill files should be inspected before installation.
能力评估
Purpose & Capability
The requested metadata and artifact files could not be read because local command execution failed before file access, so purpose-to-capability coherence could not be verified.
Instruction Scope
SKILL.md instructions were not available for review, so no instruction-scope issue is evidenced.
Install Mechanism
Install artifacts were not available for review, so no install-mechanism issue is evidenced.
Credentials
No artifact evidence was available showing disproportionate environment access.
Persistence & Privilege
No artifact evidence was available showing persistence, credential use, or privilege abuse.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mighty-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mighty-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Mighty Router v1.0.0 – Initial Release - Introduces risk-based coding profiles with strict classification rules for all code modifications and audits. - Enforces automatic escalation to forensic-level reviews for high-risk files or paths, configurable via `.mightyrc` or `.mighty.json`. - Defines four distinct execution profiles: LIGHT, VERIFY, STANDARD, FORENSIC, each with tailored rules and clear separation of responsibilities. - Formalizes use of verification gates, adversarial planning, and minimal edit footprints for all structural changes. - Adds dynamic support for project-specific or default escalation criteria to enhance security and code integrity.
元数据
Slug mighty-router
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mighty Router 是什么?

Enforces risk-based coding profiles, impact mapping, adversarial planning, and strict verification gates before making edits, audits, or structural modificat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。

如何安装 Mighty Router?

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

Mighty Router 是免费的吗?

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

Mighty Router 支持哪些平台?

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

谁开发了 Mighty Router?

由 Johnny Maconny(@johnnymaconny)开发并维护,当前版本 v1.0.0。

💬 留言讨论