.claude/skills/model-inventoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Scan the machine for installed AI coding CLIs (claude, codex, gemini, copilot, opencode, ollama), detect whether each account is actually active and which models are usable, and cache the result to ~/.claude/model-inventory.json with role→model routing chains (planner/coder/scout/reviewer/fixer) that goal-runner and autopilot consume to pick the best available model per sub-agent while staying cost-efficient. Three evidence tiers — installed (binary found), likely-authenticated (zero-token credential heuristics),…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/model-inventoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/model-inventoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/model-inventoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @dennisrongo/model-inventoryclawhub inspect @dennisrongo/model-inventory --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:0508de563dd88cc790c0460349c8b88c6d0556e606e49e1ed5d9249811c288f3references/cli-registry.mdscripts/scan.shskill-card.mdSKILL.mdInitial release of the model-inventory skill, providing structured discovery and verification of AI CLI model access for downstream agent-task routing. - Scans for installed AI coding CLIs (e.g., claude, codex, gemini, copilot, opencode, ollama) and detects their presence and authentication status using three evidence tiers. - Probes each CLI for live model access to distinguish between installed, likely-authenticated, and actually usable (verified) models. - Constructs and caches a routing table (role→model chains) and CLI inventory in ~/.claude/model-inventory.json for other skills to consume. - Designed for explicit, on-demand inventory refresh requests (e.g., “scan available models”, “refresh the model inventory”); not for mid-task model selection. - Enforcement of evidence rigor: only models proven by live probe are marked as verified; credential presence alone never counts as veri…