梅比金融
maybe-finance
by antonia-sz
Personal finance management skill using Maybe Finance OS. Use when users need to track expenses, analyze budgets, monitor net worth, or manage personal finances through the Maybe Finance self-hosted platform. Supports transaction tracking, account management, budget analysis, and financial reporting.
安装
claude skill add --url https://github.com/openclaw/skills文档
Maybe Finance Skill
Personal finance management powered by Maybe Finance - an open-source personal finance OS.
Overview
Maybe Finance is a self-hosted personal finance platform for tracking:
- Transactions - Income and expenses
- Accounts - Bank accounts, investments, loans
- Budgets - Monthly spending targets
- Net Worth - Assets minus liabilities over time
- Cash Flow - Income vs expenses analysis
Prerequisites
- Self-hosted Maybe instance - Deploy via Docker:
bash
docker run -d -p 3000:3000 ghcr.io/maybe-finance/maybe:latest - API Token - Generate in Maybe UI: Settings → API Keys
Configuration
Set environment variables:
export MAYBE_API_URL="http://localhost:3000"
export MAYBE_API_TOKEN="your-api-token"
Usage
Account Management
# List all accounts
maybe-finance accounts list
# Add a new account
maybe-finance accounts add --name "Alipay" --type checking --balance 5000
# Update account balance
maybe-finance accounts update <account-id> --balance 6000
# Delete account
maybe-finance accounts delete <account-id>
Transaction Tracking
# List recent transactions
maybe-finance transactions list --limit 20
# Add income
maybe-finance transactions add --amount 10000 --type income --category "工资" --description "三月工资"
# Add expense
maybe-finance transactions add --amount -150 --type expense --category "餐饮" --description "午餐"
# Search transactions
maybe-finance transactions search --category "餐饮" --from 2024-01-01 --to 2024-03-31
Budget Analysis
# View current month budget
maybe-finance budget current
# Analyze spending by category
maybe-finance budget analyze --month 2024-03
# Compare months
maybe-finance budget compare --from 2024-01 --to 2024-03
Net Worth & Reports
# Current net worth snapshot
maybe-finance networth
# Cash flow report
maybe-finance cashflow --period monthly
# Generate financial summary
maybe-finance summary --year 2024
Scripts
All functionality is available through scripts/maybe-cli.py:
- Handles API authentication
- Formats output for readability
- Supports JSON export for further processing
Integration Ideas
- Connect with CSV import skill for bulk transaction entry
- Schedule daily/weekly financial reports via cron
- Export data for tax preparation
- Alert on budget overruns
相关 Skills
面试体系设计
by alirezarezvani
按岗位、级别和团队设计面试流程,生成能力矩阵、题库与评分标准,分析面试官偏差并校准招聘门槛,适合搭建或优化企业招聘体系。
✎ 团队招人没章法时,用它快速搭建岗位化面试流程、题库与评分标准,还能兼顾校准面试偏差,招聘更稳更准。
助记词
by BytesAgain
Seedphrase reference tool. Use when working with seedphrase in blockchain contexts.
调解指南
by BytesAgain
Mediation and ADR reference — dispute resolution processes, mediator techniques, caucus strategy, settlement agreements. Use when preparing for mediation sessions, drafting settlement terms, or choosing between ADR methods.
相关 MCP 服务
by boosted-chat
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
by jjlabsio
Search company disclosures and financial statements from the Korean market. Retrieve stock profiles, market classifications, and historical trading data across major exchanges. Accelerate equity research with accurate, date-specific insights for Korean securities.
✎ 做韩国股研时,用它能一站查公司披露、财报和历史行情,按日期精确追溯关键信息,比手动翻交易所高效太多。
by jjlabsio
检索韩国市场公司的披露文件与财务报表,并获取股票概况等关键信息。
✎ 想研究韩股公司时,它能一站式拉取披露、财报和股票概况,省去跨站查资料的麻烦,对跨境投研尤其省时。