mdsc.dev
Install the cache-first skills CLI.
Search public skill files, reuse cached results, and fall back safely from the user's machine when the cache misses.
Install CLI
curl -fsSL https://mdsc.dev/install.sh | bash
Load the site skill.md into an AI agent
curl -fsSL https://mdsc.dev/skill.md
How it works
1. The CLI asks mdsc.dev for a cached result.
2. If the cache misses, the server recommends a built-in local method.
3. The CLI returns normalized results so the next user gets a cache hit.
Trust cues
Cache-first. Local fallback execution. Strict method allowlists. Small response states. Free-key path when local methods are unavailable.
The CLI is planned to become open source for trust, but that is intentionally outside this first build.