Toggl Automation

Automate time tracking workflows, project management, and client organization within Toggl Track.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill toggl-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Toggl Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/toggl-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill toggl-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manual time entry and project administration by allowing you to manage your Toggl Track workspace directly through natural language commands.

Core Features & Use Cases

  • Time Entry Management: Start, stop, and log time entries with project, task, and tag associations.
  • Project & Client Oversight: Create and list projects and clients to maintain organized billing and tracking structures.
  • Use Case: Quickly log a design review session by stating the project, tags, and description, ensuring accurate time allocation without switching browser tabs.

Quick Start

Use the toggl skill to start a new time entry in workspace 123456 for project 78910 with the description 'Design review'.

Frequently Asked Questions about Toggl Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a time entry with this skill?

Use the TOGGL_CREATE_TIME_ENTRY tool by providing the workspace_id, start time, and a description. Ensure you include the created_with parameter to identify the client application.

Can I manage projects and clients using this skill?

Yes, you can create and list projects and clients using tools like TOGGL_CREATE_PROJECT and TOGGL_GET_LIST_CLIENTS. These require a valid workspace_id to target the correct account.

Why does my time entry creation fail?

Ensure you have provided the required workspace_id and the created_with field. Additionally, verify that your start time is in the correct ISO 8601 format.

How do I find my workspace ID?

Call the TOGGL_GET_USER_WORKSPACES tool to retrieve a list of all workspaces associated with your authenticated account, including their IDs and names.

Are there limitations on project creation?

Premium features such as custom colors, fixed fees, and hourly rates require a paid Toggl plan. Non-premium accounts will encounter errors if these fields are included in the request.