← 返回 Skills 市场
441
总下载
1
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install yescan-scan-universal
功能描述
由夸克扫描王提供的专业智能文档扫描与图像处理工具。支持图片、截图、扫描件的图像增强与优化,包括画质增强、证件照优化、考试试卷增强等场景。智能去除手写笔迹、水印、阴影、摩尔纹、底色等干扰元素。支持图像裁剪矫正、素描效果转换、线稿提取。输出优化后的高清图片。
安全使用建议
This skill appears to do what it says: it uploads the image you provide (URL, local file, or base64) to Quark's scan-business.quark.cn service for processing and will save returned images to the system temporary directory (e.g., /tmp/imgs). Before installing or using it, consider: 1) privacy — do not upload sensitive documents unless you trust the remote service and its retention policy; local file paths will be read and uploaded (the code enforces file-type and size checks but will still transmit file contents); 2) API key safety — store SCAN_WEBSERVICE_KEY securely and rotate/revoke it if leaked; 3) saved files — returned images are written under the system temp directory and persist until manually removed; clean them if necessary; 4) dependency gap — the scripts use the Python 'requests' library but the skill does not declare installing it; ensure the runtime environment has 'requests' (or install it) or the skill will fail; 5) potential misuse — features like remove-watermark or remove-handwriting can be abused; only process images you are permitted to upload. If you need higher assurance, ask the publisher for an explicit dependency list, an official homepage/repository, and a published privacy/retention policy for the API endpoint.
功能分析
Type: OpenClaw Skill
Name: yescan-scan-universal
Version: 1.0.11
The skill bundle is a legitimate integration for the Quark Scanning (夸克扫描王) API, providing image enhancement and OCR features. It includes robust security practices such as file type validation (restricting access to specific image extensions), file size limits, and URL scheme checks in `scripts/common/validators.py`. The documentation in `SKILL.md` is transparent about data being sent to the official endpoint `scan-business.quark.cn` and provides clear instructions to the AI agent to prevent command construction errors. No evidence of data exfiltration, obfuscation, or malicious intent was found.
能力标签
能力评估
Purpose & Capability
Name/description match the implemented behavior: the scripts call an OCR/enhancement API at https://scan-business.quark.cn/vision and implement scenes for image enhancement, watermark/shadow removal, OCR, and exporting. The single required env var (SCAN_WEBSERVICE_KEY) is the API key the client uses, which is appropriate for the declared purpose.
Instruction Scope
SKILL.md and scripts consistently require one image input (URL, local path, or base64), build a fixed python3 command, send the image to the remote Quark service, and return the raw JSON result. The documentation explicitly warns images are sent to scan-business.quark.cn and that returned images are saved in a temp directory. This is coherent with the skill purpose but has privacy implications: providing a local file path will cause the tool to read the file and upload its contents to the external service. The code does validate file extensions and a 5MB max file size.
Install Mechanism
No install spec is provided (instruction-only install), which is lower risk, but the Python code imports the third-party 'requests' library without declaring it as a dependency. The skill requires python3 but does not declare or install required Python packages — this is an operational inconsistency (it will fail unless 'requests' is available in the environment).
Credentials
Only SCAN_WEBSERVICE_KEY is required and is the primary credential used to authenticate requests to the API. No unrelated secrets or config paths are requested. The skill uses a temporary directory for saving files but does not access other system credentials.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. It saves returned images to the system temporary directory but does not modify other skill configurations or system-wide settings. Autonomous invocation is allowed (platform default) and not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yescan-scan-universal - 安装完成后,直接呼叫该 Skill 的名称或使用
/yescan-scan-universal触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.11
- 更新描述和部分术语,突出“夸克扫描王”品牌,并对功能进行了简化说明
- 技能配置推荐方式由“环境变量(免权限)”改为“CLI 配置(永久生效)”
- 删除“手写文档识别”场景及相关意图,调整意图匹配顺序(考试增强排首)
- 执行命令指令要求由 Python subprocess 转为直接标准命令行调用格式,相关举例及安全说明同步调整
- 简化和重写部分约束、执行指南和注意事项,减少冗余内容
- 移除 _meta.json 文件
v1.0.10
fix: 使用 subprocess 安全参数传递,避免 shell 注入风险
v1.0.8
- 修订客户端处理逻辑:API 成功且响应 data 含有 "ImageBase64" 时,scan.py 仅返回 {"path": "/tmp/xxx.png"} 结构,不再直接追加 path 字段。
- 文档同步更新:在技能执行指南和增强字段说明中,明确 data 字段内容调整为只包含 path。
- 其他使用规范、执行命令和适用场景保持不变。
v1.0.7
- 明确说明识别后的图片会本地保存到系统临时目录,如 `/tmp/imgs`,并提示用户需自行清理。
- 增加“API 密钥安全”相关说明,建议妥善保管密钥并及时轮换或撤销泄露密钥。
- 调整数据流转与隐私提示,更清晰区分服务器数据处理与本地写盘行为。
- 其它规范和功能保持不变。
v1.0.6
## yescan-scan-universal v1.0.6 Changelog
- 大幅精简和规范意图匹配、参数说明与执行流程,强化使用流程刚性约束。
- 意图与 API 场景全部迁移至 SKILL.md 内联,弃用外部 reference/scenarios 目录及场景 markdown 文件。
- 全面梳理、明确图片类型识别流程和客户端执行命令模板。
- 各功能模块(如 file_saver、ocr_client 等)独立抽取到 scripts/common 目录,提升脚本复用性与结构清晰度。
- 修改与优化环境依赖声明、不可用场景提示及错误返回标准化。
- 移除大量老版本 scenario 文件和说明文档,减少维护成本。
v1.0.5
yescan-scan-universal 1.0.5
- No file changes detected for this release.
- All features, routing logic, and documentation remain unchanged from previous version.
- No impact expected on existing usage or integrations.
v1.0.4
yescan-scan-universal 1.0.3
- 明确声明包含可执行 Python 脚本 (`scripts/scan.py` 和 `scripts/file_saver.py`) 于 permissions 字段,提升平台能力感知与安全透明度。
- 无其他功能、接口或文档变更。
v1.0.3
- 更新了本地文件写入权限说明,指定输出目录为 ./outputs/,并支持通过 YESCAN_OUTPUT_DIR 环境变量自定义输出位置
- 其余功能和使用方式保持不变
v1.0.1
yescan-scan-universal 1.0.1
- 扩展文件系统读取权限,明确允许读取用户任意提供的本地文件路径。
- 网络权限新增 `https://scan-business.quark.cn/vision`,保留原有夸克业务接口。
- 版本号回退至 1.0.0 以与主文档同步显示。
- 其余功能未作变动。
v1.0.0
-支持多种智能文档扫描与图像处理功能,包括考试图像增强、画质增强、证件增强、去手写、去水印、去阴影、去摩尔纹、去底色、裁剪矫正、素描绘图、线稿提取和扫描优化。
元数据
常见问题
夸克扫描王 文件扫描增强 - yescan scan universal 是什么?
由夸克扫描王提供的专业智能文档扫描与图像处理工具。支持图片、截图、扫描件的图像增强与优化,包括画质增强、证件照优化、考试试卷增强等场景。智能去除手写笔迹、水印、阴影、摩尔纹、底色等干扰元素。支持图像裁剪矫正、素描效果转换、线稿提取。输出优化后的高清图片。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 441 次。
如何安装 夸克扫描王 文件扫描增强 - yescan scan universal?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yescan-scan-universal」即可一键安装,无需额外配置。
夸克扫描王 文件扫描增强 - yescan scan universal 是免费的吗?
是的,夸克扫描王 文件扫描增强 - yescan scan universal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
夸克扫描王 文件扫描增强 - yescan scan universal 支持哪些平台?
夸克扫描王 文件扫描增强 - yescan scan universal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 夸克扫描王 文件扫描增强 - yescan scan universal?
由 夸克扫描王(@mozhihuidage)开发并维护,当前版本 v1.0.11。
推荐 Skills