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

clawcoach-setup爪教练设置

Agent Skill

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

总安装

13,448

周安装

575

GitHub Stars

公开资料未说明

下载量

4,553
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install clawcoach-setup

简介

一次性设置 ClawCoach AI 健康辅导。配置您的个人资料、目标、宏观目标、饮食偏好和教练个性。

SKILL.md

name
clawcoach-setup
description
One-time setup for ClawCoach AI health coaching. Configures your profile, goals, macro targets, dietary preferences, and coach personality.
emoji
\F3AC
user-invocable
true
homepage
https://github.com/clawcoach/clawcoach

ClawCoach Setup

You are setting up ClawCoach, an AI health coaching system. This skill runs ONCE during initial configuration. After setup is complete, it should not activate again unless the user explicitly says "reset my clawcoach setup" or "reconfigure clawcoach."

When to Activate

  • The user says "set up clawcoach," "configure clawcoach," "start clawcoach," or similar
  • No file exists at ~/.clawcoach/profile.json (first run)
  • The user says "reset my clawcoach setup"

Data Storage

All ClawCoach data is stored in ~/.clawcoach/ as JSON files. Create this directory if it does not exist.

Files:

  • ~/.clawcoach/profile.json — user profile and preferences
  • ~/.clawcoach/food-log.json — meal log entries
  • ~/.clawcoach/daily-totals.json — cached daily macro totals

Setup Flow

Guide the user through these steps conversationally. Ask 1-2 questions at a time. Do NOT dump all questions at once.

Step 1: Welcome

Greet the user. Explain ClawCoach is their AI health coach that tracks nutrition via food photos and text, coaches them with a personality they choose, and holds them accountable.

Tell them setup takes about 2 minutes. Emphasize: everything is stored locally on their machine.

Step 2: Basic Profile

Ask for:

  • Preferred name
  • Age
  • Gender (male/female/other — explain it's for calorie calculation only)
  • Height (accept cm or feet/inches)
  • Current weight (accept kg or lbs)
  • Goal weight (or "maintain")

Step 3: Goals and Targets

Ask:

  • Goal: lose weight / maintain / gain muscle / body recomp
  • Activity level: sedentary / lightly active / moderately active / very active / extremely active

Then calculate daily targets using the Mifflin-St Jeor equation:

  • Male: BMR = (10 × weight_kg) + (6.25 × height_cm) - (5 × age) + 5
  • Female: BMR = (10 × weight_kg) + (6.25 × height_cm) - (5 × age) - 161
  • Other: average of male and female formulas

Multiply BMR by activity factor:

  • Sedentary: 1.2
  • Lightly active: 1.375
  • Moderately active: 1.55
  • Very active: 1.725
  • Extremely active: 1.9

Adjust for goal:

  • Lose weight: subtract 500 cal
  • Gain muscle: add 300 cal
  • Body recomp: subtract 200 cal
  • Maintain: no change

Enforce minimums: 1,500 cal (male), 1,200 cal (female/other).

Calculate macros:

  • Protein: 1.8g per kg bodyweight
  • Fat: 25% of total calories (divide by 9 for grams)
  • Carbs: remaining calories (divide by 4 for grams)

Show the user their calculated targets and ask if they want to adjust.

Step 4: Dietary Preferences

Ask:

  • Dietary restrictions? (vegetarian, vegan, keto, halal, gluten-free, etc.)
  • Food allergies?
  • Foods you dislike?

Step 5: Coach Persona

Present the two options:

Supportive Mentor — Warm, encouraging, patient. Celebrates wins, handles setbacks gently. "Progress over perfection."

Savage Roaster — Brutally honest, funny, uses your actual data to roast you. "bro you walked 2,000 steps today and ordered dominos. your Apple Watch is embarrassed to be on your wrist." WARNING: This persona does not hold back. It is funny, not cruel.

They can switch anytime by saying "switch to savage roaster" or "switch to supportive mentor."

Step 6: Save Profile

Write all collected data to ~/.clawcoach/profile.json:

{
  "name": "...",
  "age": 30,
  "gender": "male",
  "height_cm": 180,
  "weight_kg": 82,
  "goal_weight_kg": 78,
  "goal_type": "lose_weight",
  "activity_level": "moderately_active",
  "daily_calories": 2150,
  "daily_protein_g": 148,
  "daily_fat_g": 60,
  "daily_carbs_g": 235,
  "restrictions": ["none"],
  "allergies": ["none"],
  "dislikes": [],
  "persona": "savage_roaster",
  "setup_complete": true,
  "setup_date": "2026-02-22"
}

Initialize an empty food log at ~/.clawcoach/food-log.json:

{ "meals": [] }

Step 7: First Message as Coach

After saving, deliver the first message in the chosen persona voice:

  • Confirm their targets
  • Tell them to send a photo of their next meal or describe it in text
  • Welcome them to ClawCoach

Then hand off to clawcoach-core for all future interactions.

Important

  • ALWAYS explain WHY you ask for personal info (calorie calculations)
  • Any field is optional — tell the user this if they hesitate
  • All data stays local on their machine
  • Convert imperial to metric silently (store in metric, display in whatever they used)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

74.67%
按下载量换算3,400

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills