Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
English docs, cleaned up internal paths, added metadata with required env vars
What This Skill Does
Integration for MILKEE Swiss accounting software. Handles time tracking with start/stop timers, project and customer management, tasks, and billable products. Uses fuzzy matching to resolve project names from partial input.
Fuzzy project matching and persistent timer state mean you can start and stop tracking without exact names or keeping a terminal open between sessions.
When to use it
- Logging billable hours to a client project
- Starting a timer when beginning a consulting session
- Adding a new Swiss customer with address and contact details
- Reviewing total hours worked across entries today
- Creating a project with a budget ceiling for a new client
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Start tracking time on the Website project for authentication work
- 1Fetch all projects from MILKEE API
- 2Fuzzy-match 'Website' against project names using Levenshtein distance
- 3Select the closest matching project
- 4Start timer and save state to ~/.milkee_timer with description 'Building authentication'
Timer started on 'Website Redesign' project at 14:32
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.