wwumit/dsh-skill-hub

wwumit★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

Remote skill provider for DeepSeek Harness: install skills from a JSON catalog via ctx.skills

README excerpt

dsh-skill-hub Remote skill provider for DeepSeek Harness: install skills from a JSON catalog through the standard ctx.skills registry — no manual folder copying. - list() — fetch + validate a curated catalog, expose its skills to the registry - get() — fetch the SKILL.md body on demand from the owning repo - Fail-soft semantics: a catalog outage yields an incomplete observation (consumers keep their last-good catalog), never an authoritative empty list Install Usage (composition) Once loaded, DSH's model session catalog includes the provider's skills and the model can invoke them via the built-in skill tool. Catalog format Generate a catalog from a skill workspace with the included catalog/build-catalog.mjs script (curated via catalog/curated.json ). Development Model Experience Request context and condition What the model sees No system-prompt prose is added by this package. Skills served by the provider appear in the standard model session catalog ( ) exactly like locally installed skills, with name and description from the catalog. Token effect Zero direct token contribution: the provider only feeds the shared skills catalog, whose rendering cost is owned by the DSH skill consum…

View full README on GitHub →
Agentsagent-skillscordisdeepseek-harnessdsh-plugin

Category