{
  "schemaVersion": "1.0",
  "item": {
    "slug": "toggl",
    "name": "Toggl",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/clvrobj/toggl",
    "canonicalUrl": "https://clawhub.ai/clvrobj/toggl",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/toggl",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=toggl",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/toggl"
    },
    "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/toggl",
    "agentPageUrl": "https://openagent3.xyz/skills/toggl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/toggl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/toggl/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Toggl Time Tracking",
        "body": "Use the toggl CLI (@beauraines/toggl-cli) for Toggl Track integration."
      },
      {
        "title": "Prerequisites",
        "body": "Install the CLI:\n\nnpm install -g @beauraines/toggl-cli\n\nConfigure authentication (create ~/.toggl-cli.json):\n\n{\n  \"api_token\": \"YOUR_TOGGL_API_TOKEN\",\n  \"default_workspace_id\": \"YOUR_WORKSPACE_ID\",\n  \"timezone\": \"Your/Timezone\"\n}\n\nGet your API token from: https://track.toggl.com/profile\nGet your workspace ID from your Toggl URL: https://track.toggl.com/{workspace_id}/...\n\nSet permissions: chmod 600 ~/.toggl-cli.json"
      },
      {
        "title": "Status",
        "body": "toggl now                    # Show running timer\ntoggl me                     # Show user info"
      },
      {
        "title": "Start/Stop",
        "body": "toggl start                  # Start timer (interactive)\ntoggl start -d \"Task name\"   # Start with description\ntoggl start -d \"Task\" -p \"Project\"  # With project\ntoggl stop                   # Stop current timer"
      },
      {
        "title": "Continue Previous",
        "body": "toggl continue               # Restart most recent entry\ntoggl continue \"keyword\"     # Restart entry matching keyword"
      },
      {
        "title": "Reports",
        "body": "toggl today                  # Today's time by project\ntoggl week                   # Weekly summary by day"
      },
      {
        "title": "List Entries",
        "body": "toggl ls                     # Last 14 days\ntoggl ls -d 7                # Last 7 days\ntoggl ls --today             # Today only\ntoggl ls \"search term\"       # Search entries"
      },
      {
        "title": "Add Completed Entry",
        "body": "toggl add \"9:00AM\" \"10:30AM\" \"Meeting notes\""
      },
      {
        "title": "Edit Current",
        "body": "toggl edit -s \"10:00AM\"      # Change start time\ntoggl edit -d \"New desc\"     # Change description\ntoggl edit -p \"Project\"      # Change project"
      },
      {
        "title": "Delete",
        "body": "toggl rm <id>                # Remove entry by ID"
      },
      {
        "title": "Projects",
        "body": "toggl project ls             # List projects"
      },
      {
        "title": "Other",
        "body": "toggl web                    # Open Toggl in browser\ntoggl create-config          # Generate config template"
      },
      {
        "title": "Notes",
        "body": "Times must be parsable by dayjs (e.g., 4:50PM, 12:00 AM, 9:00)\nConfig file: ~/.toggl-cli.json\nEnvironment variables override config: TOGGL_API_TOKEN, TOGGL_DEFAULT_WORKSPACE_ID, TOGGL_TIMEZONE"
      }
    ],
    "body": "Toggl Time Tracking\n\nUse the toggl CLI (@beauraines/toggl-cli) for Toggl Track integration.\n\nPrerequisites\n\nInstall the CLI:\n\nnpm install -g @beauraines/toggl-cli\n\n\nConfigure authentication (create ~/.toggl-cli.json):\n\n{\n  \"api_token\": \"YOUR_TOGGL_API_TOKEN\",\n  \"default_workspace_id\": \"YOUR_WORKSPACE_ID\",\n  \"timezone\": \"Your/Timezone\"\n}\n\n\nGet your API token from: https://track.toggl.com/profile Get your workspace ID from your Toggl URL: https://track.toggl.com/{workspace_id}/...\n\nSet permissions: chmod 600 ~/.toggl-cli.json\n\nCommands\nStatus\ntoggl now                    # Show running timer\ntoggl me                     # Show user info\n\nStart/Stop\ntoggl start                  # Start timer (interactive)\ntoggl start -d \"Task name\"   # Start with description\ntoggl start -d \"Task\" -p \"Project\"  # With project\ntoggl stop                   # Stop current timer\n\nContinue Previous\ntoggl continue               # Restart most recent entry\ntoggl continue \"keyword\"     # Restart entry matching keyword\n\nReports\ntoggl today                  # Today's time by project\ntoggl week                   # Weekly summary by day\n\nList Entries\ntoggl ls                     # Last 14 days\ntoggl ls -d 7                # Last 7 days\ntoggl ls --today             # Today only\ntoggl ls \"search term\"       # Search entries\n\nAdd Completed Entry\ntoggl add \"9:00AM\" \"10:30AM\" \"Meeting notes\"\n\nEdit Current\ntoggl edit -s \"10:00AM\"      # Change start time\ntoggl edit -d \"New desc\"     # Change description\ntoggl edit -p \"Project\"      # Change project\n\nDelete\ntoggl rm <id>                # Remove entry by ID\n\nProjects\ntoggl project ls             # List projects\n\nOther\ntoggl web                    # Open Toggl in browser\ntoggl create-config          # Generate config template\n\nNotes\nTimes must be parsable by dayjs (e.g., 4:50PM, 12:00 AM, 9:00)\nConfig file: ~/.toggl-cli.json\nEnvironment variables override config: TOGGL_API_TOKEN, TOGGL_DEFAULT_WORKSPACE_ID, TOGGL_TIMEZONE"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/clvrobj/toggl",
    "publisherUrl": "https://clawhub.ai/clvrobj/toggl",
    "owner": "clvrobj",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/toggl",
    "downloadUrl": "https://openagent3.xyz/downloads/toggl",
    "agentUrl": "https://openagent3.xyz/skills/toggl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/toggl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/toggl/agent.md"
  }
}