← Back to Skills Marketplace
jbennett111

DocStream

by Jbennett111 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
367
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install docstream
Description
Document processing via DocStream API — text extraction, summarization, format conversion, PDF parsing. Use when user needs to extract text from documents, s...
README (SKILL.md)

DocStream

AI document processing API by Voss Consulting Group.

Setup

Set DOCSTREAM_API_KEY or DOCSTREAM_EMAIL for auto-signup (free, no credit card).

curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"[email protected]"}'

Usage

curl -X POST https://anton.vosscg.com/v1/documents/process \
  -H "Authorization: Bearer $DOCSTREAM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com/doc.pdf", "action": "extract"}'

Capabilities

  • extract — Extract text from documents (PDF, DOCX, etc.)
  • summarize — AI-powered document summarization
  • convert — Format conversion between document types

API Reference

  • POST /v1/documents/process — Process document (requires API key)
  • POST /v1/keys — Get API key (email-only for free tier)
  • GET /v1/health — Health check
  • GET /v1/openapi.json — Full OpenAPI spec
Usage Guidance
This skill appears to be a simple client for a third‑party DocStream API — it will transmit document contents/URLs to anton.vosscg.com and requires an API key (DOCSTREAM_API_KEY) or an email (DOCSTREAM_EMAIL) to auto-create one. Before installing: 1) Confirm the service owner/website and review its privacy/security policy; 2) Do not send sensitive documents unless you trust the endpoint; 3) Be aware the included script prints created API keys to stderr (logs could capture secrets) — avoid exposing keys in shared log environments; 4) Ask the publisher to update the skill metadata to declare the required env vars (DOCSTREAM_API_KEY, DOCSTREAM_EMAIL, optionally DOCSTREAM_API_URL) and to stop printing secrets; and 5) Test in an isolated environment and monitor network traffic if you need assurance about where data is sent.
Capability Analysis
Type: OpenClaw Skill Name: docstream Version: 1.0.0 The `scripts/forge-client.sh` file contains a shell injection vulnerability. The script directly inserts unsanitized user input (`$1`) into the `curl -d` option for the 'process' action, allowing for potential arbitrary command execution or data exfiltration if a malicious payload is provided as the argument. While the skill involves external network communication to `anton.vosscg.com` for API key signup (sending email) and document processing, which aligns with its stated purpose, the input sanitization flaw poses a significant security risk, classifying it as suspicious rather than benign or malicious.
Capability Assessment
Purpose & Capability
Name/description (document extraction, summarization, conversion) match the included instructions and script which call an external DocStream API. However the skill has no declared homepage or source, and registry metadata lists no required env vars even though the instructions and script require DOCSTREAM_API_KEY or DOCSTREAM_EMAIL (and honor DOCSTREAM_API_URL). The lack of publisher information/homepage lowers confidence but does not contradict the stated purpose.
Instruction Scope
SKILL.md and scripts instruct the agent to POST documents (or document URLs) to https://anton.vosscg.com/v1/documents/process and to create API keys via POST /v1/keys. Sending documents (potentially sensitive) to an external service is expected for this capability, but users should be explicitly warned: the skill will transmit document content and/or URLs to a third-party endpoint and the script prints new API keys to stderr (which could be captured in logs). Instructions do not attempt to read unrelated local files or other system credentials.
Install Mechanism
There is no install spec (instruction-only plus a small script). No packages are downloaded or written to disk by an installer; the included shell script runs curl to the declared API. This is the lower-risk installation model, but the script will perform network requests at runtime.
Credentials
The registry metadata declares no required environment variables, but SKILL.md and scripts require DOCSTREAM_API_KEY or DOCSTREAM_EMAIL (and optionally DOCSTREAM_API_URL). That mismatch is an incoherence in the manifest. In addition, the script echoes newly-created API keys to stderr, which can leak secrets into logs. The env vars requested are relevant to the stated purpose (API access), but they should be declared and the key-handling should avoid printing secrets.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system-wide config. Autonomous invocation is allowed (platform default) but is not combined with other high-risk factors here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install docstream
  3. After installation, invoke the skill by name or use /docstream
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Document processing API client (extraction, summarization, conversion). Free tier: 100 req/day.
Metadata
Slug docstream
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is DocStream?

Document processing via DocStream API — text extraction, summarization, format conversion, PDF parsing. Use when user needs to extract text from documents, s... It is an AI Agent Skill for Claude Code / OpenClaw, with 367 downloads so far.

How do I install DocStream?

Run "/install docstream" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is DocStream free?

Yes, DocStream is completely free (open-source). You can download, install and use it at no cost.

Which platforms does DocStream support?

DocStream is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DocStream?

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

💬 Comments