← Back to Skills Marketplace
byungkyu

Toggl Track

by byungkyu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
613
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toggl-track
Description
Manage Toggl Track time entries, projects, clients, tags, and workspaces via API with OAuth authentication and CRUD operations.
Usage Guidance
This skill appears to do what it says: it proxies Toggl Track API calls through Maton and needs only MATON_API_KEY. Before installing, consider the privacy/trust tradeoffs: Maton will see your Toggl requests and will hold OAuth connections and credentials on your behalf. If you are comfortable routing your time-tracking data through maton.ai/ctrl.maton.ai, this is coherent. If you prefer direct integration, look for a skill that calls api.track.toggl.com directly or verify Maton’s privacy/security practices (source repo, documentation, terms, ability to revoke tokens). Also avoid supplying other unrelated credentials and consider limiting agent autonomy if you do not want it to perform API actions without explicit confirmation.
Capability Analysis
Type: OpenClaw Skill Name: toggl-track Version: 1.0.0 The skill provides a legitimate integration with the Toggl Track API via a Maton gateway. All code examples and instructions in SKILL.md are directly related to managing Toggl Track data and connections, utilizing standard HTTP requests and reading the MATON_API_KEY environment variable. There is no evidence of data exfiltration to unauthorized endpoints, malicious command execution, persistence mechanisms, obfuscation, or prompt injection attempts to subvert the agent's purpose. The future `publishedAt` date in `_meta.json` and copyright year in `LICENSE.txt` are unusual but do not indicate malicious intent.
Capability Assessment
Purpose & Capability
Name/description (Toggl Track API via managed OAuth) match the instructions: all API calls are routed to a Maton gateway/ctrl endpoints and the skill declares the MATON_API_KEY environment variable which is required to use that gateway. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to make HTTP requests to https://gateway.maton.ai and https://ctrl.maton.ai, read MATON_API_KEY from environment, and open an OAuth URL in a browser to complete authorization. These actions are expected for a proxy/OAuth integration, but they do mean all Toggl API traffic and OAuth flows go through Maton (i.e., a third party).
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is downloaded or written to disk by the skill itself. This is the lowest-risk install model.
Credentials
Only one environment variable is required (MATON_API_KEY), which maps directly to the gateway authentication mechanism described. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent elevated privileges or modify other skills/settings. The agent will be able to call the skill autonomously by default (platform normal), but that is not unusual and is not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install toggl-track
  3. After installation, invoke the skill by name or use /toggl-track
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Toggl Track API integration with managed OAuth. - Track time, manage projects, clients, and tags using Toggl Track API via a proxy gateway. - Managed OAuth connections with connection management endpoints for secure authentication. - Example Python requests provided for all key API operations. - Supports CRUD operations for time entries, projects, clients, tags, and workspaces. - Requires a Maton API key set as an environment variable.
Metadata
Slug toggl-track
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Toggl Track?

Manage Toggl Track time entries, projects, clients, tags, and workspaces via API with OAuth authentication and CRUD operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 613 downloads so far.

How do I install Toggl Track?

Run "/install toggl-track" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Toggl Track free?

Yes, Toggl Track is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Toggl Track support?

Toggl Track is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Toggl Track?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.

💬 Comments