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