用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill system-help命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | system_help |
| description | Show help and available commands |
| category | system |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read"] |
| tags | ["help","usage","commands","guide"] |
Display all available commands and usage help.
Help, 帮助, ?, 使用说明, commands, 命令帮助, 怎么用, usage, how to use, show help, command help, 使用帮助, 求助
backup_repos, create_repos, delete_repos, list_repos, repos_info, search_in_repodocsys help [command] or docsys ? [command]docsys help [command]
docsys ? [command]
| Parameter | Type | Required | Description |
|---|---|---|---|
| command | string | no | Specific command to get detailed help |
User: "show help"
Skill triggers → calls: docsys help
Output: All available commands
User: "help on the upload command"
Skill triggers → calls: docsys help upload
Output: Upload command usage details
User: "how do I search for documents"
Skill triggers → calls: docsys help search
Output: Search command help
User: "what can I do with repositories"
Skill triggers → Step 3: repos scope detected → shows repo-specific commands: backup, create, delete, list, repos-info, search-in-repo → calls: docsys help (fallback to all if needed)
Output: 可用仓库操作命令:备份仓库、创建仓库、删除仓库、列出仓库、仓库详情、仓库内搜索
Success: Help text with command list or specific command details. Error: "Unknown command: xxx"
| Error | Cause |
|---|---|
| Unknown command | Command not found |
| Incomplete arguments | Missing required args |
See references/ for related skills and API docs.