📦 daily-scan — 拍照扫描转PDF
v1.0.4将拍摄的纸质文档照片通过OCR识别为可搜索PDF,并自动按稳定规则命名归档,方便后续检索与管理。
0· 90·0 当前·0 累计
下载技能包
最后更新
2026/4/7
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it claims: local image preprocessing, OCR, PDF creation, and local search. Before installing/using: 1) Ensure tesseract and either ocrmypdf or reportlab + dependencies are installed on the host (ocrmypdf may require ghostscript); 2) Be aware the experimental PaddleOCR path can automatically download model weights (outbound network activity) — disable or sandbox if you require strict offline operation; 3) Validate storage location and file permissions (daily-scan-sto...详细分析 ▾
✓ 用途与能力
Name/description describe turning photos into searchable PDFs. Bundled scripts perform image cleanup, OCR (Tesseract or PaddleOCR), PDF assembly, and local search; the requested local binaries and libraries (tesseract, ocrmypdf or reportlab, OpenCV, Pillow) are consistent with that purpose.
ℹ 指令范围
SKILL.md limits actions to local processing, saving, and searching. The scripts follow that: they read local image files, write PDFs into daily-scan-storage, and run local OCR. Notes: build_searchable_pdf.py calls external CLIs (tesseract, ocrmypdf) via subprocess (arguments passed as lists, avoiding shell interpolation). The PaddleOCR path may implicitly download model weights at runtime (not explicitly declared in SKILL.md) — this could cause outbound network activity on first use.
✓ 安装机制
No install spec (instruction-only) — lower risk. The skill bundles Python scripts but does not itself download or install remote code. Host must ensure required binaries/packages are present; installing those may pull external packages (pip, system packages), but that is outside the skill bundle.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths. All file I/O is local and limited to the configured storage path. No unrelated secrets or services are requested.
✓ 持久化与权限
always:false and no code modifies other skills or global agent settings. The skill only writes its own output under daily-scan-storage and does not request persistent elevated privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.42026/4/7
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install daily-scan
镜像加速npx clawhub@latest install daily-scan --registry https://cn.longxiaskill.com