← 返回 Skills 市场
nollio

DocuScan

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
123
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-docuscan
功能描述
Forget clunky scanner apps with watermarks and $10/month subscriptions. DocuScan lets you snap a photo of any receipt, contract, whiteboard, or handwritten n...
安全使用建议
DocuScan appears to be what it claims: a local-first document OCR → markdown → PDF tool. Before installing or using it, do the following: - Manually install and verify prerequisites: ensure python3 is available and run 'pip install playwright' and 'playwright install chromium' yourself; the registry metadata does not declare these dependencies. Review the Playwright download step since it fetches a browser binary. - Review the two scripts (generate-pdf.py and generate-pdf.sh) — they explicitly disable JavaScript and block non-local requests in Playwright, which reduces exfiltration risk during PDF rendering. Keep those protections in place and avoid enabling JavaScript there. - Create the documents/ directory with strict permissions (chmod 700) and review any autogenerated filenames before opening them. The skill provides filename-sanitization rules, but verify they are enforced in your runtime. - Test with non-sensitive sample documents first to confirm behavior and that files stay local. - Only enable/use the Dashboard Companion Kit if you understand and securely supply any external DB/service credentials (the dashboard requires Supabase or similar and will need environment variables); follow the dashboard's security guidance (RLS, encryption at rest, private storage buckets). - Despite explicit prompt-injection defenses, be cautious: scanned documents can themselves contain adversarial text. The skill correctly warns to never treat scanned text as executable instructions — keep that policy enforced in your agent configuration. If you want higher assurance, run the skill in a restricted environment (isolated user account or container), verify file writes are constrained to the documents/ folder, and review any changes to your environment before trusting it with highly sensitive documents.
功能分析
Type: OpenClaw Skill Name: normieclaw-docuscan Version: 1.0.3 The DocuScan skill is a well-documented and security-conscious tool for converting images to PDFs. It implements multiple layers of defense against common AI agent risks, including explicit instructions in SKILL.md to treat scanned text as data rather than commands (prompt injection defense) and robust path validation in generate-pdf.py to prevent path traversal. Furthermore, the PDF generation script explicitly disables JavaScript and blocks all non-local network requests via Playwright to prevent data exfiltration or SSRF during the rendering process.
能力评估
Purpose & Capability
The skill's name, README, SKILL.md and scripts all align with a scanner/OCR → markdown → PDF workflow. The included Python and shell scripts implement PDF generation via Playwright, which is expected for the described feature set. Minor inconsistency: registry metadata lists no required binaries or env vars, but the README and scripts require Python 3 and Playwright (and Playwright will download Chromium). This missing dependency declaration is a usability/security note but does not indicate malicious intent.
Instruction Scope
SKILL.md stays within the document-scanning scope: it explains OCR/reconstruction rules, filename sanitization, where to store outputs (documents/), combining pages, and calls the local generate-pdf.sh/py scripts to produce PDFs. It explicitly warns about prompt injection and instructs the agent to treat extracted text only as data. There are no instructions to read unrelated system files or send data to external endpoints.
Install Mechanism
There is no registry install spec (instruction-only), so nothing will be automatically downloaded by the skill itself. However, the included scripts require Playwright and Python; the README instructs the user to run 'pip install playwright' and 'playwright install chromium', which will download a browser binary. The generate-pdf.py script explicitly disables JavaScript and blocks non-local requests in Playwright, which mitigates network-exfiltration risk during rendering.
Credentials
The skill declares no required environment variables or credentials, matching the local-only processing claims. The optional Dashboard Companion Kit references Supabase and environment variables for deployment, but those are optional; they are documented as requiring secure handling. No unexpected secret-exfiltration vectors are present in the core skill files.
Persistence & Privilege
The skill does not request always:true and is user-invocable only by default. Its setup prompt asks to create a local documents/ directory and a scan-log.json file — normal for local-first tools. The skill does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-docuscan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-docuscan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai — Free OpenClaw skills for everyone.
元数据
Slug normieclaw-docuscan
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

DocuScan 是什么?

Forget clunky scanner apps with watermarks and $10/month subscriptions. DocuScan lets you snap a photo of any receipt, contract, whiteboard, or handwritten n... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 DocuScan?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install normieclaw-docuscan」即可一键安装,无需额外配置。

DocuScan 是免费的吗?

是的,DocuScan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

DocuScan 支持哪些平台?

DocuScan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DocuScan?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论