← 返回 Skills 市场
448
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-pdf-analysis-v2
功能描述
Analyze PDF files using MiniMax API. Supports text extraction, keyword search, and image-based VLM analysis (converts PDF pages to images first). Requires Mi...
安全使用建议
This skill appears to implement the advertised PDF extraction/search and image-VLM flows, but it also includes a Node CLI tool that can: (1) perform web searches via the Coding Plan API, and (2) read local image files (or any file path you pass) and upload them as base64 to api.minimax.io. Before installing or using: - Do not provide your primary/privileged API key unless you trust api.minimax.io; consider a restricted or throwaway key for testing. - Avoid running the vision/web_search tools on sensitive PDFs or arbitrary local file paths (they will upload file contents). - Verify the API host and key provisioning URL (manifest references api.minimax.io; README references platform.minimaxi.com — confirm correct endpoints). - If you only need offline text extraction/search, run the Python extract/search scripts without setting the API key or invoking vision. - If you plan to allow autonomous agent invocation, know that an agent could call the Node tool or vision mode and thereby send local file contents to the remote service; restrict agent permissions or review invocation policies. If you want greater assurance, inspect and run the scripts in an isolated environment and audit network calls (e.g., with a firewall) before using with sensitive data.
功能分析
Type: OpenClaw Skill
Name: minimax-pdf-analysis-v2
Version: 1.0.0
The skill bundle provides legitimate tools for PDF analysis, including text extraction, keyword searching, and VLM-based image analysis using the MiniMax API. The code in `analyze_pdf.py`, `extract_pdf_text.py`, and `minimax_coding_plan_tool.js` is well-structured, uses standard libraries like PyMuPDF (fitz), and communicates only with the official MiniMax API endpoints (api.minimax.io) as described in the documentation.
能力评估
Purpose & Capability
Name/description (PDF extraction, search, VLM) align with the included Python scripts. Required binaries (python, node) and MINIMAX_API_KEY are reasonable for the VLM feature. However, the bundled Node tool exposes an additional 'web_search' capability and a generic 'understand_image' CLI that can POST arbitrary images or local files to api.minimax.io — this web-search functionality is not documented in SKILL.md and expands the skill's surface beyond the stated PDF-focused purpose. README also references a different domain (platform.minimaxi.com) which is inconsistent with api.minimax.io.
Instruction Scope
SKILL.md instructs running the Python scripts and setting MINIMAX_API_KEY, which is expected. But the codebase contains a Node tool that can perform web searches and convert arbitrary local files to base64 and send them to the MiniMax API. The SKILL.md does not warn that running the Node tool or some modes will upload local file contents (including arbitrary file paths) to a remote service; that could result in inadvertent leakage of sensitive local data if a user or agent invokes those tools.
Install Mechanism
No remote install/downloads or archive extraction are specified; the skill is instruction+source-only. No external installers are executed by the manifest. That lowers supply-chain risk compared with arbitrary downloads.
Credentials
Only MINIMAX_API_KEY is required, which is proportional to calling MiniMax APIs. Be aware that the provided API key will be sent to api.minimax.io when using VLM or web_search; any content you send (images, prompts, extracted text) will be transmitted to that service. The README/SKILL.md request a 'Coding Plan' key (sk-cp-*) which is consistent with the code, but domain references are inconsistent which merits verification.
Persistence & Privilege
The skill does not request always:true, does not alter other skills or system-wide config, and is user-invocable by default. It does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-pdf-analysis-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-pdf-analysis-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: PDF to images + MiniMax VLM analysis
元数据
常见问题
MiniMax PDF Analysis V2 是什么?
Analyze PDF files using MiniMax API. Supports text extraction, keyword search, and image-based VLM analysis (converts PDF pages to images first). Requires Mi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 448 次。
如何安装 MiniMax PDF Analysis V2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-pdf-analysis-v2」即可一键安装,无需额外配置。
MiniMax PDF Analysis V2 是免费的吗?
是的,MiniMax PDF Analysis V2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax PDF Analysis V2 支持哪些平台?
MiniMax PDF Analysis V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax PDF Analysis V2?
由 jlin53882(@jlin53882)开发并维护,当前版本 v1.0.0。
推荐 Skills