← 返回
未分类 中文

Nex Timetrack

Billable time logger for freelancers and agencies. Start/stop timers or log manually. Client and project management, rate cascading, 15-minute rounding, bill...
适用于自由职业者和代理机构的时间记录器,支持计时器启停和手动记录,包含客户项目管理、费率级联、15分钟取整和计费等功�
nexaiguy nexaiguy 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 389
下载
💾 0
安装
1
版本
#latest

概述

Nex Timetrack

Billable time logger built for freelancers and agencies. Track time with a live timer or log entries manually. Manage clients, projects, and rates. Generate billing summaries with optional 15-minute rounding.

Requirements

  • Python 3.8+
  • No external dependencies (stdlib only)
  • SQLite (built into Python)

Setup

bash setup.sh

Commands

CommandWhat it does
----------------------
startStart a live timer
stopStop timer and save entry
statusShow running timer
cancelCancel timer without saving
logLog time manually
showShow entry details
listList entries with filters
editEdit an entry
deleteDelete an entry
searchFull-text search entries
client-addAdd a client with rate
clientsList all clients
project-addAdd a project
projectsList all projects
summaryBilling summary with totals
statsUsage statistics
exportExport to JSON or CSV

Rate Cascade

Rates resolve in this order: entry rate > project rate > client rate > default (85 EUR/h). Set rates at whatever level makes sense for your billing.

Duration Format

When logging manually, use any of these:

  • 2h = 2 hours
  • 90m = 90 minutes
  • 1h30m = 1 hour 30 minutes
  • 1.5 = 1.5 hours

Tone Guide

This skill responds to natural language through ClawdBot. Example interactions:

Starting a timer:

> "Start tracking time for the Bakkerij Peeters redesign"

nex-timetrack start "Bakkerij Peeters redesign" --client "Bakkerij Peeters" --category development

Logging time manually:

> "Log 2 hours of design work for Lux Interiors yesterday"

nex-timetrack log "Homepage design" 2h --client "Lux Interiors" --category design --date 2026-04-05

Stopping the timer:

> "Stop the timer, I finished the API integration"

nex-timetrack stop --notes "Completed API integration for payment flow"

Checking what's running:

> "Is my timer running?"

nex-timetrack status

Billing summary for a client:

> "How many hours did I bill Bakkerij Peeters this month?"

nex-timetrack summary --client "Bakkerij Peeters" --date-from 2026-04-01 --round-up

Weekly overview:

> "Show me this week's time entries"

nex-timetrack list --date-from 2026-03-31 --date-to 2026-04-06

Adding a client:

> "Add Bakkerij Peeters as a client at 95 per hour"

nex-timetrack client-add "Bakkerij Peeters" --rate 95 --email "jan@bakkerijpeeters.be"

Export for invoicing:

> "Export all billable hours for Lux Interiors as CSV"

nex-timetrack export csv --client "Lux Interiors" --billable

Storage

All data stored locally in ~/.nex-timetrack/timetrack.db (SQLite). No cloud, no telemetry.

Override with: export NEX_TIMETRACK_DIR=/custom/path

License

MIT-0 on ClawHub (free for any use).

AGPL-3.0 on GitHub (commercial licenses via info@nex-ai.be).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 04:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Nex Onboarding

nexaiguy
Comprehensive client onboarding workflow management system for web agencies, design studios, and service providers. Mana
★ 2 📥 383

Nex Changelog

nexaiguy
Professional changelog and release notes generator for client-facing software releases and updates. Automatically parse
★ 1 📥 392

Nex Reports

nexaiguy
自动化报告生成与调度的元技能,将多个 Nex 工具的数据聚合为统一、可操作的日常业务简报。
★ 1 📥 671