← Back to Skills Marketplace
johnnymaconny

Mighty Router

by Johnny Maconny · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
40
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mighty-router
Description
Enforces risk-based coding profiles, impact mapping, adversarial planning, and strict verification gates before making edits, audits, or structural modificat...
README (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.
Usage Guidance
Treat this as an incomplete low-confidence review: the supplied telemetry was neutral, but the skill files should be inspected before installation.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mighty-router
  3. After installation, invoke the skill by name or use /mighty-router
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug mighty-router
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments