Skills
Discover reusable agent instructions and let the model load them through a shared catalog.
On this page
Many official DSH packages are already shipped in the Standard preset or host runtime. Check the install status below before adding dependencies or editing a composition.
Install and usage entry
No download needed for Standard
The Standard agent preset already mounts the model-facing capability. Do not install a duplicate copy just to make the tool appear.
Where you use it
Standard preset → invoke a discovered skill by name/gesture or through the available skill surface, then send the task that should use it.
What it does
@deepseek-ai/dsh-tool-skill
Related official packages: @deepseek-ai/dsh-skill-filesystem
- skill-filesystem discovers skills from configured local filesystem roots.
- tool-skill publishes the skill catalog and model-facing loader.
- The provider layer can change without changing the model-facing skill tool.
Is it already enabled?
The official Standard preset already loads filesystem skill discovery and the model-facing skill tool.
Configuration example
Use this as a reference when editing a custom Cordis composition. Installing a dependency does not by itself guarantee the plugin is mounted; the composition still controls what runs.
- id: skill-filesystem
name: '@deepseek-ai/dsh-skill-filesystem'
- id: tool-skill
name: '@deepseek-ai/dsh-tool-skill'How to verify it
- Use a Standard-preset session.
- Check the available skill catalog.
- Load one known skill and confirm its instructions affect only the task where you intentionally invoke it.
Limits and boundaries
- The catalog can only expose skills discovered by the configured providers.
- A skill is reusable instruction content, not an automatic guarantee that the task was performed correctly.
- Local skill availability depends on the filesystem roots visible to the provider.