# Send MILKEE Swiss Accounting to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "milkee",
    "name": "MILKEE Swiss Accounting",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/xenofex7/milkee",
    "canonicalUrl": "https://clawhub.ai/xenofex7/milkee",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/milkee",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=milkee",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "INSTALLATION_GUIDE.md",
      "README.md",
      "SKILL.md",
      "references/api-endpoints.md",
      "references/configuration.md",
      "scripts/milkee.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "milkee",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T02:09:12.016Z",
      "expiresAt": "2026-05-07T02:09:12.016Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=milkee",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=milkee",
        "contentDisposition": "attachment; filename=\"milkee-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "milkee"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/milkee"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/milkee",
    "downloadUrl": "https://openagent3.xyz/downloads/milkee",
    "agentUrl": "https://openagent3.xyz/skills/milkee/agent",
    "manifestUrl": "https://openagent3.xyz/skills/milkee/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/milkee/agent.md"
  }
}
```
## Documentation

### MILKEE Skill

Complete integration for MILKEE Swiss accounting software. Manage projects, customers, time tracking, tasks, and products.

### Features

⏱️ 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

### Time Tracking (Main Feature)

# 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

### Projects

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

### Customers

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"

### Tasks & Products

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

### Configuration

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.

### Get Your Credentials

Log in to MILKEE → Settings → API
Copy your User ID and API Key
Format: USER_ID|API_KEY
Company ID is shown in Settings

### Fuzzy Project Matching

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 Persistence

Timer state saved to ~/.milkee_timer
Survives between sessions
Auto-calculates elapsed time on stop

### Daily Summary

list_times_today shows:

All time entries for today
Duration per entry
Total hours worked

### Technical Details

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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xenofex7
- Version: 2.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T02:09:12.016Z
- Expires at: 2026-05-07T02:09:12.016Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/milkee)
- [Send to Agent page](https://openagent3.xyz/skills/milkee/agent)
- [JSON manifest](https://openagent3.xyz/skills/milkee/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/milkee/agent.md)
- [Download page](https://openagent3.xyz/downloads/milkee)