Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill download-doc명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | download_doc |
| description | Download a document to local filesystem |
| category | document |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read:document"] |
| tags | ["document","download","file-transfer","export","get"] |
Download a document from a repository to the local filesystem.
Download, 下载, download doc, download file, 下载文档, 下载文件, export file, get file, 下载这个文件, save to local, retrieve document, 下载到本地
docsys repos list to find available repos. If docId missing but user says "this document" → call docsys docs list <vid> to locate it. If still unresolvable → ask user directly. Do not guess IDs.docsys download <vid> <docId>docsys download <vid> <docId>
docsys get <vid> <docId>
| Parameter | Type | Required | Description |
|---|---|---|---|
| vid | number | yes | Repository ID |
| docId | number | yes | Document ID |
User: "download document 123 from repo 1"
Skill triggers → calls: docsys download 1 123
Output: Download confirmation with saved path
User: "下载文档 456 from repo 1"
Skill triggers → Step 1: vid=1, docId=456 → Step 4: calls: docsys download 1 456
Output: 下载结果
User: "save file 789 to local"
Skill triggers → Step 1: docId=789, vid=missing → Step 2: calls docsys repos list to find available repos → user specifies vid=2 → Step 4: calls: docsys download 2 789
Output: File saved to local disk
| Field | Type | Description |
|---|---|---|
| filename | string | Original document filename |
| local_path | string | Absolute path where file was saved |
| size | string | File size (bytes/KB/MB) |
| vid | number | Repository ID |
| docId | number | Document ID |
Success (EN): ✅ Downloaded | {filename} ({size}) → {local_path}
Success (中文): ✅ 已下载 | {filename} ({size}) → {local_path}
Overwrite warning: ⚠️ File already exists at {local_path}. Overwrite? [y/N]
Error: "Document not found" | "Permission denied" | "Disk full — file not written"
| Error | Cause |
|---|---|
| Usage: download | Missing arguments |
| Repository not found | Invalid vid |
| Document not found | Invalid docId |
| Permission denied | No read access |
| File not writable | Disk full or path permissions |
See references/ for related skills and API docs.
SOC 직업 분류 기준