← Back to Skills Marketplace
ryan-wuxl

智能文档处理助手

by ryan-wuxl · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
177
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install smart-doc-processor
Description
智能文档处理助手 - 一站式文档处理工具,支持 PDF 转换、智能摘要、多语言翻译、格式转换等功能。自动提取关键信息,生成结构化报告,提升文档处理效率10倍。
Usage Guidance
What to consider before installing: - Documentation mismatch: SKILL.md shows separate scripts (summarize.mjs, translate.mjs, extract.mjs) but the package contains only scripts/process.mjs which supports actions via --action. Treat the single process.mjs as the real entrypoint; the extra examples are likely stale docs but could cause confusion. - No secret access: the code does not request or read credentials or environment secrets, and it does not call external APIs for translation (translation is a placeholder). Still, inspect any later updates that add network or API calls before sending sensitive documents. - Local-only operation: pdftotext is invoked through child_process.execSync to extract PDF text; this is expected but means the binary must be present on the host. Run the tool on non-sensitive sample documents first. - Safety steps: review scripts/process.mjs locally (already provided), run in an isolated environment (container or VM), and search the repo for any network calls or hidden endpoints before processing confidential files. If translation features are important, verify which translation API the skill integrates with (if any) and ensure you consent to any external data transmission. Overall: the implementation appears coherent with its stated purpose, but the documentation inconsistencies justify caution (test in a sandbox and review code) before using on sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: smart-doc-processor Version: 1.0.1 The skill contains a shell injection vulnerability in `scripts/process.mjs` where the `inputFile` argument is passed directly into a template string for `execSync` without sanitization. While the script performs legitimate document processing tasks like PDF text extraction and regex-based entity recognition, this flaw could allow arbitrary command execution if a malicious filename is provided. No evidence of intentional malice, data exfiltration, or persistence was found.
Capability Assessment
Purpose & Capability
Declared purpose (PDF extraction, summarization, translation, entity extraction) aligns with the provided process.mjs which implements extract/summarize/translate functionality and requires node + pdftotext. pdftotext use is justified for PDF text extraction.
Instruction Scope
SKILL.md and README contain examples that call separate scripts (summarize.mjs, translate.mjs, extract.mjs) which are not present in the package; the actual implementation is a single scripts/process.mjs driven by --action. This documentation mismatch could cause an agent or user to look for or attempt to fetch additional code. The translate path is a placeholder (no external translation API calls are made), so no network exfiltration is visible in the code.
Install Mechanism
No install spec is provided (instruction-only with bundled code). No external downloads or archive extraction are used. This minimizes install-time risk.
Credentials
The skill requests no environment variables, no credentials, and the script does not read secrets from the environment. The required binaries (node, pdftotext) are appropriate and used in the code.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-doc-processor
  3. After installation, invoke the skill by name or use /smart-doc-processor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Update: PDF processing and document analysis
v1.0.0
初始版本:支持PDF文本提取、智能摘要、关键信息提取(日期/金额/邮箱/电话)
Metadata
Slug smart-doc-processor
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 智能文档处理助手?

智能文档处理助手 - 一站式文档处理工具,支持 PDF 转换、智能摘要、多语言翻译、格式转换等功能。自动提取关键信息,生成结构化报告,提升文档处理效率10倍。 It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.

How do I install 智能文档处理助手?

Run "/install smart-doc-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 智能文档处理助手 free?

Yes, 智能文档处理助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 智能文档处理助手 support?

智能文档处理助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 智能文档处理助手?

It is built and maintained by ryan-wuxl (@ryan-wuxl); the current version is v1.0.1.

💬 Comments