docstream is a high-performance document processing skill that enables automated text extraction, AI summarization, and format conversion.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install docstream
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install docstream using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
docstream is a specialized document intelligence tool designed to bridge the gap between unstructured files and actionable data. Developed by Voss Consulting Group, this skill provides a robust DocStream API that handles complex PDF parsing, DOCX extraction, and intelligent summarization. By integrating docstream into your workflow, you can leverage advanced AI to process large volumes of information without manual overhead.
As a core component of the Openclaw Skills ecosystem, docstream offers a developer-friendly interface that supports various document actions. It is particularly useful for agents that need to ingest external knowledge or convert legacy documents into modern, searchable formats. With a generous free tier, docstream ensures that your Openclaw Skills remain cost-effective while delivering enterprise-grade document processing capabilities.
To begin using docstream, you can instantly create a free API key with a simple curl command. This provides access to up to 100 requests per day.
curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"[email protected]"}'
Once you receive your key, set it as an environment variable to allow your Openclaw Skills to authenticate:
export DOCSTREAM_API_KEY="your_key_here"
The docstream skill interacts with documents through a structured API schema. Below are the primary fields used in the processing lifecycle:
| Parameter | Type | Description |
|---|---|---|
| url | String | The public URL of the document to be parsed. |
| action | String | The operation to perform: extract, summarize, or convert. |
| String | Required for initial API key registration. | |
| Authorization | Header | Bearer token used to authenticate Openclaw Skills requests. |
All data transmitted through docstream follows standard document processing protocols, ensuring compatibility with most Openclaw Skills implementations.
Loading
Refua enables AI agents to perform complex biomolecular folding, binding affinity estimation, and ADMET profiling within the Openclaw Skills ecosystem.

A multi-agent research framework designed to study AI alignment through conflicting optimization targets and emergent behaviors.

Programmatically transform text content into professional AI-generated videos with voiceovers and automated subtitles.

A sophisticated writing editor that identifies and removes common AI-generated signatures to create natural, human-sounding text.

A high-performance API for creating, managing, and downloading professional PDF invoices with automated calculations.

An AI-driven financial automation engine for processing invoices, scanning receipts, and generating professional bookkeeping reports.








































