← 返回 Skills 市场
213
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install doc-analysis
功能描述
Analyze the structure, layout, and content of Word documents (.doc, .docx) using MinerU. Returns structured Markdown with headings, paragraphs, tables, and l...
使用说明 (SKILL.md)
Doc Analysis
Analyze and extract structured content from Word (.doc/.docx) files using MinerU. Returns Markdown with layout, headings, and structure preserved.
Install
npm install -g mineru-open-api
# or via Go (macOS/Linux):
go install github.com/opendatalab/MinerU-Ecosystem/cli/mineru-open-api@latest
Quick Start
# Analyze a .docx file (requires token)
mineru-open-api extract report.docx -o ./out/
# Analyze a .doc file (requires token)
mineru-open-api extract report.doc -o ./out/
# Specify language
mineru-open-api extract report.docx --language en -o ./out/
Authentication
Token required:
mineru-open-api auth # Interactive token setup
export MINERU_TOKEN="your-token" # Or via environment variable
Create token at: https://mineru.net/apiManage/token
Capabilities
- Supported input: .doc, .docx (local file or URL)
- Preserves document structure: headings, paragraphs, lists, tables
- Requires token (
mineru-open-api authorMINERU_TOKENenv) - Language hint with
--language(default:ch, useenfor English)
Notes
.doc(legacy Word format) is only supported byextract(requires token).docxsupports bothflash-extract(no token, quick) andextract(full features)- Output goes to stdout by default; use
-o \x3Cdir>to save to a file or directory - All progress/status messages go to stderr; document content goes to stdout
- MinerU is open-source by OpenDataLab (Shanghai AI Lab): https://github.com/opendatalab/MinerU
安全使用建议
This skill appears coherent and does what it claims: it runs the MinerU CLI against .doc/.docx files and uses a MINERU_TOKEN for authenticated extracts. Before installing: (1) Confirm you trust the npm package name and the GitHub repo (inspect the repo/source if you can). (2) Understand that documents processed by the CLI may be sent to MinerU servers when using the authenticated 'extract' mode — avoid sending highly sensitive documents unless you’ve verified the service’s privacy/security. (3) If you only need quick, local/no-token extraction, check whether 'flash-extract' actually operates without a token in your environment. (4) Prefer installing in a sandbox or container first and verify behavior and network activity if you have strict security requirements.
功能分析
Type: OpenClaw Skill
Name: doc-analysis
Version: 0.4.0
The skill bundle provides documentation and configuration for using the MinerU document intelligence engine to analyze Word files. It specifies the installation of the 'mineru-open-api' CLI tool via npm or Go and requires a 'MINERU_TOKEN' for API access. The instructions in SKILL.md are consistent with the stated purpose of document analysis and do not contain any malicious commands, data exfiltration patterns, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description (Word document analysis) match the declared binary (mineru-open-api) and the single required env var (MINERU_TOKEN). Requiring a MinerU CLI and token is expected for a hosted/open-source document analysis service.
Instruction Scope
Runtime instructions stick to running the mineru-open-api CLI on local files or URLs and handling stdout/stderr. One minor inconsistency: SKILL.md notes a 'flash-extract' mode that requires no token while metadata marks MINERU_TOKEN as required; this is likely an over-assertion in metadata rather than malicious scope creep.
Install Mechanism
Installers are standard: npm package and a Go 'go install' from a GitHub repo. No download-from-untrusted-URL or archive extraction steps are present. These are moderate-risk (npm/GitHub) but appropriate for a CLI tool.
Credentials
Only one credential is requested (MINERU_TOKEN) which is proportional for a remote MinerU service. The SKILL.md's mention that some quick extraction works without a token suggests the token may not be strictly required for all operations; metadata requiring it unconditionally is slightly overbroad but not a strong red flag.
Persistence & Privilege
always is false, the skill is user-invocable, and it does not request to modify other skills or system-wide configs. It only requires presence of the mineru-open-api binary.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install doc-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/doc-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
SEO: expand description for better ClawHub vector search discovery
v0.3.0
Rollback to original version
v0.2.0
SEO optimization: expanded description with rich keywords, trigger phrases, and bilingual content for better ClawHub vector search ranking.
v1.1.0
Update to v1.1.0
v1.0.1
Fix: declare MINERU_TOKEN credential in metadata
v1.0.0
Doc Analysis - analyze the structure and content of Word (.doc/.docx) documents using MinerU. Return
元数据
常见问题
Doc Analysis 是什么?
Analyze the structure, layout, and content of Word documents (.doc, .docx) using MinerU. Returns structured Markdown with headings, paragraphs, tables, and l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。
如何安装 Doc Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install doc-analysis」即可一键安装,无需额外配置。
Doc Analysis 是免费的吗?
是的,Doc Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Doc Analysis 支持哪些平台?
Doc Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Doc Analysis?
由 mzlzyCA(@mzlzyca)开发并维护,当前版本 v0.4.0。
推荐 Skills