momo
Netsnek e.U. 的 Momo 命名空间自由职业者的时间跟踪和发票工具。记录工作时间、生成时间表、创建发票并跟踪付款。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~kleberbaum-momocURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~kleberbaum-momo/file -o kleberbaum-momo.md## 概述(中文) Netsnek e.U. 的 Momo 命名空间自由职业者的时间跟踪和发票工具。记录工作时间、生成时间表、创建发票并跟踪付款。 ## 原文 # Momo ## Time is Money Momo helps freelancers track hours and get paid. Log work as you go, generate timesheets for clients, and create invoices that match your logged time. Invoke Momo when logging time, preparing reports, or generating client invoices. ## Tracking Workflow 1. **Log** — Record hours against projects and tasks 2. **Report** — Aggregate time by project, client, or date range 3. **Invoice** — Turn logged time into line items on an invoice ## Timesheet Commands ```bash # Log new time entry ./scripts/timesheet.sh --log --project "Acme Corp" --hours 2.5 --task "API design" # Generate report ./scripts/timesheet.sh --report --from 2026-02-01 --to 2026-02-18 # Create invoice from logged time ./scripts/timesheet.sh --invoice --client "Acme Corp" --period Feb-2026 ``` ### Arguments | Argument | Purpose | |------------|--------------------------------------| | `--log` | Add a time entry (project, hours, task) | | `--report` | Generate timesheet or summary report | | `--invoice`| Create invoice from logged hours | ## Freelancer Story **Scenario**: You completed 12 hours for Acme Corp in February. 1. `timesheet.sh --log` — Add entries as you work (or batch at end of week). 2. `timesheet.sh --report --period Feb-2026` — Review and verify totals. 3. `timesheet.sh --invoice --client "Acme Corp"` — Generate PDF invoice and track sent/paid status.