Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: db14fe5448
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ### 第二步:配置 MCP | ||
|
|
||
| 在 `~/.claude/settings.json` 中添加 Garmin MCP Server: |
There was a problem hiding this comment.
Use OpenClaw config path for MCP setup
This step points users to ~/.claude/settings.json, but the rest of this repository’s OpenClaw guides configure runtime integrations via ~/.openclaw/openclaw.json (for example usecases/cn-dingtalk-ai-assistant.md lines 40-51). If users follow the current path, they configure a different client and OpenClaw won’t load the Garmin MCP server, so the workflow fails at data retrieval.
Useful? React with 👍 / 👎.
| git clone https://github.com/iflow-mcp/borisbw-claude-fitness-cn.git | ||
|
|
||
| # 将技能文件复制到 OpenClaw 命令目录 | ||
| cp borisbw-claude-fitness-cn/fitness-coach.md ~/.claude/commands/ |
There was a problem hiding this comment.
Install the skill into an OpenClaw-recognized directory
The copy command installs fitness-coach.md into ~/.claude/commands/, which is not an OpenClaw path; this repo’s OpenClaw examples use ~/.openclaw/... directories (e.g. usecases/cn-xiaohongshu-automation.md line 35). In an OpenClaw setup this leaves the command unavailable, so users cannot execute the documented /fitness-coach flow after setup.
Useful? React with 👍 / 👎.
🧪 E2E 测试报告:AI 健身教练测试时间:2026-03-29 步骤验证
所有外部仓库均可访问(HTTP 200)。 改进建议1. MCP 配置路径说明文档第二步说"在 这两个路径是 Claude CLI / Claude Desktop 的专属路径。作为 OpenClaw 用例合集中的文档,建议:
这不是错误(配置确实能在 Claude CLI 下工作),但可能让只用 OpenClaw 的读者困惑。 2. Python 3.12 依赖说明
3. 小建议
|
- MCP 配置路径区分 OpenClaw / Claude Desktop - 技能文件路径区分 ~/.openclaw/commands/ 和 ~/.claude/commands/ - 所需技能补充 Python 3.12 说明
🧪 E2E 重测报告:AI 健身教练(v2)测试时间:2026-03-29 19:20 修复验证
剩余建议第三步的 文档改为:
但 实测 Coach Paddy 的 建议:
这不是阻断性问题(用户仍可手动使用提示词),但 |
Summary
usecases/fitness-coach.md— Garmin MCP 驱动的 AI 健身教练Test plan