mdsc.dev

Skill search CLI: local runs, public URL rankings, managed fallback.

Search public skill URLs from your machine, send best-effort telemetry so rankings reflect real results, and use managed search only when local methods are unavailable.

Install CLI
curl -fsSL https://mdsc.dev/install.sh | bash
Run a sample search
sksc search "skill creator"

How It Works

1. The CLI checks mdsc.dev for a promoted result.

2. If nothing is promoted yet, the worker recommends a local method so the search can run from the user's route.

3. The CLI shows results immediately, then reports query and URL telemetry so rankings can update without forcing the server to verify every local search.

Provenance

cache_hit means the result came from mdsc's promoted cache. local_unverified means the user's machine found it from their route. managed means mdsc fetched it through the managed-search key path.

Telemetry is best-effort and can be disabled with SKSC_TELEMETRY=0. Rankings dedupe repeated exposures from the same client identity so one person cannot endlessly inflate a URL.

Rankings Preview

All-time stars count unique client-plus-URL exposures. Trending uses the same dedupe model inside a rolling 7 day window.