LaunchKit · 2026
Back to Skills

Complete MILKEE accounting integration for Swiss businesses.

2
1.6k downloads
by @xenofex7

Setup & Installation

openclaw skills install @xenofex7/milkee

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install milkee

Version History

v2.0.0Feb 11, 2026 - Version note by skill developer:

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.

INPUT

User asks: Start tracking time on the Website project for authentication work

AGENT
  1. 1Fetch all projects from MILKEE API
  2. 2Fuzzy-match 'Website' against project names using Levenshtein distance
  3. 3Select the closest matching project
  4. 4Start timer and save state to ~/.milkee_timer with description 'Building authentication'
OUTPUT

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.

MILKEE_API_TOKEN environment variable (USER_ID|API_KEY format, obtained from MILKEE Settings > API)MILKEE_COMPANY_ID environment variable (found in MILKEE Settings)MILKEE account