Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

invoice-qr-scanner发票二维码扫描仪

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

12,744

周安装

531

GitHub Stars

公开资料未说明

下载量

4,248
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install invoice-qr-scanner

简介

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。

  • 适用于扫描发票收据上的二维码并自动填写电子发票申请表。
  • 支持图像中二维码扫描,完成电子发票申请流程。
  • 使用时需确认输入音频来源、输出格式和模型限制,涉及图像处理时核对权限。
  • 安装命令为 openclaw skills install invoice-qr-scanner,建议确认权限范围和维护状态。

SKILL.md

name
invoice-qr-scanner
description
Scan QR codes from invoice receipts and automatically fill electronic invoice applications. Use when user asks to scan QR codes from images, complete electronic invoice applications, or process invoice receipts that contain QR codes for online billing systems.

Invoice QR Scanner

Overview

This skill enables automatic electronic invoice application by scanning QR codes from receipt images and filling out online invoice forms. It handles the complete workflow from QR code detection to invoice submission.

Workflow

Step 1: QR Code Recognition

When a user provides an invoice receipt image containing a QR code:

  1. Run the QR code recognition script:
   node scan-qr.js <image-path>
  1. The script outputs the decoded QR code URL
  2. If recognition fails, ask user to provide the URL directly

Step 2: Navigate to Invoice System

  1. Open the decoded URL in browser automation
  2. Verify the page loads successfully
  3. Take snapshot to understand form structure

Step 3: Retrieve Company Information

Before filling the form, retrieve the user's company information:

  1. Check memory files for stored invoice header information:

- Search memory/YYYY-MM-DD.md for recent invoice info - Check MEMORY.md for long-term stored details

  1. Required fields typically include:

- Company name (公司名称) - Tax ID/Unified Social Credit Code (税号) - Address (地址) - Phone number (电话) - Bank name (开户行) - Bank account number (银行账号)

Step 4: Fill Invoice Form

  1. Analyze the form structure using browser snapshot
  2. Fill in company information fields
  3. Fill in recipient information:

- Phone number (手机号) - Email address (邮箱)

  1. Verify all required fields are completed

Step 5: Review and Submit

  1. Submit the form
  2. Review confirmation page
  3. Verify all information is correct
  4. Report results to user

Error Handling

QR Code Not Recognized

If QR code recognition fails:

  1. Ask user to provide the URL directly
  2. Suggest using phone to scan and share the URL

Form Structure Changes

If the invoice system form structure changes:

  1. Take a new snapshot
  2. Identify updated field references
  3. Adapt the filling process accordingly
  4. Document the new structure for future reference

Missing Information

If required company or contact information is missing:

  1. Ask user to provide the missing details
  2. Update memory files with new information
  3. Continue with the invoice application

Scripts

scan-qr.js

Primary script for QR code recognition from images using Node.js and qrcode-reader library.

Usage:

node scan-qr.js <image-path>

Requirements:

  • Node.js environment (v14+)
  • npm packages: qrcode-reader, canvas

Installation:

cd scripts
npm install qrcode-reader canvas

Output:

  • Decoded QR code URL on success (format: "✅ 识别成功: <url>")
  • Error message on failure (format: "❌ 错误: <error message>")

Technology:

  • Uses qrcode-reader library for QR code decoding
  • Canvas for image processing
  • Pure JavaScript implementation (no Worker required)

Memory Integration

This skill relies on stored user information in memory files:

Company Invoice Header Information (stored in MEMORY.md):

  • Company name
  • Tax ID
  • Address
  • Phone number
  • Bank information

Contact Information (stored in MEMORY.md):

  • Mobile phone numbers
  • Email addresses

When filling forms, always reference this information first before asking the user.

Best Practices

  1. Always verify the decoded URL is legitimate before proceeding
  2. Double-check all information before submission
  3. Take snapshots at each step for documentation
  4. Report results clearly to the user after submission
  5. Update memory with new information if user provides corrections
  6. Use auto-complete when available (more accurate than manual input)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.89%
按下载量换算3,224

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills