Model Pilot
v2.0.0Match task complexity to the right model. Quick heuristic check before expensive tasks — recommends cheaper models when quality won't suffer. Fetches live pr...
⭐ 0· 99·0 current·0 all-time
by@tommot2
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description (match tasks to cheaper models) align with the SKILL.md instructions: complexity heuristics, live pricing fetches, and cost-estimation formulas. Fetching provider pricing via web_search/web_fetch is expected for this purpose.
Instruction Scope
Instructions stay within scope: they recommend models, estimate cost, and advise not to switch automatically. They instruct the agent to use web_fetch/web_search for live pricing. One small ambiguity: the guide says to "Check the user's config for available aliases" but does not specify how (session API vs. reading config files). The skill does not explicitly instruct reading arbitrary files or credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded. Low install risk.
Credentials
No required environment variables, credentials, or config paths are declared. The runtime instructions also do not request secrets or tokens. Live web lookups are used, which is proportional to the purpose.
Persistence & Privilege
Skill is not forced-always, does not request persistence or extra privileges, and explicitly states it does not persist or switch models automatically.
Assessment
This skill appears coherent and lightweight: it only recommends models and fetches live pricing. Before installing: (1) confirm you trust the external domains it fetches (e.g., https://z.ai/pricing and search results) since the agent will make web requests when invoked; (2) clarify whether the agent will read your local OpenClaw config (the docs say "check the user's config" but don't state how); (3) note minor metadata mismatches (SKILL.md/version vs. _meta.json and registry version) — not dangerous but worth confirming the published package is the expected release. If uncomfortable, try it first on non-sensitive tasks and verify it only makes the expected pricing and search requests.Like a lobster shell, security has layers — review code before you run it.
latestvk978wpz9sw4zp53c0ebpqjearn843yt1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
