What problem does it solve?
This Skill helps you configure and debug an OpenAI-compatible context overlay proxy that can deterministically inject prompts, apply rules, and route requests without changing your client applications.
Core Features & Use Cases
- Rule-based prompt injection: Add system, user, or patched content when specific paths, models, messages, or request fields match.
- Request routing and rejection: Send selected requests to different upstreams or block unsafe requests with explicit rules.
- Skill-dir retrieval and streaming forwarding: Load relevant skill JSON from a directory, forward OpenAI-compatible traffic, and validate behavior locally or through a tunnel.
- Use Case: You need to add a consistent planning instruction to scientific chat requests while preserving tools, streaming, and multimodal fields.
Quick Start
Ask the AI to help you create or debug a context-overlay config for a local OpenAI-compatible proxy with rule-based prompt injection and request routing.