install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alex1389/toggl-optimized-v2" ~/.claude/skills/clawdbot-skills-toggl-optimized-v2 && rm -rf "$T"
manifest:
skills/alex1389/toggl-optimized-v2/SKILL.mdsource content
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
- Token Efficient: Uses optimized API calls to reduce LLM context consumption.
- Fast Reporting: Includes a shell script for quick JSON and PDF reports.
- Direct API Access: Examples for direct
interaction with Toggl v3 Reports.curl
Setup
- Get your API Token from Toggl Profile Settings.
- Set the environment variable:
export TOGGL_API_TOKEN="your-api-token" - (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 <client_name> <start_date> <end_date> <format: json|pdf> bash scripts/toggl_report.sh myclient 2026-02-01 2026-02-28 json