A high-performance Toggl Track agent skill optimized for token efficiency and reporting.
This skill provides a streamlined way to interact with Toggl Track, focusing on minimizing context usage and providing fast reporting capabilities via direct API v3 calls.
curl interaction with Toggl v3 Reports.```bash
export TOGGL_API_TOKEN="your-api-token"
```
```bash
export TOGGL_WORKSPACE_ID="your-workspace-id"
```
Use the provided script for fast summaries:
# Usage: bash scripts/toggl_report.sh <client_name> <start_date> <end_date> <format: json|pdf>
bash scripts/toggl_report.sh myclient 2026-02-01 2026-02-28 json
共 1 个版本