Receipt-image to Google Sheets expense logger with HKD conversion. Includes SKILL.md, categories/schema reference, config template, and Python scripts for FX conversion (frankfurter.app) and Sheets append. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 lines
171 B
JSON
7 lines
171 B
JSON
{
|
|
"sheet_id": "PUT_GOOGLE_SHEET_ID_HERE",
|
|
"worksheet": "Expenses",
|
|
"service_account_path": "~/.config/gcp/bookkeeping-sa.json",
|
|
"hkd_fx_provider": "frankfurter"
|
|
}
|