소스 정보
- 저장소
- RainyGao-GitHub/DocSys
- 최근 소스 활동
- 2026년 7월 30일 14:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 360
- 포크
- 99
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill list-docs명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | list_docs |
| description | List documents and folders in a repository or folder |
| category | document |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read:document"] |
| tags | ["document","list","folder","browse"] |
List all documents and folders in a repository or specific folder.
List docs, list documents, list files, list folder, 列出文档, 查看文档, 文件列表, 列出文件, 查看文件夹内容, ls, what's in this folder, show me the files, browse repository, 浏览文件夹, 查看有哪些文件, 查看仓库内容
docsys repos list to resolve name → vid. Present resolved vid to user for confirmation: "Listing documents in repository [name] (vid={resolved_vid}). Continue?"docsys doc list <vid> [pid] (pid defaults to 0 = root)docsys doc list <vid> [pid]
docsys ls <vid> [pid]
| Parameter | Type | Required | Description |
|---|---|---|---|
| vid | number | yes | Repository ID |
| pid | number | no | Parent folder ID (default: 0 = root) |
User: "list documents in repository 1"
Skill triggers → calls: docsys doc list 1
Output: Folders and files at root level of repo 1
User: "列出文件夹 5 中的内容,仓库是 1"
Skill triggers → calls: docsys doc list 1 5
Output: 列出仓库 1 中文件夹 5 的内容
User: "ls in this repo"
Skill triggers → Step 1: vid=missing → Step 2: calls docsys repos list → user specifies vid=1 → Step 3: calls: docsys ls 1
Output: Folder contents at root
User: "list all files in repo 2"
Skill triggers → Step 1: vid=2 → Step 3: calls: docsys doc list 2 → Step 4: returns 150 items (>100) → shows first 50 items with note "Showing 50 of 150 items. Use pid filter or browse subfolders."
| Field | Type | Description |
|---|---|---|
| name | string | File or folder name |
| type | string | folder or file |
| size | string | File size (empty for folders) |
| modified | string | Last modified date |
| pid | number | Parent folder ID |
Success (EN): 📁 {name}/ | {size} | {modified}\n📄 {name} | {size} | {modified}
Success (中文): 📁 {name}/ | {size} | {modified}\n📄 {name} | {size} | {modified}
Paginated (EN): 📁 .../\n📄 ... | ...\n⚠️ Showing 50 of {N} items. Use subfolder PIDs to narrow results.
Paginated (中文): 📁 .../\n📄 ... | ...\n⚠️ 显示 {N} 个项目中的前 50 个。使用子文件夹 PID 缩小范围。
Not found (EN): ❌ Repository {vid} not found. Check available repos with 'docsys repos list'.
Not found (中文): ❌ 仓库 {vid} 不存在。使用 'docsys repos list' 查看可用仓库。
Permission denied (EN): ❌ Permission denied. You don't have access to this repository.
Permission denied (中文): ❌ 权限不足。您没有此仓库的访问权限。
Error: "Repository not found" | "Folder not found" | "Permission denied"
| Error | Cause |
|---|---|
| Usage: doc list [pid] | Missing vid |
| Repository not found | Invalid vid |
| Folder not found | Invalid pid |
| Permission denied | No read access |
/Repos/getDocList.do does not exist in v2.02.80 (returns 404)docsys search <vid> "." — searchDoc.do with searchWord=. returns all documents in the repository as a fallback enumeration methodpid, name, docId, and type for each itemSee references/ for related skills and API docs.
SOC 직업 분류 기준