Fitness & Workout Manager

ReviewAudited by ClawScan on May 10, 2026.

Overview

This fitness skill appears purpose-aligned, but users should understand it stores workout history locally and can sync health-related logs to Feishu using bot/document permissions.

This skill looks coherent for fitness tracking. Before installing, decide whether you are comfortable storing workout and health-adjacent notes under the OpenClaw workspace and, if using Feishu sync, make sure the configured document and bot permissions are limited to what you intend.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may operate through a Feishu bot with permissions that affect messages and cloud documents.

Why it was flagged

The skill discloses that the bound Feishu/OpenClaw bot needs message read/write and cloud document management permissions.

Skill content
需为 Open Claw 绑定的机器人开通消息读写与云文档管理权限
Recommendation

Use the least-privileged Feishu bot/app permissions available and restrict access to the intended fitness document or workspace area.

What this means

Personal workout notes, goals, constraints, and summaries may be copied to Feishu cloud storage.

Why it was flagged

Workout plans and logs can be sent from the local skill into a Feishu cloud document when the Feishu document ID is configured.

Skill content
Set `FEISHU_FITNESS_DOC_ID` to enable plan/log sync to a Feishu doc ... `sync_log_to_feishu(days=30)` — push log report Markdown
Recommendation

Enable Feishu sync only for a trusted document, review that document's sharing settings, and avoid logging sensitive medical details unless you are comfortable storing them there.

What this means

Workout history and personal fitness preferences remain on disk and may be reused in later summaries or exports.

Why it was flagged

The skill persistently stores user fitness data and live-session state in local OpenClaw workspace files.

Skill content
Plan: `~/.openclaw/workspace/fitness-skill/plan.json` ... Log: `~/.openclaw/workspace/fitness-skill/log.json` ... Active session: `~/.openclaw/workspace/fitness-skill/active_session.json`
Recommendation

Treat the workspace files as personal data; delete or back them up intentionally, and avoid entering information you do not want retained.

What this means

The assistant may close forgotten workout sessions or send reminders after the initial setup.

Why it was flagged

The skill documents scheduled reminders and automatic stale-session closing, which are persistent/autonomous behaviors but are disclosed and aligned with workout tracking.

Skill content
Heartbeat detects stale session | HEARTBEAT.md rule runs `fitness-log end` to force-close ... Daily reminders via `scheduler.add_cron_job()`
Recommendation

Confirm reminder times and session behavior match your expectations, and disable or avoid configuring reminders if you do not want background follow-ups.