Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Invoice-Recognition

Extract invoice information from images and PDF files using Baidu OCR API, export to Excel. Supports single file, multiple files, or entire directory process...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 91 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The code and SKILL.md align with the stated purpose (Baidu OCR invoice extraction and Excel export). However the registry metadata lists no required environment variables or primary credential while the code and docs clearly require BAIDU_API_KEY and BAIDU_SECRET_KEY (config.txt or env). This mismatch is a documentation/metadata incoherence.
Instruction Scope
SKILL.md and the included scripts focus on scanning files, calling Baidu OCR, parsing invoice fields, and exporting Excel. There are no instructions in SKILL.md to read unrelated system files or exfiltrate arbitrary data. Example integration snippets and email/database examples are user-facing and not automatic. Overall the runtime instructions stay within the stated purpose.
Install Mechanism
There is no formal registry install spec, but the bundle contains an install.sh that runs 'pip install -r requirements.txt', creates directories, and copies a config template. The install script uses only the local requirements.txt (no external arbitrary downloads), which is low-to-moderate risk. The inconsistency (no registry install spec but an install script present) is worth noting.
!
Credentials
The tool legitimately needs Baidu OCR credentials, but the registry declares no required env vars while the code reads BAIDU_API_KEY / BAIDU_SECRET_KEY from config files or environment. Additionally, setup.md includes an explicit example config with concrete-looking API key/secret values — embedding credentials in docs is a bad practice and could leak sensitive keys if they are real or reused. Also code imports PaddleOCR (local OCR fallback) but requirements.txt does not list paddleocr, a mismatch that may force users to install extra packages manually.
Persistence & Privilege
Skill does not request always: true and does not modify unrelated skills. The installer creates local directories (fp, output, .temp) and writes/reads config.txt in the project — this is expected for a local CLI tool and is within normal scope.
What to consider before installing
This package mostly does what it says (uses Baidu OCR to extract invoice fields and export Excel), but take these precautions before installing or running: 1. Credentials: The tool requires BAIDU_API_KEY and BAIDU_SECRET_KEY though the registry metadata didn't declare them. Do not paste real production keys into examples or check them into version control. Inspect config.txt and setup.md and remove any example keys before use. 2. Review embedded credentials: setup.md contains a concrete-looking API Key/Secret pair in its manual configuration example — verify these are placeholders. If they are real, they must not be trusted and should be rotated. 3. Dependencies: install.sh runs 'pip install -r requirements.txt' (safe pattern), but the code imports paddleocr/local OCR packages that are not listed in requirements.txt. Be prepared to install paddleocr and its large models in an isolated environment if you need the local OCR fallback. Use a virtualenv or container. 4. Network access: The tool calls Baidu endpoints (aip.baidubce.com) and will send base64-encoded images to Baidu. Ensure you are comfortable with that network/data flow for the documents you will process (invoices contain sensitive PII). If you need offline processing, review and test the local OCR path. 5. Run in a sandbox: Until you've audited the code, run the installer and processing in a disposable VM/container or isolated account with minimal privileges and no sensitive files mounted. 6. Code review: Quick items to inspect before use — confirm there are no hardcoded remote endpoints other than Baidu, ensure config.load_from_file behavior meets your expectations (it searches multiple paths for config.txt), and check any utility scripts (emailing or batch scripts) so they don't accidentally send exports to third parties. If you want, I can point out the exact lines where credentials are read, where the Baidu endpoints are called, and where the example credentials appear so you can remove/replace them.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9751y1742xvm6tt15svar34td837b5d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Invoice Extractor

Extract invoice information from images (PNG, JPG) and PDF files, then export to Excel format.

Capabilities

  • Multi-format support: PNG, JPG, JPEG, BMP, TIFF, PDF
  • High accuracy: Uses Baidu OCR API specialized for invoice recognition
  • Complete fields: Extracts all invoice fields including buyer/seller info, amounts, items
  • Excel export: Formatted Excel output with summary and detail sheets
  • Flexible input: Single file, multiple files, or entire directory processing
  • Batch processing: Process hundreds of invoices in one command
  • Preview mode: List files before processing

Prerequisites

  1. Baidu Cloud OCR API credentials (free tier: 50,000 requests/day)
  2. Python environment with required packages

Quick Start

1. Setup Baidu OCR

Get API credentials from https://cloud.baidu.com/product/ocr:

  1. Register/login to Baidu Cloud
  2. Create an application
  3. Get API Key and Secret Key

2. Configure

Create config.txt in the project root:

BAIDU_API_KEY=your_api_key_here
BAIDU_SECRET_KEY=your_secret_key_here

Or run the setup wizard:

python main_baidu.py --setup

3. Run

Process a single file:

python main_baidu.py -f invoice.pdf

Process multiple files:

python main_baidu.py -f invoice1.pdf -f invoice2.png

Process entire directory:

python main_baidu.py -i ./fp

Mixed mode (directory + extra files):

python main_baidu.py -i ./fp -f extra_invoice.pdf

Output will be saved to output/ directory as Excel file.

Workflow

