Simple and powerful time tracking with insights.
Simple and powerful time tracking with insights.
curl -sSL https://canifi.com/skills/toggl/install.sh | bash
Or manually:
cp -r skills/toggl ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set TOGGL_API_TOKEN "your_token"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "Start tracking development time"
Assistant: Starts Toggl timer
User: "How much have I worked today?"
Assistant: Returns daily time
User: "Show last week's report"
Assistant: Returns time breakdown
User: "Create a new project in Toggl"
Assistant: Creates project
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid token | Check API token |
| Not Found | Wrong ID | Verify resource |
| Timer Conflict | Already running | Stop current |
| Forbidden | Workspace access | Check permissions |