用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rawe/docfabric --skill docfabric命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | docfabric |
| description | Manage documents in DocFabric. Use when the user wants to upload, download, or delete documents. |
Manage documents in DocFabric via its REST API.
Upload a local file to DocFabric.
Script: ${CLAUDE_PLUGIN_ROOT}/skills/docfabric/scripts/upload.py
uv run ${CLAUDE_PLUGIN_ROOT}/skills/docfabric/scripts/upload.py <file> [--metadata KEY=VALUE ...]
Parameters:
file (required) — Local file path (PDF, DOCX, PPTX, HTML, CSV, or image)--metadata KEY=VALUE (optional, repeatable) — Attach metadata key-value pairsOutput: <filename>: <document-id>
The returned document ID identifies the document for subsequent MCP operations.
Download a document from DocFabric to a local file.
Script: ${CLAUDE_PLUGIN_ROOT}/skills/docfabric/scripts/download.py
uv run ${CLAUDE_PLUGIN_ROOT}/skills/docfabric/scripts/download.py <document-id> <output-path> [--markdown]
Parameters:
document-id (required) — UUID of the document to downloadoutput-path (required) — Local file path to write the document to--markdown (optional) — Download the markdown representation instead of the original fileOutput: <document-id>: saved to <output-path>
Delete a document from DocFabric.
Script: ${CLAUDE_PLUGIN_ROOT}/skills/docfabric/scripts/delete.py
uv run ${CLAUDE_PLUGIN_ROOT}/skills/docfabric/scripts/delete.py <document-id>
Parameters:
document-id (required) — UUID of the document to deleteOutput: <document-id>: deleted
基于 SOC 职业分类