A professional time management skill that integrates Toggl Track directly into your AI agent workflow using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install toggl
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install toggl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Toggl skill for Openclaw Skills enables developers and teams to manage their time tracking lifecycle without leaving their terminal or AI interface. By utilizing the beauraines/toggl-cli, this integration allows for granular control over time entries, projects, and reporting. It is designed for users who need to maintain high productivity while ensuring every billable hour is captured accurately through a streamlined, command-driven approach.
This skill bridges the gap between manual entry and automated workflows, allowing your AI agent to handle the overhead of timesheet management. Whether you are starting a new project or reviewing your weekly output, this addition to your Openclaw Skills library provides the necessary tools for professional time auditing and management.
To use this skill within your Openclaw Skills environment, first install the required CLI tool:
npm install -g @beauraines/toggl-cli
Next, configure your authentication by creating a ~/.toggl-cli.json file with your credentials:
{
"api_token": "YOUR_TOGGL_API_TOKEN",
"default_workspace_id": "YOUR_WORKSPACE_ID",
"timezone": "Your/Timezone"
}
Ensure secure file permissions:
chmod 600 ~/.toggl-cli.json
The skill manages data through a structured configuration file and interacts with the Toggl API using the following schema:
| Property | Description | Source |
|---|---|---|
| api_token | Individual API key for Toggl Track | Toggl Profile Settings |
| default_workspace_id | The primary workspace for logging time | Toggl URL |
| timezone | Standard IANA timezone string | User Configuration |
| Entry ID | Unique identifier for specific time logs | Toggl API |
| Project Name | Associated project for categorization | Toggl API |
Loading
An intelligent automation skill for completing US nonimmigrant visa DS-160 forms using structured CSV data and AI-assisted captcha solving.

A zero-dependency Python tool for generating and editing high-quality images using the Gemini API and Nano Banana Pro model.

A command-line engine designed to search, install, and orchestrate multi-step automations by chaining various Openclaw Skills together.

LiquidSkills provides a specialized knowledge layer for AI agents to bridge the gap between stale training data and production Hyperliquid infrastructure.

A systematic debugging framework providing a 7-step protocol and language-specific command references for efficient troubleshooting.

A comprehensive toolkit for automating the generation of app icons, favicons, color palettes, and image transformations using AI and CLI tools.








































