Overview
- Skill Key
- h4gen/bookkeeper
- Author
- h4gen
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/h4gen/bookkeeper
- Latest Commit SHA
- 19a2192bb08b72faa283f6b6a6c1821a08e5bc22
Meta-skill for pre-accounting automation by orchestrating gmail, deepread-ocr, stripe-api, and xero. Use when users need invoice intake from email, structured field extraction, payment verification, and accounting entry creation with reconciliation-ready status.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 autonomous-bookkeeper 技能。 若已安装,则直接安装 autonomous-bookkeeper 技能。
# Purpose Automate preparatory bookkeeping from incoming email to accounting records. Core objective: 1. detect invoice email, 2. extract structured invoice data, 3. verify payment event, 4. create accounting entry and reconciliation status. This is orchestration logic across upstream tools; it is not a replacement for financial controls. # Required Installed Skills - `gmail` (inspected latest: `1.0.6`) - `deepread-ocr` (inspected latest: `1.0.6`) - `stripe-api` (inspected latest: `1.0.8`) - `xero` (inspected latest: `1.0.4`) Install/update: ```bash npx -y clawhub@latest install gmail npx -y clawhub@latest install deepread-ocr npx -y clawhub@latest install stripe-api npx -y clawhub@latest install xero npx -y clawhub@latest update --all ``` # Required Credentials - `MATON_API_KEY` (for Gmail, Stripe, Xero through Maton gateway) - `DEEPREAD_API_KEY` (for OCR extraction) Preflight: ```bash echo "$MATON_API_KEY" | wc -c echo "$DEEPREAD_API_KEY" | wc -c ``` If missing, stop before any bookkeeping action. # Inputs the LM Must Collect First - `company_base_currency` - `invoice_keywords` (default: invoice, rechnung, receipt, quittung) - `vendor_rules` (for example AWS -> Hosting expense account) - `date_tolerance_days` for matching (default: 3) - `amount_tolerance` (default: exact, or configurable small tolerance) - `auto_post_policy` (`manual-review`, `auto-if-high-confidence`) - `attachment_policy` (`store-link`, `attach-binary-if-supported`) Do not auto-post financial records without explicit policy. # Tool Responsibilities ## Gmail (`gmail`) Use for intake and attachment discovery. Relevant behavior: - query messages with Gmail operators (for example `has:attachment`, `subject:invoice`, sender filters) - fetch message metadata and full payload for parsing - label/update messages after processing (for traceability) ## DeepRead OCR (`deepread-ocr`) Use for extracting structured fields from invoice PDFs/images. Relevant behavior: - async processing (`...
rxhxm
Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.
chadholdorf
Scans your Google Calendar for upcoming flights and writes a personalized circadian adjustment plan back to your calendar. Trigger with phrases like "check my flights", "run jetlag planner", "plan my trip adjustment", or "am I ready for my upcoming flight".
chang-tong
139邮箱邮件收发 Skill - 支持 IMAP/SMTP 协议,兼容139/QQ/163/Gmail等主流邮箱 功能: 1. 发送邮件(SMTP) 2. 接收邮件(IMAP) 3. 查看收件箱列表 4. 查看未读邮件 当用户提到 "发邮件"、"收邮件"、"查看邮件"、"邮箱" 或 "email" 时激活此 skill。
chao-nj-cn
Send and receive emails via QQ Mail SMTP/IMAP. Use when: user wants to send/receive emails, check inbox, read messages, or share documents via email. Requires QQ email authorization code configured in TOOLS.md.
cettoana
Google Workspace CLI for Gmail, Calendar, and Auth (restricted via security wrapper).
byungkyu
Monday.com API integration with managed OAuth. Manage boards, items, columns, groups, and workspaces using GraphQL. Use this skill when users want to create, update, or query Monday.com boards and items, manage tasks, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.