← 返回 Skills 市场
0xjaspreet

wger Fitness Manager

作者 jaspreet · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ⚠ suspicious
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wger-fitness
功能描述
Manage and track gym workouts, routines, nutrition, and progress using the wger API for viewing, creating, updating, and reporting fitness data.
安全使用建议
This package appears to be a straightforward wger API helper, but two issues need resolution before you trust it: 1) Metadata vs runtime mismatch: The skill package/registry metadata does not declare WGER_TOKEN, yet both SKILL.md and the included scripts exit if WGER_TOKEN is missing. Treat WGER_TOKEN as a required secret for runtime. Only provide it if you trust the skill and run it in a controlled environment. 2) Missing files referenced in the instructions: SKILL.md mentions scripts and assets (generate_report.py, set_goal.py, edit_log.py, references/nutrition.md, assets/progress_template.html) that are not present. Ask the publisher for the full bundle or updated documentation before relying on automation. Missing files could mean the skill is incomplete or the instructions were copied from another project. Practical steps: - Inspect the two included scripts locally (they are short and only call the wger API) and run them in an isolated environment first. - Only set WGER_TOKEN as an env var in a restricted environment or use a short-lived token if wger supports it. - Request the missing files or a corrected package from the publisher; decline installing until the manifest, docs, and runtime requirements match. If the publisher provides a corrected package where required env vars and referenced files are present and accurate, the skill would look benign. As-is, the inconsistencies warrant caution.
功能分析
Type: OpenClaw Skill Name: wger-fitness Version: 1.3.0 The wger-fitness skill is a legitimate integration for the wger open-source fitness platform, allowing users to manage workouts and nutrition via API. The bundle includes Python scripts (scripts/create_log.py, scripts/view_logs.py) that use the requests library to interact with the official wger API (wger.de) using an environment-stored token. The documentation (SKILL.md, references/api_endpoints.md) provides clear instructions and examples for the AI agent that are strictly aligned with fitness tracking. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
The skill's name, description, and included Python scripts (create_log.py, view_logs.py) align with a wger API client. However, the SKILL.md and scripts require an environment token (WGER_TOKEN) and reference other scripts/resources (generate_report.py, set_goal.py, edit_log.py, references/nutrition.md, assets/progress_template.html) that are not present in the manifest. Also the registry metadata claims 'Required env vars: none' despite the code requiring WGER_TOKEN. These are packaging/metadata inconsistencies.
Instruction Scope
Instructions direct the agent to run curl/exec and the provided Python scripts to call the wger API — this is expected. But the SKILL.md instructs use of scripts/files that are missing from the package and suggests integration with OpenClaw crons/subagents. The instructions do not ask to read unrelated system files or other credentials, but they do require an API token (WGER_TOKEN) which the registry did not declare.
Install Mechanism
No install spec (instruction-only plus a couple of simple scripts). Nothing is downloaded or extracted at install time, which minimizes install-time risk.
Credentials
The only runtime secret required by the code is WGER_TOKEN, which is appropriate for a wger API client. However, the registry metadata lists no required env vars while SKILL.md and the scripts clearly require WGER_TOKEN. This mismatch is a red flag (could be oversight, or could hide credential requirements). No other unrelated credentials are requested.
Persistence & Privilege
always is false and model invocation is not disabled; the skill does not attempt to modify other skills or system configs. It does reference cron/subagent integration (normal for automation) but does not demand permanent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wger-fitness
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wger-fitness 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Verified and republished: Full API management for fitness tracking.
元数据
Slug wger-fitness
版本 1.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wger Fitness Manager 是什么?

Manage and track gym workouts, routines, nutrition, and progress using the wger API for viewing, creating, updating, and reporting fitness data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。

如何安装 wger Fitness Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wger-fitness」即可一键安装,无需额外配置。

wger Fitness Manager 是免费的吗?

是的,wger Fitness Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

wger Fitness Manager 支持哪些平台?

wger Fitness Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 wger Fitness Manager?

由 jaspreet(@0xjaspreet)开发并维护,当前版本 v1.3.0。

💬 留言讨论