Agent Skills
› XiaomingX/mimofan
› skill-installer
skill-installer
GitHub管理DeepSeek技能的安装、更新、信任及移除,支持从GitHub或本地目录获取。提供技能列表、激活、脚手架生成及冲突处理等功能,确保社区脚本安全使用。
Trigger Scenarios
用户请求安装新技能
用户询问可用技能列表
用户要求更新或移除现有技能
用户需要信任社区技能
Install
npx skills add XiaomingX/mimofan --skill skill-installer -g -y
SKILL.md
Frontmatter
{
"name": "skill-installer",
"description": "Install, update, trust, or inspect DeepSeek skills from GitHub or local skill folders. Use when the user asks for available skills or wants a community skill installed."
}
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
~/.mimofan/skills.
Do not execute community skill scripts unless the user explicitly asks and the skill has been reviewed or trusted.
Version History
- ccf85b9 Current 2026-08-08 08:00


