← Back to Skills Marketplace
aichiafranco

Router NIMIMORE

by aichiafranco · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
242
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install router-nimimore
Description
Automatically selects the best AI model for queries by analyzing complexity to optimize cost and performance across multiple providers.
Usage Guidance
This skill appears to be a simple, local heuristic router and is internally consistent with its description. If you install it: (1) review the GitHub repository referenced in skill.json (the provided metadata initially showed 'unknown' which is a minor inconsistency); (2) run the included tests (scripts/test.py) locally to verify behavior; (3) confirm how your platform passes query text to the tool commands (skill.json tool commands may need argument wiring); and (4) monitor future updates for any added network or credential usage—those would change the security profile. Otherwise, there are no immediate credential or network-exfiltration concerns in the current code.
Capability Analysis
Type: OpenClaw Skill Name: router-nimimore Version: 1.0.0 The skill is a utility for selecting AI models based on query characteristics to optimize costs. The core logic in `scripts/router.py` uses standard Python libraries and rule-based matching (regex/keywords) to categorize queries without any network activity, file system access, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
The name/description (smart model router) matches the included code and README: simple heuristics pick a model from the bundled model list. There are no unrelated environment variables, binaries, or config paths requested. Minor metadata inconsistency: skill metadata provided to you said 'Source: unknown' and 'Homepage: none' while skill.json points at a GitHub URL; this is a bookkeeping/inventory mismatch but not a functional or security problem.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts and provides example CLI usage. The runtime instructions and scripts operate only on the provided query string and internal heuristics; they do not read environment variables, system files, or make network calls. Note: the tools entries in skill.json use static commands like 'python scripts/router.py --query' without showing how query text is passed by the platform — this is a functional/interop detail, not a security risk.
Install Mechanism
No install spec is provided (instruction-only installation). The package includes local Python scripts but does not download or extract remote artifacts, nor does it install third-party packages. There are no suspicious external URLs or archive extracts.
Credentials
The skill declares no required environment variables, no primary credential, and the code does not access os.environ or other secrets. The set of requested capabilities (none) is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request permanent inclusion (always:false) and does not modify other skills or system-wide configuration. It does not persist credentials or enable background services.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install router-nimimore
  3. After installation, invoke the skill by name or use /router-nimimore
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Router NIMIMORE 1.0.0 – Initial release - Automatically selects the best AI model for each query to optimize cost and performance. - Supports routing to multiple models (economy, standard, premium tiers). - Provides tools for model selection, query analysis, and demo routing. - Requires no configuration and supports multiple providers. - Features context-aware routing and cost-saving strategies.
Metadata
Slug router-nimimore
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Router NIMIMORE?

Automatically selects the best AI model for queries by analyzing complexity to optimize cost and performance across multiple providers. It is an AI Agent Skill for Claude Code / OpenClaw, with 242 downloads so far.

How do I install Router NIMIMORE?

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

Is Router NIMIMORE free?

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

Which platforms does Router NIMIMORE support?

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

Who created Router NIMIMORE?

It is built and maintained by aichiafranco (@aichiafranco); the current version is v1.0.0.

💬 Comments