← Back to Skills Marketplace
343
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reducto
Description
Reducto document processing API integration with managed API key authentication. Parse, extract, split, and edit documents. Use this skill when users want to...
Usage Guidance
This SKILL.md is internally consistent, but it will transmit document URLs/content to Maton/Reducto services. Only install if you trust maton.ai and are comfortable sending documents to that vendor. Recommendations before installing: 1) Use a limited-scope API key (rotate/revoke if possible). 2) Avoid sending highly sensitive documents unless you’ve verified Maton’s privacy/security. 3) Confirm the gateway URLs (gateway.maton.ai, ctrl.maton.ai, connect.maton.ai) are legitimate official endpoints. 4) Monitor usage/credits and active connections in your Maton account and revoke keys if unexpected activity appears. 5) Remember there is no local code to audit beyond the SKILL.md examples — network calls happen at runtime.
Capability Analysis
Type: OpenClaw Skill
Name: reducto
Version: 1.0.0
The skill bundle provides integration with the Reducto document processing API via Maton's gateway. All code examples and instructions in SKILL.md are directly related to using this API, requiring a `MATON_API_KEY` from environment variables and making network calls exclusively to `maton.ai` domains. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The skill's behavior is clearly aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (Reducto document processing) aligns with the required environment variable (MATON_API_KEY) and the runtime examples that call gateway.maton.ai and ctrl.maton.ai. Requested resources are proportionate to a remote document-processing API integration.
Instruction Scope
SKILL.md contains concrete Python examples that POST document URLs and metadata to Maton gateway endpoints and control endpoints (gateway.maton.ai, ctrl.maton.ai). It does not instruct reading local files or unrelated environment variables, but it does direct document data and metadata to external services — expected for this skill but a privacy consideration.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — nothing is downloaded or written to disk by an installer. Lowest install risk.
Credentials
Only a single environment variable (MATON_API_KEY) is required and is used consistently in examples and headers. No unrelated credentials, config paths, or broad secrets are requested.
Persistence & Privilege
always is false, no config paths requested, and the skill is user-invocable. It does not request permanent agent presence or modify other skills' settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reducto - After installation, invoke the skill by name or use
/reducto - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the reducto skill – Reducto API integration for document processing.
- Integrates Reducto document processing API for parsing, extracting, splitting, and editing PDFs/DOCX files.
- Managed API key authentication with support for multiple connections.
- Provides both synchronous and asynchronous endpoints for document operations.
- Includes sample code and usage for API key management and connection handling.
- Detailed API reference for parse, extract, split, and edit features.
Metadata
Frequently Asked Questions
What is Reducto?
Reducto document processing API integration with managed API key authentication. Parse, extract, split, and edit documents. Use this skill when users want to... It is an AI Agent Skill for Claude Code / OpenClaw, with 343 downloads so far.
How do I install Reducto?
Run "/install reducto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reducto free?
Yes, Reducto is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Reducto support?
Reducto is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reducto?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills