{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/milkee",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=milkee",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "INSTALLATION_GUIDE.md",
      "README.md",
      "SKILL.md",
      "references/api-endpoints.md",
      "references/configuration.md",
      "scripts/milkee.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/milkee",
    "agentPageUrl": "https://openagent3.xyz/skills/milkee/agent",
    "manifestUrl": "https://openagent3.xyz/skills/milkee/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/milkee/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "MILKEE Skill",
        "body": "Complete integration for MILKEE Swiss accounting software. Manage projects, customers, time tracking, tasks, and products."
      },
      {
        "title": "Features",
        "body": "⏱️ Time Tracking – Start/stop timers with fuzzy project matching\n👥 Customers – Full CRUD operations\n📋 Projects – Create, update, manage budgets\n✅ Tasks – Track project tasks\n📦 Products – Manage billable items"
      },
      {
        "title": "Time Tracking (Main Feature)",
        "body": "# Start timer (smart fuzzy match)\npython3 scripts/milkee.py start_timer \"Website\" \"Building authentication\"\n\n# Stop timer (auto-logs to MILKEE)\npython3 scripts/milkee.py stop_timer\n\n# Show today's times\npython3 scripts/milkee.py list_times_today"
      },
      {
        "title": "Projects",
        "body": "python3 scripts/milkee.py list_projects\npython3 scripts/milkee.py create_project \"My Project\" --customer-id 123 --budget 5000\npython3 scripts/milkee.py update_project 456 --name \"Updated\" --budget 6000"
      },
      {
        "title": "Customers",
        "body": "python3 scripts/milkee.py list_customers\n\n# Create with all fields\npython3 scripts/milkee.py create_customer \"Example AG\" \\\n  --street \"Musterstrasse 1\" \\\n  --zip \"8000\" \\\n  --city \"Zürich\" \\\n  --phone \"+41 44 123 45 67\" \\\n  --email \"info@example.ch\" \\\n  --website \"https://example.ch\"\n\n# Update specific fields\npython3 scripts/milkee.py update_customer 123 --name \"New Name\" --phone \"+41 44 999 88 77\""
      },
      {
        "title": "Tasks & Products",
        "body": "python3 scripts/milkee.py list_tasks\npython3 scripts/milkee.py create_task \"Implement feature\" --project-id 456\n\npython3 scripts/milkee.py list_products\npython3 scripts/milkee.py create_product \"Consulting Hour\" --price 150"
      },
      {
        "title": "Configuration",
        "body": "Set environment variables:\n\nexport MILKEE_API_TOKEN=\"USER_ID|API_KEY\"\nexport MILKEE_COMPANY_ID=\"YOUR_COMPANY_ID\"\n\nOr configure via your gateway config under skills.entries.milkee.env."
      },
      {
        "title": "Get Your Credentials",
        "body": "Log in to MILKEE → Settings → API\nCopy your User ID and API Key\nFormat: USER_ID|API_KEY\nCompany ID is shown in Settings"
      },
      {
        "title": "Fuzzy Project Matching",
        "body": "When you say \"Website\", the skill:\n\nFetches all projects from MILKEE\nFuzzy-matches using Levenshtein distance\nAuto-selects the closest match\nStarts timer on that project"
      },
      {
        "title": "Timer Persistence",
        "body": "Timer state saved to ~/.milkee_timer\nSurvives between sessions\nAuto-calculates elapsed time on stop"
      },
      {
        "title": "Daily Summary",
        "body": "list_times_today shows:\n\nAll time entries for today\nDuration per entry\nTotal hours worked"
      },
      {
        "title": "Technical Details",
        "body": "Language: Python 3.8+\nDependencies: None (stdlib only)\nTimer File: ~/.milkee_timer (JSON)\nAPI Docs: https://apidocs.milkee.ch/api\n\nAuthor: xenofex7 | Version: 2.0.0"
      }
    ],
    "body": "MILKEE Skill\n\nComplete integration for MILKEE Swiss accounting software. Manage projects, customers, time tracking, tasks, and products.\n\nFeatures\n⏱️ Time Tracking – Start/stop timers with fuzzy project matching\n👥 Customers – Full CRUD operations\n📋 Projects – Create, update, manage budgets\n✅ Tasks – Track project tasks\n📦 Products – Manage billable items\nQuick Start\nTime Tracking (Main Feature)\n# Start timer (smart fuzzy match)\npython3 scripts/milkee.py start_timer \"Website\" \"Building authentication\"\n\n# Stop timer (auto-logs to MILKEE)\npython3 scripts/milkee.py stop_timer\n\n# Show today's times\npython3 scripts/milkee.py list_times_today\n\nProjects\npython3 scripts/milkee.py list_projects\npython3 scripts/milkee.py create_project \"My Project\" --customer-id 123 --budget 5000\npython3 scripts/milkee.py update_project 456 --name \"Updated\" --budget 6000\n\nCustomers\npython3 scripts/milkee.py list_customers\n\n# Create with all fields\npython3 scripts/milkee.py create_customer \"Example AG\" \\\n  --street \"Musterstrasse 1\" \\\n  --zip \"8000\" \\\n  --city \"Zürich\" \\\n  --phone \"+41 44 123 45 67\" \\\n  --email \"info@example.ch\" \\\n  --website \"https://example.ch\"\n\n# Update specific fields\npython3 scripts/milkee.py update_customer 123 --name \"New Name\" --phone \"+41 44 999 88 77\"\n\nTasks & Products\npython3 scripts/milkee.py list_tasks\npython3 scripts/milkee.py create_task \"Implement feature\" --project-id 456\n\npython3 scripts/milkee.py list_products\npython3 scripts/milkee.py create_product \"Consulting Hour\" --price 150\n\nConfiguration\n\nSet environment variables:\n\nexport MILKEE_API_TOKEN=\"USER_ID|API_KEY\"\nexport MILKEE_COMPANY_ID=\"YOUR_COMPANY_ID\"\n\n\nOr configure via your gateway config under skills.entries.milkee.env.\n\nGet Your Credentials\nLog in to MILKEE → Settings → API\nCopy your User ID and API Key\nFormat: USER_ID|API_KEY\nCompany ID is shown in Settings\nSpecial Features\nFuzzy Project Matching\n\nWhen you say \"Website\", the skill:\n\nFetches all projects from MILKEE\nFuzzy-matches using Levenshtein distance\nAuto-selects the closest match\nStarts timer on that project\nTimer Persistence\nTimer state saved to ~/.milkee_timer\nSurvives between sessions\nAuto-calculates elapsed time on stop\nDaily Summary\n\nlist_times_today shows:\n\nAll time entries for today\nDuration per entry\nTotal hours worked\nTechnical Details\nLanguage: Python 3.8+\nDependencies: None (stdlib only)\nTimer File: ~/.milkee_timer (JSON)\nAPI Docs: https://apidocs.milkee.ch/api\n\nAuthor: xenofex7 | Version: 2.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xenofex7/milkee",
    "publisherUrl": "https://clawhub.ai/xenofex7/milkee",
    "owner": "xenofex7",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}