用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill list-repos命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | list_repos |
| description | List all accessible repositories in DocSystem |
| category | repository |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read:repository"] |
| tags | ["repository","list","repos"] |
List all repositories the current user has access to. Shows name, ID, path, type, and document count.
List repos, list all repos, show repos, list my repos, what repos do I have, what repositories exist, 列出仓库, 查看仓库, 仓库列表, 有哪些仓库, 我的仓库, 查看仓库列表, 列出所有仓库, 查看有哪些仓库, repositories, all repos, available repos, repo list, show repositories
docsys repos listdocsys repos list
None required.
User: "列出所有仓库"
Skill triggers → calls: docsys repos list
Output: Lists all accessible repositories with name, VID, path, type (Local | SVN | GIT), document count
User: "what repositories do I have access to?"
Skill triggers → calls: docsys repos list
Output: Lists repositories with name, VID, type, document count
User: "show all repos"
Skill triggers → calls: docsys repos list
Output: Repository list with VID, path, type (Local/SVN/GIT), document count
| Field | Type | Description |
|---|---|---|
| name | string | Repository name |
| VID | number | Repository ID |
| path | string | Repository path |
| type | string | Type: Local / SVN / GIT |
| doc_count | string | Number of documents |
Success (EN): 📦 {name} | VID: {id} | Type: {type} | Path: {path} | Docs: {count}
Success (中文): 📦 {name} | 仓库ID: {id} | 类型: {type} | 路径: {path} | 文档数: {count}
Paginated (EN): Showing {X} of {Y} repositories. Use filters to narrow results.
Paginated (中文): 显示 {X}/{Y} 个仓库。可使用过滤器缩小范围。
Empty (EN): No repositories found. You may not have access to any repositories yet.
Empty (中文): 未找到仓库。您当前可能没有任何仓库的访问权限。
Multi-repo table (EN): Showing {Y} repositories:\n📦 {name} | VID: {id} | {type} | {count} docs\n...
Multi-repo table (中文): 共 {Y} 个仓库:\n📦 {name} | VID: {id} | {类型} | {文档数} 个文档\n...
Connection failed (EN): ❌ Cannot connect to DocSystem server. Check network and server status.
Connection failed (中文): ❌ 无法连接到 DocSystem 服务器。请检查网络连接和服务器状态。
| Error | Cause |
|---|---|
| No repositories found | User has no assigned repositories |
| Connection failed | DocSystem server unreachable |
| Permission denied | User lacks repository read access |
See references/ for related skills and API docs.