← Back to Skills Marketplace
jlin53882

MiniMax PDF Analysis V2

by jlin53882 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
448
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install minimax-pdf-analysis-v2
Description
Analyze PDF files using MiniMax API. Supports text extraction, keyword search, and image-based VLM analysis (converts PDF pages to images first). Requires Mi...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-pdf-analysis-v2
  3. After installation, invoke the skill by name or use /minimax-pdf-analysis-v2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: PDF to images + MiniMax VLM analysis
Metadata
Slug minimax-pdf-analysis-v2
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 448 downloads so far.

How do I install MiniMax PDF Analysis V2?

Run "/install minimax-pdf-analysis-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MiniMax PDF Analysis V2 free?

Yes, MiniMax PDF Analysis V2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MiniMax PDF Analysis V2 support?

MiniMax PDF Analysis V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MiniMax PDF Analysis V2?

It is built and maintained by jlin53882 (@jlin53882); the current version is v1.0.0.

💬 Comments