Loading...
Loading...
Simple and powerful time tracking with insights.
npx skill4agent add andrejones92/canifi-life-os togglcurl -sSL https://canifi.com/skills/toggl/install.sh | bashcp -r skills/toggl ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set TOGGL_API_TOKEN "your_token"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Start tracking development time"
Assistant: Starts Toggl timerUser: "How much have I worked today?"
Assistant: Returns daily timeUser: "Show last week's report"
Assistant: Returns time breakdownUser: "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 |