Skip to content

docs: 新增个人记账与财务管理用例#42

Open
AlexAnys wants to merge 2 commits intomainfrom
feat/personal-finance-tracker
Open

docs: 新增个人记账与财务管理用例#42
AlexAnys wants to merge 2 commits intomainfrom
feat/personal-finance-tracker

Conversation

@AlexAnys
Copy link
Copy Markdown
Owner

Summary

  • 新增 usecases/personal-finance-tracker.md — AI 驱动的个人记账与财务管理自动化
  • 全新类目,仓库中首个个人财务管理用例
  • 注意:本 PR 仅含用例文件,README 更新将在 review 通过后统一处理

来源验证

来源 类型
smart-expense-tracker 官方技能 OpenClaw 官方技能市场
personal-finance 官方技能 OpenClaw 官方技能市场
ezBookkeeping OpenClaw 集成文档 开源项目官方文档
OpenClaw Finance Bot 指南 社区教程
Wally / WallyGPT 生产级 AI 财务应用
Beam.ai Budget Management Agent AI Agent 平台模板
飞书接入教程 飞书官方
openclaw 飞书语音记账博客 社区实践

设计决策

  • 聚焦聊天记账 / 收据 OCR / CSV 导入三种方案:银行 API(Plaid)门槛高且国内不可用,支付宝/微信不对个人开发者开放账单 API,故选择不依赖外部金融 API 的方案
  • 四级难度递进:从 ⭐ 聊天记账到 ⭐⭐⭐ 自托管系统,读者按需选择
  • API 限制如实说明:专设"API / 依赖接入现状"小节,避免读者踩坑

Test plan

  • 用例文件格式符合仓库模板(参考 earnings-tracker.md)
  • 技术术语首次出现时括号注释(OCR、cron job、EMI)
  • 凭证通过环境变量传递,无硬编码(EBKTOOL_TOKEN)
  • 提示词保留英文原文,中文版在国内适配章节
  • API 接入限制如实说明(专设小节 + 表格对比)
  • 国内适配在分隔线后独立章节

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 71c9ec4908

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread usecases/personal-finance-tracker.md Outdated
- **固定记账时机**:每次消费后立即发一条消息,比晚上回忆更准确
- **每周快速回顾**:设一个周日的 cron job 推送周报,花 2 分钟扫一眼
- **预算要留余量**:初始预算建议比实际目标宽松 10-20%,避免频繁告警导致"通知疲劳"
- **隐私优先**:所有方案的数据都存储在本地(SQLite 或自托管应用),不经过第三方云端
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Correct false local-only data handling claim

The guide says “所有方案的数据都存储在本地,不经过第三方云端,” but the same workflow explicitly routes receipts/messages through Telegram/飞书 (29, 44, 109, 123), which necessarily sends personal financial data to third-party cloud services. For users relying on this privacy statement to choose a setup, this is a material security/compliance misrepresentation and should be narrowed to local-only deployments or accompanied by clear channel-specific caveats.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant