← 返回 Skills 市场
DocStream
作者
Jbennett111
· GitHub ↗
· v1.0.0
367
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install docstream
功能描述
Document processing via DocStream API — text extraction, summarization, format conversion, PDF parsing. Use when user needs to extract text from documents, s...
使用说明 (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 summarizationconvert— 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 checkGET /v1/openapi.json— Full OpenAPI spec
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install docstream - 安装完成后,直接呼叫该 Skill 的名称或使用
/docstream触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Document processing API client (extraction, summarization, conversion). Free tier: 100 req/day.
元数据
常见问题
DocStream 是什么?
Document processing via DocStream API — text extraction, summarization, format conversion, PDF parsing. Use when user needs to extract text from documents, s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。
如何安装 DocStream?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install docstream」即可一键安装,无需额外配置。
DocStream 是免费的吗?
是的,DocStream 完全免费(开源免费),可自由下载、安装和使用。
DocStream 支持哪些平台?
DocStream 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DocStream?
由 Jbennett111(@jbennett111)开发并维护,当前版本 v1.0.0。
推荐 Skills