원클릭으로
document-reader
Optional bundled plugin for reading structured documents through one unified tool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Optional bundled plugin for reading structured documents through one unified tool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build-focused skill for creating, updating, and installing standard Agent Skills.
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
提供独立的命令执行与 skill 脚本执行能力。
Query chat history by keywords and date ranges.
Provides interaction capabilities with the user.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.
| name | document-reader |
| description | Optional bundled plugin for reading structured documents through one unified tool. |
| description_cn | 可选随包插件:通过统一工具读取 DOCX、PPTX、XLSX、XLS 和 PDF 文档。 |
| license | Apache-2.0 |
| type | bundled_plugin |
| source_type | bundled_plugin |
| default_enabled | false |
| metadata | {"author":"deepseek-cowork team","version":"1.0"} |
| security_level | medium |
| allowed-tools | ["document_read"] |
This optional bundled plugin reads structured document formats that plain text file tools intentionally refuse.
Reads DOCX, PPTX, XLSX, XLS, or PDF files from the current workspace and returns a unified structured payload with extracted text.
text_file_read only for plain text files.document_read for Office/PDF reads after this plugin is enabled.run_python_code with an appropriate library and normal workspace write safety rules.