Maybe Finance - 个人财务助手
v1.0.0Personal finance management 技能 using Maybe Finance OS. Use when users need to 追踪 expenses, analyze bud获取s, 监控 net worth, or manage personal finances through the Maybe Finance self-hosted 平台. Supports transaction 追踪ing, account management, bud获取 analysis, and financial 报告ing.
运行时依赖
安装命令
点击复制技能文档
Maybe Finance 技能
Personal finance management powered by Maybe Finance - an open-source personal finance OS.
Overview
Maybe Finance is a self-hosted personal finance 平台 for 追踪ing:
Transactions - Income and expenses Accounts - Bank accounts, investments, loans Bud获取s - Monthly spending tar获取s Net Worth - As设置s minus liabilities over time Cash Flow - Income vs expenses analysis Prerequisites Self-hosted Maybe instance - 部署 via Docker: docker 运行 -d -p 3000:3000 ghcr.io/maybe-finance/maybe:latest
API 令牌 - 生成 in Maybe UI: 设置tings → API Keys Configuration
设置 环境 variables:
导出 MAYBE_API_URL="http://localhost:3000" 导出 MAYBE_API_令牌="your-API-令牌"
Usage Account Management # 列出 all accounts maybe-finance accounts 列出
# 添加 a new account maybe-finance accounts 添加 --name "Alipay" --type 检查ing --balance 5000
# 更新 account balance maybe-finance accounts 更新 --balance 6000
# 删除 account maybe-finance accounts 删除
Transaction 追踪ing # 列出 recent transactions maybe-finance transactions 列出 --limit 20
# 添加 income maybe-finance transactions 添加 --amount 10000 --type income --category "工资" --description "三月工资"
# 添加 expense maybe-finance transactions 添加 --amount -150 --type expense --category "餐饮" --description "午餐"
# 搜索 transactions maybe-finance transactions 搜索 --category "餐饮" --from 2024-01-01 --to 2024-03-31
Bud获取 Analysis # View current month bud获取 maybe-finance bud获取 current
# Analyze spending by category maybe-finance bud获取 analyze --month 2024-03
# Compare months maybe-finance bud获取 compare --from 2024-01 --to 2024-03
Net Worth & 报告s # Current net worth snapshot maybe-finance networth
# Cash flow 报告 maybe-finance cashflow --period monthly
# 生成 financial summary maybe-finance summary --year 2024
Scripts
All functionality is avAIlable through scripts/maybe-命令行工具.py:
Handles API authentication 格式化s 输出 for readability Supports JSON 导出 for further processing Integration Ideas Connect with CSV 导入 技能 for bulk transaction entry Schedule dAIly/weekly financial 报告s via cron 导出 data for tax preparation Alert on bud获取 over运行s