← Back to Skills Marketplace
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sube-test
Description
Convert unstructured documents into LLM-ready structured data. Supports PDF, Word, PPT, and images; extracts paragraphs, formulas, tables, charts, and other...
Usage Guidance
This skill uploads the local file you point it at to the PaodingAI/PDRouter service (https://platform.paodingai.com) using the PD_ROUTER_API_KEY you provide — so only install/use it if you trust that service and are comfortable sending the document (and its contents) to that endpoint. The token grants access to the PDRouter API, so keep it secret and consider using a scoped/ephemeral key if possible. Note the script will write Markdown to stdout and optionally to a file; it may include embedded image/base64 data if you enable that. If you handle sensitive documents, test with non-sensitive data first and review the bundled script (scripts/upload_to_markdown.js) yourself; the script also reads undocumented config flags PDFLUX_FORCE_UPDATE and PDFLUX_FORCE_OCR, which are innocuous toggles but worth knowing about.
Capability Analysis
Type: OpenClaw Skill
Name: sube-test
Version: 1.0.4
The skill is a legitimate tool for converting documents to Markdown using the PDFlux SaaS API. The Node.js script (upload_to_markdown.js) securely handles the PD_ROUTER_API_KEY, communicates only with the official platform.paodingai.com domain, and performs standard file I/O operations necessary for its stated purpose without any signs of obfuscation or malicious intent.
Capability Assessment
Purpose & Capability
Name/description say: convert documents to Markdown via a remote parsing service. The script and SKILL.md only require node and PD_ROUTER_API_KEY and call https://platform.paodingai.com/openapi/... — these are proportionate and expected for that purpose.
Instruction Scope
SKILL.md and agents/openai.yaml explicitly require running the bundled scripts/upload_to_markdown.js, and the script's logic matches that contract (upload file, poll status, download markdown). Minor inconsistency: the script also reads environment variables PDFLUX_FORCE_UPDATE and PDFLUX_FORCE_OCR (defaulting to true) but these are not documented in SKILL.md; otherwise instructions do not access unrelated files, other env vars, or unexpected network hosts.
Install Mechanism
Instruction-only skill with a bundled Node script; no install spec or remote downloads. This minimizes on-disk installation risk.
Credentials
Only PD_ROUTER_API_KEY is required (primary credential) and is used exclusively to authenticate to the declared PDRouter endpoint. One optional env (PDFLUX_INCLUDE_IMAGES) is documented; the script additionally reads undocumented PDFLUX_FORCE_UPDATE and PDFLUX_FORCE_OCR but they are benign configuration flags rather than extra credentials.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. The agent may invoke the skill autonomously (default), which is expected for skills and not flagged on its own.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sube-test - After installation, invoke the skill by name or use
/sube-test - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated skill metadata and documentation to clarify usage, constraints, environment variables, and supported features.
- Clearly defined when to return full Markdown output versus extracting specific content for downstream tasks.
- Documented default behavior, including how the script handles images and charts in Markdown output.
- Added detailed security and data flow information relating to API keys and file uploads.
- Outlined precise script behavior and expected error handling for more reliable execution.
Metadata
Frequently Asked Questions
What is Sube Test?
Convert unstructured documents into LLM-ready structured data. Supports PDF, Word, PPT, and images; extracts paragraphs, formulas, tables, charts, and other... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Sube Test?
Run "/install sube-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sube Test free?
Yes, Sube Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sube Test support?
Sube Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sube Test?
It is built and maintained by Sube (@sube-py); the current version is v1.0.4.
More Skills