Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Complete MILKEE accounting integration for Swiss businesses. Manage projects, customers, time tracking, tasks, and products. Use when: (1) tracking billable time with start/stop timers, (2) creating/managing projects and customers, (3) recording work entries with descriptions, (4) viewing daily time summaries. Features smart fuzzy project matching.
Complete MILKEE accounting integration for Swiss businesses. Manage projects, customers, time tracking, tasks, and products. Use when: (1) tracking billable time with start/stop timers, (2) creating/managing projects and customers, (3) recording work entries with descriptions, (4) viewing daily time summaries. Features smart fuzzy project matching.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Complete integration for MILKEE Swiss accounting software. Manage projects, customers, time tracking, tasks, and products.
โฑ๏ธ Time Tracking โ Start/stop timers with fuzzy project matching ๐ฅ Customers โ Full CRUD operations ๐ Projects โ Create, update, manage budgets โ Tasks โ Track project tasks ๐ฆ Products โ Manage billable items
# Start timer (smart fuzzy match) python3 scripts/milkee.py start_timer "Website" "Building authentication" # Stop timer (auto-logs to MILKEE) python3 scripts/milkee.py stop_timer # Show today's times python3 scripts/milkee.py list_times_today
python3 scripts/milkee.py list_projects python3 scripts/milkee.py create_project "My Project" --customer-id 123 --budget 5000 python3 scripts/milkee.py update_project 456 --name "Updated" --budget 6000
python3 scripts/milkee.py list_customers # Create with all fields python3 scripts/milkee.py create_customer "Example AG" \ --street "Musterstrasse 1" \ --zip "8000" \ --city "Zรผrich" \ --phone "+41 44 123 45 67" \ --email "info@example.ch" \ --website "https://example.ch" # Update specific fields python3 scripts/milkee.py update_customer 123 --name "New Name" --phone "+41 44 999 88 77"
python3 scripts/milkee.py list_tasks python3 scripts/milkee.py create_task "Implement feature" --project-id 456 python3 scripts/milkee.py list_products python3 scripts/milkee.py create_product "Consulting Hour" --price 150
Set environment variables: export MILKEE_API_TOKEN="USER_ID|API_KEY" export MILKEE_COMPANY_ID="YOUR_COMPANY_ID" Or configure via your gateway config under skills.entries.milkee.env.
Log in to MILKEE โ Settings โ API Copy your User ID and API Key Format: USER_ID|API_KEY Company ID is shown in Settings
When you say "Website", the skill: Fetches all projects from MILKEE Fuzzy-matches using Levenshtein distance Auto-selects the closest match Starts timer on that project
Timer state saved to ~/.milkee_timer Survives between sessions Auto-calculates elapsed time on stop
list_times_today shows: All time entries for today Duration per entry Total hours worked
Language: Python 3.8+ Dependencies: None (stdlib only) Timer File: ~/.milkee_timer (JSON) API Docs: https://apidocs.milkee.ch/api Author: xenofex7 | Version: 2.0.0
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.