From kakutey-skills
Process evidence files (receipts, invoices, statements) into structured markdown transcriptions and journal entry JSON. Covers the workflow from raw evidence to bookkeeping-ready data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kakutey-skills:evidence-processingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`証憑/` に配置された各種証憑ファイル(請求書、領収書、銀行明細、クレカ明細等)を読み取り、`処理/` に書き起こしマークダウンと仕訳データ JSON を生成するワークフロー。
証憑/ に配置された各種証憑ファイル(請求書、領収書、銀行明細、クレカ明細等)を読み取り、処理/ に書き起こしマークダウンと仕訳データ JSON を生成するワークフロー。
accounting-policy.md が配置されていること(未配置の場合は accounting-policy-setup スキルで作成するようユーザーに案内)tax-workspace-setup スキルでフォルダ構造を生成済みであること証憑/ の各サブフォルダに証憑ファイルが配置済みであることimage-describer スキルを使用できること詳細は processing_workflow.md を参照。
| ファイル | 内容 |
|---|---|
01_クレジットカード明細.md | クレカ利用明細の書き起こし |
02_電子決済明細.md | PayPay 等の取引明細 |
03_銀行口座明細.md | 銀行口座の取引明細 |
04_売上請求書.md | 売上請求書の一覧 |
05a_サブスク経費.md | サブスクリプション請求書の OCR |
05b_amazon経費.md | Amazon 注文履歴 |
05c_その他領収書.md | その他領収書の OCR |
05d_その他経費.md | その他の経費 |
06_仕訳対象事象一覧.md | 全仕訳対象事象のカテゴリ別一覧 |
07_仕訳一覧.md | 仕訳一覧テーブル(勘定科目一覧 + 仕訳テーブル) |
07_仕訳データ.json | kakutey API 用の仕訳 JSON データ |
フォーマット仕様:
python scripts/md_to_json.py <処理/07_仕訳一覧.md のパス>
07_仕訳一覧.md を読み取り、同ディレクトリに 07_仕訳データ.json を出力する。
kakutey journals bulk-add 07_仕訳データ.json で仕訳を kakutey に一括登録kakutey evidence upload <ファイルパス> で証憑ファイルを kakutey にアップロードkakutey journals attach で仕訳と証憑の紐付けを実施npx claudepluginhub usa-tech-lab/kakutey-skills --plugin kakutey-skillsRecords Japanese journal entries (shiwake), imports transactions from CSV/receipts/invoices via CLI, manages ledger with init/search/update/delete. For bookkeeping workflows.
Organizes invoices, receipts, and financial documents from PDFs, images, scans, and emails into categorized folders by vendor, expense type, date, or tax category. Extracts vendor, date, amount, and description for renaming and CSV export.
Extract invoice data from images or text, classify into categories, and generate a categorized Excel expense report.