← Back to Skills Marketplace
368
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toggl-optimized-v2
Description
Optimize Toggl Track usage with token-efficient API calls and fast reporting via a shell script for JSON and PDF summaries.
Usage Guidance
This skill looks like it intends to use your Toggl API token, but the registry metadata failed to declare that requirement and the included shell script is incomplete. Before installing: (1) do not provide your TOGGL_API_TOKEN to an unknown publisher without review; (2) ask the publisher for a complete script or an explanation of how PDF/JSON reports are generated and where network calls occur; (3) inspect or run the script in a safe sandbox to confirm it only calls Toggl endpoints and doesn't exfiltrate data elsewhere; (4) prefer skills that declare required env vars/credentials in metadata so automated checks can apply. If you can't verify the code or trust the author, avoid installing or limit the token's scope (rotate it after testing).
Capability Analysis
Type: OpenClaw Skill
Name: toggl-optimized-v2
Version: 1.0.0
The `scripts/toggl_report.sh` file takes command-line arguments (`$1`, `$2`, `$3`, `$4`) directly without any input sanitization. While the script is incomplete and does not currently execute any commands, its stated purpose of making 'direct API v3 calls' via a 'shell script' strongly implies these unsanitized inputs would be used in subsequent `curl` or similar commands, creating a significant shell injection vulnerability risk.
Capability Assessment
Purpose & Capability
The skill's stated purpose (Toggl reporting) legitimately requires a Toggl API token and possibly a workspace ID, and the SKILL.md instructs the user to set TOGGL_API_TOKEN and TOGGL_WORKSPACE_ID. However, the registry metadata lists no required environment variables or primary credential — that's an inconsistency that could confuse permission reviews or automated policy checks.
Instruction Scope
SKILL.md promises direct curl examples and a reporting script that produces JSON/PDF reports. The provided scripts/toggl_report.sh is tiny and incomplete (just reads env vars and parameters; network calls and PDF generation are not present). That mismatch means the runtime behavior is unclear and the agent instructions are incomplete or out-of-date.
Install Mechanism
There is no install spec (instruction-only skill plus two small files). That is low-risk from an install/execution perspective — nothing is being downloaded or written by an automated installer.
Credentials
The SKILL.md explicitly asks for TOGGL_API_TOKEN (and optionally WORKSPACE_ID), and the script reads those env vars, but the skill metadata declares no required env or primary credential. Requesting an API token for Toggl itself is proportionate to the task, but the missing declaration is an ownership/visibility problem and may hide that the skill needs secrets.
Persistence & Privilege
The skill is not marked always:true and does not request system config paths or modify other skills. Autonomous invocation is allowed (platform default) but there are no elevated persistence privileges requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toggl-optimized-v2 - After installation, invoke the skill by name or use
/toggl-optimized-v2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial version with optimized API v3 reporting
Metadata
Frequently Asked Questions
What is Toggl-Optimized-V2?
Optimize Toggl Track usage with token-efficient API calls and fast reporting via a shell script for JSON and PDF summaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 368 downloads so far.
How do I install Toggl-Optimized-V2?
Run "/install toggl-optimized-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Toggl-Optimized-V2 free?
Yes, Toggl-Optimized-V2 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Toggl-Optimized-V2 support?
Toggl-Optimized-V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Toggl-Optimized-V2?
It is built and maintained by alex1389 (@alex1389); the current version is v1.0.0.
More Skills