بنقرة واحدة
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.