← 返回 Skills 市场
mzlzyca

Docx Analysis

作者 mzlzyCA · GitHub ↗ · v0.4.0 · MIT-0
cross-platform ✓ 安全检测通过
182
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install docx-analysis
功能描述
Analyze the structure and content of .docx (Word) files using MinerU. Returns structured Markdown preserving headings, tables, lists, and layout for content...
使用说明 (SKILL.md)

Docx Analysis

Analyze the structure and content of Word (.docx) files using MinerU. Returns structured Markdown with headings, tables, and layout 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

# Quick analysis (no token required)
mineru-open-api flash-extract report.docx

# Save to directory
mineru-open-api flash-extract report.docx -o ./out/

# Full analysis with tables and formulas (requires token)
mineru-open-api extract report.docx -o ./out/

# With language hint
mineru-open-api flash-extract report.docx --language en

Authentication

No token needed for flash-extract. Token required for extract:

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: .docx (local file or URL)
  • flash-extract: no token, max 10 MB / 20 pages, Markdown output
  • extract: token required, full features (tables, formulas, multi-format output)
  • Language hint with --language (default: ch, use en for English)
  • Page range with --pages (e.g. 1-10)

Notes

  • For .doc (legacy format), use doc-analysis skill instead
  • 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 to be a thin wrapper for the MinerU CLI and is internally consistent. Before installing: verify the mineru-open-api package source (npm package page or the GitHub repo linked in SKILL.md), and review what the CLI does (whether it uploads files to mineru.net). Treat MINERU_TOKEN as sensitive: only provide it if you trust the MinerU service, and test the tool first with non-sensitive documents. If you need strictly local processing, confirm the CLI can run fully offline for your use cases (flash-extract may be limited).
功能分析
Type: OpenClaw Skill Name: docx-analysis Version: 0.4.0 The skill is a legitimate wrapper for the MinerU document intelligence engine, used for analyzing .docx files. It utilizes standard package managers (NPM/Go) for installation and requires an API token for full functionality, which is transparently documented in SKILL.md. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binary (mineru-open-api), install instructions (npm/go), and required env var (MINERU_TOKEN) all align with a MinerU-based .docx analysis tool.
Instruction Scope
SKILL.md only instructs running mineru-open-api commands against local files or URLs and setting MINERU_TOKEN for full extraction. It does not instruct reading unrelated files or extra env vars. One caveat: the docs imply a remote service (token, token creation page) so documents may be uploaded to mineru.net during extraction — the SKILL.md does not explicitly state whether processing is local or cloud-based.
Install Mechanism
Install uses npm package name mineru-open-api or a Go module path to GitHub; both are normal package install mechanisms and create the expected binary. No arbitrary URL downloads or archive extraction are used.
Credentials
Only MINERU_TOKEN is required and declared as the primary credential, which is proportionate for a CLI that can use a cloud API; no unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request persistent or cross-skill configuration changes; autonomous invocation is allowed by default (normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install docx-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /docx-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
SEO: expand description for better ClawHub vector search discovery
v0.3.0
Rollback to original version
v0.2.1
SEO optimization v0.2.1
v0.2.0
SEO optimization v0.2.0
v1.0.1
Fix: declare MINERU_TOKEN credential in metadata
v1.0.0
Docx Analysis - analyze the structure and content of .docx files using MinerU. Returns structured Ma
元数据
Slug docx-analysis
版本 0.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Docx Analysis 是什么?

Analyze the structure and content of .docx (Word) files using MinerU. Returns structured Markdown preserving headings, tables, lists, and layout for content... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 182 次。

如何安装 Docx Analysis?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install docx-analysis」即可一键安装,无需额外配置。

Docx Analysis 是免费的吗?

是的,Docx Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Docx Analysis 支持哪些平台?

Docx Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Docx Analysis?

由 mzlzyCA(@mzlzyca)开发并维护,当前版本 v0.4.0。

💬 留言讨论