docstream for Openclaw

docstream is a high-performance document processing skill that enables automated text extraction, AI summarization, and format conversion.

jbennett111
v1.0.0
Mar 3, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install docstream

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is docstream?

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.

docstream Use Cases

  • Automated extraction of text from PDF or DOCX files for data mining.
  • Generating concise AI summaries of lengthy technical reports or legal papers.
  • Programmatic conversion between different document formats to streamline workflows.
  • Building intelligent research agents that utilize Openclaw Skills for content analysis.

How docstream Works

  1. Request an API key using your email via the Voss Consulting Group key generation endpoint.
  2. Configure your environment by setting the DOCSTREAM_API_KEY for secure authentication.
  3. Dispatch a POST request to the processing endpoint with a document URL and a specified action.
  4. The DocStream API processes the file and returns the extracted text or summary.
  5. Integrate the output into your application as part of your broader suite of Openclaw Skills.

docstream Setup

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"

docstream Data Schema & Taxonomy

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.
email 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.

docstream Advanced Features

  • Seamless PDF parsing and text extraction for complex document layouts.
  • AI-driven summarization to reduce token costs for downstream Openclaw Skills.
  • Support for multiple file formats including PDF and DOCX to ensure versatility.
  • Lightweight health check and OpenAPI endpoints for system monitoring.
  • Automated free-tier onboarding allowing rapid prototyping for developers.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*