Token导航 LogoToken导航TokenDH.com
效率权限需确认clawhub未标认证来源可访问clear审计通过

fitness-skill健身技巧

Agent Skill

fitness-skill 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,360

周安装

483

GitHub Stars

公开资料未说明

下载量

3,980
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:fitness-skill(健身技巧)
来源仓库:https://github.com/ph13917403910/fitness-skill
安装命令:
openclaw skills install fitness-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install fitness-skill

简介

fitness-skill 用于补充效率相关能力。

  • 适用于双模式打卡、飞书云文档同步等健身管理场景。
  • 通过 clawhub 安装,结合来源仓库和 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件读写。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
fitness-skill
description
运动健康管家 Pro — 专为 Open Claw + 飞书生态打造的 AI 健身管家。双模式打卡(事后总结 / 边练边记)、3 层 Session 防丢失、飞书云文档同步、极致 Token 优化。Route to this skill when the user mentions workouts, logs exercises, asks for fitness stats, or provides post-workout feedback.
version
1.2.2
metadata
{"clawdbot":{"emoji":"💪","requires":{"bins":["python3"],"env":[]},"os":["linux","darwin"]}}

运动健康管家 Pro (Fitness & Workout Manager Pro)

⚠️ 平台要求:本 Skill 依赖「飞书 (Feishu)」生态,需为 Open Claw 绑定的机器人开通消息读写与云文档管理权限。

专为 Open Claw 打造的 AI 健身管家。无论是健身房力量训练还是网球对战,通过自然语言即可完美记录——你最省心的赛博教练。

✨ 核心亮点

  • 双模式无缝打卡 — 事后一句话总结("打网球 2 小时感觉很累")或沉浸式边练边记("卧推 60kg 8个 3组"),AI 自动解析入库。
  • 防遗忘 Session 保护 — 3 层生命周期管理(主动关怀 → 心跳巡检 → 硬截止),练完忘了说"结束"也能自动闭环,绝不丢失数据。
  • 飞书全景同步 — 计划 & 周/月度统计自动推送至飞书云文档,内置 Cron 定时提醒。
  • 极致 Token 优化 — 日常查询仅返回紧凑摘要,全量记录自动导出为 Markdown,拒绝上下文爆炸。

🤖 Agent 路由指南

  • Capabilities: Stateful session handling (fitness-log start/end), NLP workout parsing, localized JSON storage, Feishu document sync, auto-stale-session cleanup.
  • Trigger: Route here when the user mentions workout routines, logs exercises, asks for fitness stats (fitness-status), or provides unstructured post-workout feedback.

Quick Start

# Create a fitness plan
fitness-plan create --goals "muscle_gain,cardio" --sport_pref "gym,tennis" --frequency 4

# One-shot log (after workout)
fitness-log "gym: bench press 60kg x 8 x 3, squat 80kg x 5 x 4, 1.5 hours"

# Live session (during workout — log each exercise as you go)
fitness-log start gym
fitness-log "bench press 60kg x 8 x 3"
fitness-log "squat 80kg x 5 x 4"
fitness-log "felt great"
fitness-log end "good session overall"

# View status
fitness-status --week
fitness-status --month
fitness-status --export

Commands

fitness-plan

CommandDescription
fitness-plan initInteractive multi-turn Q&A to generate a plan
fitness-plan create --goals ... --frequency NNon-interactive plan creation
fitness-plan showDisplay the current plan (Markdown)
fitness-plan update --frequency 4 --level advancedModify an existing plan
fitness-plan syncPush plan to Feishu doc

fitness-log

Two modes: one-shot (after workout) and live session (during workout).

CommandDescription
fitness-log "<text>"One-shot: parse and log a single workout entry
fitness-log start [type]Start a live session (e.g. start gym)
fitness-log "<exercise text>"Append exercise to active session
fitness-log end ["notes"]End session, auto-calculate duration, commit to log
fitness-log statusShow active session info (includes idle/stale warnings)

Live session workflow: The user sends messages during training. Each message is appended to the same session entry. When the user says "end", all exercises are merged into one log entry with auto-calculated duration (from start to end time).

fitness-status

CommandDescription
fitness-statusLast 7 entries (compact, token-efficient)
fitness-status --weekWeekly summary with stats
fitness-status --monthMonthly summary (last 30 days)
fitness-status --days NCustom period summary
fitness-status --allAll entries (capped at 50, with truncation notice)
fitness-status --export [N]Export last N days (default 30) as Markdown file

Session Lifecycle & Auto-Close

Sessions that are not explicitly ended are handled automatically:

ConditionBehavior
Idle ≥ 30 minClaw proactively asks the user if training is done (via AGENTS.md rule). At most once per conversation to avoid nagging.
Idle > 4 hours or next daySession is marked stale and auto-closed on the next fitness-related action. Duration is calculated up to the last message (not current time).
Heartbeat detects stale sessionHEARTBEAT.md rule runs fitness-log end to force-close, and Claw notifies user on next interaction.
New start while stale existsOld stale session is auto-closed first, then new one begins.

This ensures no workout data is ever lost, even if the user forgets to say "end".

Token Efficiency

  • Default queries return compact summaries (7 entries or period stats) to minimize token usage.
  • --all is capped at 50 entries with a truncation notice.
  • For full history, use --export to generate a Markdown file that can be sent to the user directly, avoiding large inline output.

Data Storage

  • Plan: ~/.openclaw/workspace/fitness-skill/plan.json
  • Log: ~/.openclaw/workspace/fitness-skill/log.json
  • Active session: ~/.openclaw/workspace/fitness-skill/active_session.json (auto-deleted on end)
  • Exports: ~/.openclaw/workspace/fitness-skill/exports/

Feishu Integration

  • Set FEISHU_FITNESS_DOC_ID to enable plan/log sync to a Feishu doc.
  • sync_plan_to_feishu() — push plan Markdown
  • sync_log_to_feishu(days=30) — push log report Markdown
  • Daily reminders via scheduler.add_cron_job() at the user's configured time.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.57%
按下载量换算3,525

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills