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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mighty-router - After installation, invoke the skill by name or use
/mighty-router - Provide required inputs per the skill's parameter spec and get structured output
What is Mighty Router?
Enforces risk-based coding profiles, impact mapping, adversarial planning, and strict verification gates before making edits, audits, or structural modificat... It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.
How do I install Mighty Router?
Run "/install mighty-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mighty Router free?
Yes, Mighty Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mighty Router support?
Mighty Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mighty Router?
It is built and maintained by Johnny Maconny (@johnnymaconny); the current version is v1.0.0.