← 返回 Skills 市场
1287
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install toggl-cli
功能描述
Control your Toggl Track workspace via CLI to manage time entries, projects, clients, tasks, tags, workspaces, and user profiles with flexible commands.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toggl-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/toggl-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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/
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1287 次。
如何安装 Toggl CLI – Time tracking for you and your agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toggl-cli」即可一键安装,无需额外配置。
Toggl CLI – Time tracking for you and your agent 是免费的吗?
是的,Toggl CLI – Time tracking for you and your agent 完全免费(开源免费),可自由下载、安装和使用。
Toggl CLI – Time tracking for you and your agent 支持哪些平台?
Toggl CLI – Time tracking for you and your agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Toggl CLI – Time tracking for you and your agent?
由 FroeMic(@froemic)开发并维护,当前版本 v1.0.0。
推荐 Skills