Mighty Router
/install mighty-router
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:
- Read the file and locate the
high_risk_pathsarray. - 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 schemasSOUL.mdor 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:
- Do not use XML tags.
- Keep responses brief, direct, and telegraphic.
- 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:
- Verify expected artifacts exist on disk (do not assume).
- Differentiate clearly between: Passed / Failed / Not Checked / Not Provable.
- 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:
- No XML tags (to save output tokens).
- Check first: Verify target files exist and read them before editing.
- Plan: State a 1-3 sentence plan in plain text.
- Act: Apply changes using the minimum necessary edit footprint.
- 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):
\x3Ccontext_audit>: List files loaded/read and state of dependencies.\x3Cscope_definition>: List files to modify and specify what will NOT be modified (strict boundaries).\x3Cadversarial_red_team>: Identify potential breaking changes, regressions, or concurrency risks.\x3Cadversarial_plan>: Step-by-step change and verification plan (commands to run).\x3Cact>: Call the editing tools to write code.\x3Cverify>: Run tests/commands and output the empirical proof of success.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mighty-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/mighty-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。