Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

daily-scan每日扫描

Agent Skill

daily-scan 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,648

周安装

149

GitHub Stars

公开资料未说明

下载量

1,180
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:daily-scan(每日扫描)
来源仓库:https://github.com/kimjoohyeon-wq/daily-scan
安装命令:
openclaw skills install daily-scan
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install daily-scan

简介

将拍摄文档转为可搜索 PDF,支持 OCR 识别与标准化命名。

  • 适合学生、律师或行政人员快速数字化纸质资料。
  • 自动归档并生成元数据,便于后续检索与管理。
  • 需确保拍摄图像清晰,倾斜或模糊会影响识别准确率。
  • 建议定期清理临时文件,释放存储空间。daily-scan 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
daily-scan
description
Scan photographed documents into searchable PDFs with OCR and stable file naming. Use when the user sends document photos and asks to scan, save, archive, OCR, or retrieve prior scans. Trigger words: 스캔 or scan for a single page, 스캔연속 or scan multi for a multi-page combined PDF, and 스캔찾아 or scan find for retrieval.

Daily Scan

Overview

Turn phone photos of documents into searchable PDFs with OCR and stable filenames based on capture date and headline text. Preserve the original photo, generate a readable scan-like PDF, and support later retrieval of saved scan files.

Runtime Requirements

  • Default OCR path: local Tesseract CLI
  • Required local dependencies for the stable path:

- tesseract - Python packages used by bundled scripts: opencv-python or cv2, Pillow, and either reportlab or ocrmypdf depending on the active PDF path

  • Optional/experimental OCR path:

- PaddleOCR-based script exists but is not the default stable engine

  • No cloud upload is required for core operation
  • The skill assumes bundled helper scripts under scripts/ are present and callable by the host agent

Workflow

  1. Confirm the trigger.

- 스캔 / scan — one-page processing - 스캔연속 / scan multi — combine multiple photos into one searchable PDF - 스캔찾아 / scan find — search previously saved scan files

  1. Collect attached image files or search keywords.
  2. Apply document-style cleanup when possible.

- straighten or rotate when needed - improve contrast for readability - keep output practical rather than over-processed

  1. Run OCR in Korean and English.
  2. Build the filename as:

- YYYY-MM-DD + headline text - derive headline text from the top 2 to 3 OCR lines

  1. Create a searchable PDF.
  2. Save output to the local storage destination.
  3. Keep the original image with the processed result.
  4. For retrieval requests, search by date, headline text, or OCR keyword in the configured scan storage path.
  5. Return:

- filename - save location - OCR title line

Storage Rules

  • Default local staging/search path: daily-scan-storage/YYYY-MM
  • This skill is designed for local scan creation and retrieval only
  • Use year/month folder structure
  • Do not auto-classify document types

Operating Rules

  • For multi-page capture, combine pages into one PDF only when the trigger is 스캔연속 or scan multi
  • OCR language defaults to Korean plus English
  • Retrieval requests should search existing saved scan outputs before asking follow-up questions
  • Keep replies concise

Failure Handling

  • If OCR fails, still save the PDF when possible
  • If headline extraction fails, ask the user what title to use
  • If OCR fails, explicitly report that OCR failed
  • Preserve the original image unless the user later asks otherwise

Current Limits

  • Korean searchable PDF quality depends on OCR engine quality and PDF text-layer handling
  • The Tesseract path is the current stable default
  • The PaddleOCR path is experimental and should not be treated as the default engine
  • This skill does not require external upload tools or cloud credentials

Output Contract

Return only the practical result:

  • saved filename
  • save location
  • extracted title line when available

Resources

scripts/

Bundled scripts are used for:

  • image cleanup
  • OCR execution
  • searchable PDF generation
  • saved scan retrieval

references/

Store implementation notes for OCR engine choice and filename normalization if the skill grows more complex.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.2%
按下载量换算1,029

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills