toggl
Installation
SKILL.md
Toggl Time Tracking
Use the toggl CLI (@beauraines/toggl-cli) for Toggl Track integration.
Prerequisites
Install the CLI:
npm install -g @beauraines/toggl-cli
Configure authentication (create ~/.toggl-cli.json):
{
"api_token": "YOUR_TOGGL_API_TOKEN",
"default_workspace_id": "YOUR_WORKSPACE_ID",
"timezone": "Your/Timezone"
}