Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill unidoc-parserコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | unidoc-parser |
| description | U2-doc-parser |
Name: unidoc_parser Description: Parse documents using UniDoc API for conversion to Markdown or JSON format. Supports both synchronous and asynchronous parsing with automatic status polling.
Parse documents using UniDoc API for conversion to Markdown or JSON format. Supports both synchronous and asynchronous parsing with automatic status polling. Ideal for converting various document formats (PDF, DOC, DOCX, images) through a cloud-based API service.
If you encounter API errors, network issues, or need to understand the API endpoints, read:
references/unidoc-notes.md# Run from the skill directory
python scripts/unidoc_parse.py /path/to/file.pdf \
--format md \
--output ./unidoc-output \
--mode sync
--format md|json (default: md)
--mode sync|async (default: sync)
--func METHOD (default: unisound)
--output DIR (default: ./unidoc-output)
--uid UUID (optional)
./unidoc-output/<document_name>/ by defaultoutput.mdoutput.json