Install
openclaw skills install toggl-optimized-v2Optimize Toggl Track usage with token-efficient API calls and fast reporting via a shell script for JSON and PDF summaries.
openclaw skills install toggl-optimized-v2A 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.export TOGGL_API_TOKEN="your-api-token"
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