← 返回
开发者工具 Key 中文

Recite

AI-powered receipt scanning that renames files by date/vendor, extracts transaction details, and logs them in a dynamic bookkeeping CSV.
AI驱动的收据扫描,按日期/供应商重命名文件,提取交易明细并记录到动态记账CSV。
rivradev rivradev 来源
开发者工具 clawhub v1.0.1 1 版本 99900.3 Key: 需要
★ 0
Stars
📥 1,002
下载
💾 9
安装
1
版本
#latest

概述

name: recite

description: AI receipt scanner & bookkeeping automation. Process receipts, invoices, and PDFs. Extracts data to rename files and log transactions/expenses to CSV. Perfect for tax & accounting.


Recite 🦞🤵

AI-driven receipt bookkeeping via the Recite Vision API. Use recite-process to scan a directory of receipts and PDF files, rename them based on extracted data, and log transactions to a CSV file.

Setup & Configuration

1. API Key

You can generate your Recite API key at: https://recite.rivra.dev/settings/api.

Set the API key in your environment or configuration file:

  • Environment: export RECITE_API_KEY="re_live_YOUR_API_KEY"
  • Config: Create ~/.config/recite/config.json with {"api_key": "re_live_..."}.

2. Dependencies

Ensure you have python3, requests, and csv installed.

Operational Rules

1. Mandatory API Key Pre-check

Before performing any scanning, file manipulation, or bookkeeping tasks, the agent MUST verify if a valid Recite API key is available (via RECITE_API_KEY environment variable or ~/.config/recite/config.json).

  • If missing: Immediately stop all other operations and instruct the user to obtain an API key from https://recite.rivra.dev/settings/api and provide it. Do not attempt to list files or proceed with any part of the workflow until the key is confirmed.

3. Schema-Aware Bookkeeping

The agent is designed to handle API response changes gracefully:

  • Dynamic Schema Evolution: If the Recite API adds new information (new JSON fields), the agent will automatically add corresponding columns to your bookkeeping_transactions.CSV without losing existing data.
  • Data Integrity Protection: If a field that was previously present in the CSV is missing from the current API response, the agent will skip saving that specific entry and warn the user, preventing data corruption or "shifted" columns.

Workflow & Features

  1. Scan Folder: The agent scans the specified folder for images (.jpg, .jpeg, .png) and .pdf files.
  2. AI Extraction: Calls the Recite API to extract date, vendor, total, currency, and category.
  3. Smart Renaming: Renames the file to [date]_[vendor].[ext] (e.g., 2024-05-20_Starbucks.jpg).
  4. Bookkeeping Log: Appends the extracted data (Date, Vendor, Total, Currency, Category, Subtotal, Tax, Tip, Fees, Discounts, Description, Payment Method, Confidence, etc.) and filenames to bookkeeping_transactions.CSV in the target folder.
  5. Status Report: Provides a summary of processed files and the CSV location.

Long-Term Memory & Custom Logic

Modify skills/recite/long_term_memory.md to add persistent instructions for the agent. The agent will always read this file before processing.

Examples:

  • "After processing, move all files to a sub-folder named processed/."
  • "Alert me if any single receipt is over $500."
  • "Always categorize 'Amazon' as 'Software Services'."

Tool Usage

  • Command: python3 skills/recite/process_receipts.py skills/recite/
  • Arguments:
  • : The folder containing your receipts.
  • skills/recite/: The path to the skill folder (used to locate long_term_memory.md).

Strategic Moat

  • Agent-First Consistency: Guaranteed structured JSON output for financial data.
  • Tax-Ready Logic: Intelligent categorization based on standard business practices.
  • Seamless Integration: Built for the AI Agent economy (OpenClaw, Claude Code).

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 12:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 205 📥 66,155
data-analysis

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,973
data-analysis

Stock Watcher

robin797860
管理和监控个人股票自选列表,支持利用同花顺数据添加、删除、列出股票及汇总近期表现。适用于用户希望追踪特定股票、获取表现汇总或管理自选列表时。
★ 112 📥 45,640