skill-installer
- Repo stars 33,818
- Author repo DeepSeek-TUI
Skill Installer
Use this skill when the user wants to find, install, update, trust, or remove a DeepSeek skill.
Commands
- List installed skills:
/skills - Activate a skill:
/skill <name> - Scaffold a new skill:
/skill new - Install from GitHub:
/skill install github:<owner>/<repo> - Update installed skills:
/skill update - Remove a skill:
/skill uninstall <name> - Trust a skill for script/tool use:
/skill trust <name>
Workflow
- Identify the source:
- Existing local folder with
SKILL.md - GitHub repo or registry entry
- User request for a new skill scaffold
- Existing local folder with
- Prefer DeepSeek's native
/skillcommands over ad hoc copying. - For GitHub/community skills, inspect the
SKILL.mdbefore recommending trust. Treat scripts and companion files as untrusted until reviewed. - After installing, tell the user to restart the session if the skill does not appear immediately in the available-skills list.
- If a skill conflicts by name with a workspace skill, explain that workspace
skill directories take precedence over global
~/.deepseek/skills.
Do not execute community skill scripts unless the user explicitly asks and the skill has been reviewed or trusted.
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @Hmbown · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Commands
List installed skills: /skills Activate a skill: /skill <name> Scaffold a new skill: /skill new
Workflow
Identify the source: Existing local folder with SKILL.md GitHub repo or registry entry
# Skill Installer
Use this skill when the user wants to find, install, update, trust, or remove a
DeepSeek skill.
## Commands
- List installed skills: `/skills`
- Activate a skill: `/skill <name>`
- Scaffold a new skill: `/skill new`
- Install from GitHub: `/skill install github:<owner>/<repo>`
- Update installed skills: `/skill update`
- Remove a skill: `/skill uninstall <name>`
- Trust a skill for script/tool use: `/skill trust <name>`
## Workflow
1. Identify the source:
- Existing local folder with `SKILL.md`
- GitHub repo or registry entry
- User request for a new skill scaffold
2. Prefer DeepSeek's native `/skill` commands over ad hoc copying.
3. For GitHub/community skills, inspect the `SKILL.md` before recommending
trust. Treat scripts and companion files as untrusted until reviewed.
4. After installing, tell the user to restart the session if the skill does not
appear immediately in the available-skills list.
5. If a skill conflicts by name with a workspace skill, explain that workspace
skill directories take precedence over global `~/.deepseek/skills`.
Do not execute community skill scripts unless the user explicitly asks and the
skill has been reviewed or trusted. Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Commands → Workflow
terms -> Use this skill when the user wants to find, install, update, trust, or remove a DeepSeek skill. · 1. Identify the source: - Existing local folder with SKILL.md - GitHub repo or registry entry - User request for a new skill scaffold 2. · Do not execute community skill scripts unless the user explicitly asks and the skill has been reviewed or trusted.
files/cmd -> /skills · /skill <name> · /skill new · /skill install github:<owner>/<repo> · /skill update · /skill uninstall <name> · /skill trust <name> · /skill
body sha256 -> 057c21b1615a
Decide Fit First
Design Intent
How To Use It
Boundaries And Review