← Back to Skills Marketplace
1287
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install toggl-cli
Description
Control your Toggl Track workspace via CLI to manage time entries, projects, clients, tasks, tags, workspaces, and user profiles with flexible commands.
Usage Guidance
This SKILL.md appears to implement a legitimate Toggl CLI, but the metadata failed to declare the TOGGL_API_TOKEN it requires — that's an inconsistency you should understand before installing. If you consider using it:
- Review the GitHub repo code yourself (or have a trusted reviewer) before running npm install/link; npm scripts can execute arbitrary code.
- Prefer not to put your API token in broadly-loaded shell rc files; store secrets in a secure location and only expose them to the CLI when needed.
- Be cautious about adding the token to ~/.claude/.env (it may make the token accessible to agents or tools you run).
- If you don't want the agent to act on your Toggl account autonomously, ensure model-invocation is restricted or require explicit user consent when the skill runs.
- Ask the publisher to update registry metadata to declare required environment variables and primary credential (TOGGL_API_TOKEN) so the skill's claims and requirements match.
If you cannot or will not review the repository and are uncomfortable exposing your Toggl API token, do not install or provide the token.
Capability Analysis
Type: OpenClaw Skill
Name: toggl-cli
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear instructions for installing and using a `toggl-cli` to interact with the legitimate Toggl Track API. It details how to set the `TOGGL_API_TOKEN` environment variable for authentication and includes `curl` examples demonstrating its use with the official `https://api.track.toggl.com` endpoint. There is no evidence of prompt injection, data exfiltration to unauthorized destinations, or other malicious activities within the provided files. The instructions are aligned with the stated purpose of managing Toggl Track data.
Capability Assessment
Purpose & Capability
The name and SKILL.md describe a Toggl CLI that manages time entries, projects, clients, etc. The commands and API endpoints listed are consistent with a Toggl Track integration.
Instruction Scope
The runtime instructions explicitly tell the user to set TOGGL_API_TOKEN (and optionally TOGGL_WORKSPACE_ID), to git-clone a GitHub repo and run npm install/build/link. However the skill metadata does not declare any required environment variables. The SKILL.md also recommends placing the API token in ~/.claude/.env (an agent-specific file) or in shell rc files, which has implications for secret exposure and scope of access.
Install Mechanism
There is no registry install spec; the SKILL.md instructs manual installation from https://github.com/FroeMic/toggl-cli using git + npm. Installing and linking unreviewed npm code runs arbitrary scripts on the user's machine — a normal choice for a CLI but it increases risk compared to a vetted package. The repository is a public GitHub URL (not a shortener or IP), which is better than an unknown host but still unverified.
Credentials
The skill actually requires TOGGL_API_TOKEN (and optionally TOGGL_WORKSPACE_ID), yet the registry metadata lists no required env vars or primary credential. Asking for an API token is reasonable for Toggl, but the omission from metadata is an inconsistency. Additionally, recommending storing the token in ~/.claude/.env or shell rc files may expose the secret to other tools or the agent runtime.
Persistence & Privilege
No elevated persistence flags are set (always not set). However disable-model-invocation is not set, so an agent could invoke this skill autonomously if integrated. Given the skill acts on a user's Toggl account via an API token, consider whether you want the agent able to make changes without explicit user approval.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toggl-cli - After installation, invoke the skill by name or use
/toggl-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Interact with your Toggl Track time tracking workspace via the toggl-cli. Start/stop timers, manage time entries, projects, clients, and tags directly from the command line.
Start by creating an account on https://track.toggl.com/
Metadata
Frequently Asked Questions
What is Toggl CLI – Time tracking for you and your agent?
Control your Toggl Track workspace via CLI to manage time entries, projects, clients, tasks, tags, workspaces, and user profiles with flexible commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 1287 downloads so far.
How do I install Toggl CLI – Time tracking for you and your agent?
Run "/install toggl-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Toggl CLI – Time tracking for you and your agent free?
Yes, Toggl CLI – Time tracking for you and your agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Toggl CLI – Time tracking for you and your agent support?
Toggl CLI – Time tracking for you and your agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Toggl CLI – Time tracking for you and your agent?
It is built and maintained by FroeMic (@froemic); the current version is v1.0.0.
More Skills