← Back to Skills Marketplace
xenofex7

MILKEE Swiss Accounting

by xenofex7 · GitHub ↗ · v2.0.0
cross-platform ✓ Security Clean
1891
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install milkee
Description
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.
Usage Guidance
This package appears coherent for MILKEE integration. Before installing: 1) Verify you trust the author/source and that the API base (https://app.milkee.ch) is correct for your account. 2) Treat MILKEE_API_TOKEN (USER_ID|API_KEY) as sensitive — provide least‑privilege/token that your MILKEE account supports and rotate it if exposed. 3) Be aware the skill writes ~/.milkee_timer containing project id, name, description and start time — remove or secure that file if you need confidentiality. 4) If you will run in a multi-user or production environment, consider running the skill in an isolated account/container and review the included scripts/milkee.py yourself. 5) If you have doubts about provenance (source is 'unknown'), prefer manual code review or run in a sandbox before granting real API credentials.
Capability Analysis
Type: OpenClaw Skill Name: milkee Version: 2.0.0 The OpenClaw skill 'milkee' is a benign integration for MILKEE accounting software. It securely retrieves API credentials from environment variables (`MILKEE_API_TOKEN`, `MILKEE_COMPANY_ID`) and communicates exclusively with the legitimate MILKEE API at `https://app.milkee.ch/api/v2`. The skill uses a local file `~/.milkee_timer` to store temporary timer state, which is a standard and non-malicious practice, and it is cleaned up after use. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or other documentation. All code and instructions align with the stated purpose of managing accounting data.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, docs, and the included scripts/milkee.py all align: the skill implements project/customer/time/task/product management against the MILKEE API and only requests MILKEE_API_TOKEN and MILKEE_COMPANY_ID which are appropriate for that purpose.
Instruction Scope
Runtime instructions and CLI commands map directly to the functionality in scripts/milkee.py. The skill saves timer state to a file at ~/.milkee_timer (documented and used to persist timer between sessions) — this is expected but means local data persists until stop or manual removal. The SKILL.md and installation docs instruct editing ~/.clawdbot config to provide env vars (expected). No instructions ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only distribution) and the package includes a Python script. Nothing is downloaded or executed from remote third‑party URLs during install.
Credentials
The skill requires exactly MILKEE_API_TOKEN and MILKEE_COMPANY_ID — these are reasonable and necessary for API access. Documentation shows example token formatting; treat those values as sensitive. No additional unrelated credentials or config paths are requested.
Persistence & Privilege
always:false and normal autonomous invocation default. The skill only persists a single timer file (~/.milkee_timer) under the user's home directory and does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install milkee
  3. After installation, invoke the skill by name or use /milkee
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
English docs, cleaned up internal paths, added metadata with required env vars
v1.1.0
Version 1.1.0 - Major documentation overhaul: README.md and INSTALLATION_GUIDE.md added, previous markdowns reorganized into references/ directory. - New CLI script location: scripts/milkee.py added for all MILKEE operations; previous milkee.py removed from root. - Centralized API and configuration documentation in references/ (api-endpoints.md, configuration.md). - Updated SKILL.md to clarify features, detailed usage instructions, and configuration guidance. - Project files streamlined for better clarity and onboarding.
v1.0.0
Initial release – complete MILKEE accounting integration for Swiss businesses. - Time tracking support with persistent start/stop timers and daily summaries - Full CRUD operations for projects, customers, tasks, and products - Fuzzy project matching and auto-calculated work durations - Requires MILKEE_API_TOKEN and MILKEE_COMPANY_ID for configuration - Uses Python standard library only, with no external dependencies
Metadata
Slug milkee
Version 2.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is MILKEE Swiss Accounting?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1891 downloads so far.

How do I install MILKEE Swiss Accounting?

Run "/install milkee" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MILKEE Swiss Accounting free?

Yes, MILKEE Swiss Accounting is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MILKEE Swiss Accounting support?

MILKEE Swiss Accounting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MILKEE Swiss Accounting?

It is built and maintained by xenofex7 (@xenofex7); the current version is v2.0.0.

💬 Comments