Task Progress:
- [ ] Check prerequisites (Baidu API credentials)
- [ ] Choose input method (single file / multiple files / directory)
- [ ] Scan and collect invoice files
- [ ] Preview files (optional with --list)
- [ ] Process each file with Baidu OCR
- [ ] Parse invoice fields
- [ ] Export to Excel
- [ ] Verify output

Input Methods

Single File

Process one specific invoice file:

python main_baidu.py -f invoice.pdf
python main_baidu.py -f "path/to/invoice.png"

Multiple Files

Process several specific files:

python main_baidu.py -f file1.pdf -f file2.png -f file3.jpg

Entire Directory

Process all invoice files in a directory (recursive):

python main_baidu.py -i ./my_invoices
python main_baidu.py -i "/path/to/invoice/folder"

Mixed Mode

Combine directory and individual files:

python main_baidu.py -i ./fp -f ./extra/invoice.pdf

Preview Mode

List files without processing:

python main_baidu.py -i ./fp --list

Extracted Fields

Basic Information

  • Invoice code (发票代码)
  • Invoice number (发票号码)
  • Invoice date (开票日期)
  • Invoice type (发票类型)

Buyer Information

  • Name (购买方名称)
  • Tax number (纳税人识别号)
  • Address and phone (地址电话)
  • Bank account (开户行及账号)

Seller Information

  • Name (销售方名称)
  • Tax number (纳税人识别号)
  • Address and phone (地址电话)
  • Bank account (开户行及账号)

Amounts

  • Total amount (合计金额)
  • Total tax (合计税额)
  • Amount with tax (价税合计)

Items

  • Product name (货物名称)
  • Specification (规格型号)
  • Unit (单位)
  • Quantity (数量)
  • Unit price (单价)
  • Amount (金额)
  • Tax rate (税率)
  • Tax amount (税额)

Command Line Options

python main_baidu.py [options]

Input Options:
  -f FILE, --file FILE     Specify invoice file (can be used multiple times)
  -i DIR, --input DIR      Input directory (default: fp)

Output Options:
  -o DIR, --output DIR     Output directory (default: output)
  -n NAME, --name NAME     Output filename prefix (default: 发票信息)

Authentication Options:
  --api-key KEY            Baidu API Key
  --secret-key KEY         Baidu Secret Key

Other Options:
  --setup                  Run configuration wizard
  --list                   List files to be processed without processing
  -h, --help              Show help

Usage Examples

Example 1: Single File

python main_baidu.py -f "invoice.pdf"

Example 2: Multiple Files

python main_baidu.py -f "1.pdf" -f "2.png" -f "3.jpg"

Example 3: Entire Directory

python main_baidu.py -i "./2024_invoices"

Example 4: Preview Before Processing

python main_baidu.py -i ./fp --list
# Then process:
python main_baidu.py -i ./fp

Example 5: Mixed Input

python main_baidu.py -i ./fp -f ./urgent/invoice.pdf -o ./output -n "March_2024"

Example 6: Custom Output

python main_baidu.py -i ./fp -o ./reports -n "Q1_Invoice_Summary"

Project Structure

.
├── fp/                      # Place invoice files here
├── output/                  # Excel output directory
├── src/
│   ├── main_baidu.py       # Main entry point
│   ├── baidu_ocr_extractor.py  # Baidu OCR wrapper
│   ├── invoice_model.py    # Data models
│   ├── excel_exporter.py   # Excel export
│   └── config.py           # Configuration
├── scripts/                 # Utility scripts
│   ├── batch_process.py    # Batch processing helper
│   └── verify_export.py    # Verify Excel export
├── config.txt              # API credentials
├── requirements.txt        # Dependencies
├── SKILL.md                # This file
├── setup.md                # Detailed setup guide
└── examples.md             # Usage examples

Utility Scripts

Batch Processing Helper

python scripts/batch_process.py /path/to/invoices

Verify Export

python scripts/verify_export.py output/invoice_info.xlsx

Error Handling

Common issues and solutions:

"Baidu OCR authentication failed"

  • Check API Key and Secret Key in config.txt
  • Verify credentials are correct in Baidu Cloud console

"No invoice files found"

  • Ensure files are in the specified directory
  • Check file formats (supported: png, jpg, jpeg, bmp, tiff, pdf)
  • Use --list to see what files are detected

"Image format error"

  • PDF files are automatically converted to images
  • Ensure PDF is not corrupted or password-protected

"File not found"

  • Check file path is correct
  • Use quotes for paths with spaces: "path/to/file name.pdf"

Advanced Usage

Environment Variables

Set credentials via environment:

export BAIDU_API_KEY="your_key"
export BAIDU_SECRET_KEY="your_secret"

Batch Processing Script

Create a script for monthly processing:

#!/bin/bash
MONTH=$(date +%Y%m)
python main_baidu.py \
  -i "/invoices/$MONTH" \
  -o "/reports/$MONTH" \
  -n "Invoice_Report_$MONTH"

Additional Resources

Files

15 total
Select a file
Select a file to preview.

Comments

Loading comments…