toggl

Installation
SKILL.md

Toggl Time Tracker

Track time and pull reports via the Toggl Track API.

Environment note: This skill works in both Claude Code and Cowork. The only difference is how the config file is read in Step 1 — Claude Code reads it directly, Cowork uses osascript.


Step 1: Read the config

The config lives on the Mac at ~/.toggl-config.json.

In Claude Code (direct file system access):

CONFIG=$(cat ~/.toggl-config.json 2>/dev/null || echo "NOT_CONFIGURED")
Installs
1
GitHub Stars
8
First Seen
Apr 28, 2026
toggl — msapps-mobile/claude-plugins