What problem does it solve? Running private or sensitive prompts against cloud APIs risks data exposure, while managing local models manually is error-prone. This Skill provides a controlled way to inventory, call, benchmark, and curate locally hosted or trusted-network OpenAI-compatible models without leaking private data. ## Core Features & Use Cases - Endpoint and Model Inventory: List API-visible models and LM Studio native runtime state, with locality and trust classification for each endpoint. - Bounded Local Chat: Send one-shot prompts with JIT or explicit model loading, warm-up probes, TTL hints, context-length and flash-attention verification, and instance-scoped cleanup. - Benchmarking and Curation: Benchmark role or model candidates with short probes and maintain a public-safe curated model index with roles, strengths, and tested notes. - Isolated Local Agent Runs: Execute a Codex or Codex Lab agent against a verified local model in a sandboxed, credential-free child session. - Use Case: Before sending a private rollout report to a model, run an inventory check, warm up the curated rollout_scout role via JIT loading, and send the prompt knowing the endpoint is localhost and the output stays local. ## Quick Start Ask the assistant to list the models available on the local LM Studio endpoint and then send a short test prompt through the rollout_scout role.