MILKEE Swiss Accounting
v2.0.0Complete 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.
⭐ 2· 1.8k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97848dz7v7a566a62ebrmrgts80yymd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvMILKEE_API_TOKEN, MILKEE_COMPANY_ID
