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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install milkee或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install milkee⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/milkee/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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." metadata: openclaw: requires: env: - MILKEE_API_TOKEN - MILKEE_COMPANY_ID ---
Complete integration for MILKEE Swiss accounting software. Manage projects, customers, time tracking, tasks, and products.
# 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 "[email protected]" \
--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.
USER_ID|API_KEYWhen you say "Website", the skill:
~/.milkee_timerlist_times_today shows:
~/.milkee_timer (JSON)---
Author: xenofex7 | Version: 2.0.0
安装 MILKEE Swiss Accounting 后,可以对 AI 说这些话来触发它
Help me get started with MILKEE Swiss Accounting
Explains what MILKEE Swiss Accounting does, walks through the setup, and runs a quick demo based on your current project
Use MILKEE Swiss Accounting to complete MILKEE accounting integration for Swiss businesses
Invokes MILKEE Swiss Accounting with the right parameters and returns the result directly in the conversation
What can I do with MILKEE Swiss Accounting in my product manager workflow?
Lists the top use cases for MILKEE Swiss Accounting, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/milkee/ 目录(个人级,所有项目可用),或 .claude/skills/milkee/(项目级)。重启 AI 客户端后,用 /milkee 主动调用,或让 AI 根据上下文自动发现并使用。
MILKEE Swiss Accounting 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Automate my product manager tasks using MILKEE Swiss Accounting
Identifies repetitive steps in your workflow and sets up MILKEE Swiss Accounting to handle them automatically
MILKEE Swiss Accounting 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。