π¦ ClawHub
Toggl-Optimized-V2
by @alex1389
Optimize Toggl Track usage with token-efficient API calls and fast reporting via a shell script for JSON and PDF summaries.
TERMINAL
clawhub install toggl-optimized-v2π About This Skill
Toggl-Optimized
A high-performance Toggl Track agent skill optimized for token efficiency and reporting.
Overview
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.
Features
curl interaction with Toggl v3 Reports.Setup
1. Get your API Token from Toggl Profile Settings. 2. Set the environment variable:
export TOGGL_API_TOKEN="your-api-token"
3. (Optional) Set your Workspace ID:
export TOGGL_WORKSPACE_ID="your-workspace-id"
Usage
Optimized Reporting Script
Use the provided script for fast summaries:
# Usage: bash scripts/toggl_report.sh
bash scripts/toggl_report.sh myclient 2026-02-01 2026-02-28 json
π‘ Examples
Optimized Reporting Script
Use the provided script for fast summaries:
# Usage: bash scripts/toggl_report.sh
bash scripts/toggl_report.sh myclient 2026-02-01 2026-02-28 json
βοΈ Configuration
1. Get your API Token from Toggl Profile Settings. 2. Set the environment variable:
export TOGGL_API_TOKEN="your-api-token"
3. (Optional) Set your Workspace ID:
export TOGGL_WORKSPACE_ID="your-workspace-id"