@GitTrend0x: Hermes 继续勇往直前自我提升! 健康管家插件、移动独立 fork、自托管指挥塔、代码知识图谱、生产基础设施六件套……全网程序员把 Hermes 玩成了下一代 Agent 私人医生 + 隐私移动特工 + 多任务指挥中心 + 代码灵魂 …
摘要
介绍了一个名为 Delx Wellness for Hermes 的一键安装插件,将 Hermes 代理转变为本地优先的个人健康助手,支持多种可穿戴设备数据集成。
查看缓存全文
缓存时间: 2026/05/31 07:01
Hermes 继续勇往直前自我提升! 健康管家插件、移动独立 fork、自托管指挥塔、代码知识图谱、生产基础设施六件套……全网程序员把 Hermes 玩成了下一代 Agent 私人医生 + 隐私移动特工 + 多任务指挥中心 + 代码灵魂 + 企业级底座: delx-wellness-hermes(https://github.com/davidmosiah/delx-wellness-hermes…) Wearables +
davidmosiah/delx-wellness-hermes
Source: https://github.com/davidmosiah/delx-wellness-hermes
Delx Wellness for Hermes
Turn Hermes into your personal wellness agent in one command.
WHOOP · Oura · Garmin · Strava · Fitbit · Google Health · Withings · Apple Health · Samsung Health · Polar · Nutrition — all local, all read-only.
What is this? A one-command installer that wires 15 wellness MCP connectors + a recovery-aware SOUL.md + onboarding + skills into a dedicated Hermes profile. No fork, no hosted vault, no token leaves your machine.
⚡ Quick Start
If Hermes is already installed:
npx -y delx-wellness-hermes setup
hermes -p delx-wellness
That’s it. The installer creates ~/.hermes/profiles/delx-wellness, installs the wellness skills, wires the 11 default connectors (the other 4 opt-in providers are one flag away — see Demo), runs a smoke test against Nourish (no OAuth required), and prints the next commands for model setup and per-provider auth.
If this profile does not have a model configured yet:
hermes -p delx-wellness model
npx -y delx-wellness-hermes doctor --profile delx-wellness --run-hermes --test-chat
If you are new to Hermes, install Hermes first:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash -s -- --skip-setup
npx -y delx-wellness-hermes setup
hermes -p delx-wellness
🎬 Demo
setup wires the 11 default connectors out of the box. The 4 opt-in providers
(Eight Sleep, Wellness Air, Cycle Coach, CGM) are off by default — pass --connectors
to wire all 15 catalogued presets in one command. Real captured output (paths shortened to ~):
$ npx -y delx-wellness-hermes setup \
--connectors whoop,garmin,oura,strava,fitbit,google_health,withings,apple_health,samsung_health,polar,eight_sleep,nourish,wellness_air,wellness_cycle_coach,wellness_cgm
Delx Wellness for Hermes setup
Profile: delx-wellness
Path: ~/.hermes/profiles/delx-wellness
Installed:
- ~/.hermes/profiles/delx-wellness/config.yaml
- ~/.hermes/profiles/delx-wellness/wellness-profile.json
- ~/.hermes/profiles/delx-wellness/skills/delx-wellness
- ~/.hermes/profiles/delx-wellness/SOUL.md
- ~/.hermes/profiles/delx-wellness/AGENTS.md
- ~/.hermes/profiles/delx-wellness/ONBOARDING.md
Checks:
- ok profile_home: Hermes profile home exists at ~/.hermes/profiles/delx-wellness
- ok soul: SOUL.md is installed
- ok onboarding: ONBOARDING.md is installed
- ok wellness_profile: wellness-profile.json is installed
- ok config: config.yaml is readable
- ok skills_external_dir: Delx Wellness skills directory is registered
- ok mcp_connectors: Configured custom MCP connectors: whoop, garmin, oura, strava, fitbit, google_health, withings, apple_health, samsung_health, polar, eight_sleep, nourish, wellness_air, wellness_cycle_coach, wellness_cgm
Onboarding:
- 4 required questions
- 11 total context prompts
Next steps:
- Install Hermes from https://github.com/NousResearch/hermes-agent.
- Then run: npx -y delx-wellness-hermes doctor --profile delx-wellness --run-hermes
- Start Hermes with: hermes -p delx-wellness
With Hermes already installed,
setupalso runs the profile/connector checks and prints the model + chat verification commands instead.
That run writes 15 MCP server entries into ~/.hermes/profiles/delx-wellness/config.yaml,
each as a local npx -y <connector-package> command — nothing hosted, no token in the config:
mcp_servers:
whoop:
command: npx
args: [-y, whoop-mcp-unofficial]
garmin:
command: npx
args: [-y, garmin-mcp-unofficial]
# … oura, strava, fitbit, google_health, withings, apple_health,
# samsung_health, polar, eight_sleep, wellness_air,
# wellness_cycle_coach, wellness_cgm …
nourish:
command: npx
args: [-y, wellness-nourish]
Preview any selection without writing via --dry-run. Prefer a minimal install? --connector-mode lite wires just Garmin + Nourish.
🎯 Why use it
- 🚀 One profile, not ten configs. Stop wiring connectors by hand — one command sets up the whole stack in a Hermes profile.
- 💬 Built for daily use. Real on Hermes terminal, Telegram and other MCP clients — not a one-off demo.
- 🥗 Works immediately. Nourish (local nutrition) is wired without OAuth, so you can chat about food the moment setup finishes.
- 15 connector presets ready. WHOOP, Garmin, Oura, Strava, Fitbit, Google Health, Withings, Apple Health, Samsung Health, Polar, Eight Sleep, Nourish, Air, Cycle Coach and CGM presets included.
- 🧠 Onboarding-aware. The agent gets your goals, schedule, equipment, dietary restrictions and conservative-decision rules before it gives advice.
- 🔒 Local-first credentials. Each provider’s tokens live inside its own connector’s local setup — nothing routed through a hosted vault.
🏗️ How it fits together
flowchart LR
User[👤 You]
H[Hermes CLI<br/>or Telegram bridge]
subgraph Profile[" delx-wellness profile (~/.hermes/profiles/delx-wellness) "]
direction TB
SOUL[SOUL.md<br/>Recovery-aware operating model]
AGENTS[AGENTS.md]
ONB[ONBOARDING.md]
SK[Skills:<br/>onboarding · daily-brief<br/>training · sleep · nutrition]
end
subgraph MCP[" Local MCP presets "]
direction TB
W[whoop-mcp]
O[oura-mcp]
G[garmin-mcp]
S[strava-mcp]
F[fitbit-mcp]
GH[google-health-mcp]
Wi[withings-mcp]
AH[apple-health-mcp]
SH[samsung-health-mcp]
P[polar-mcp]
N[nourish 🟢]
end
User --> H
H --> Profile
Profile --> MCP
MCP --> Providers[(Provider APIs<br/>or local files)]
style Profile fill:#0F172A,stroke:#10B981,color:#fff
style MCP fill:#0F172A,stroke:#0EA5A3,color:#fff
style H fill:#0F172A,stroke:#7C3AED,color:#fff
One profile · 15 presets, 11 wired by default · zero hosted vault. Nourish works immediately; OAuth providers are one auth command away, and export connectors need a local file path.
🔧 What setup does
setup is the guided path. It:
- creates or updates
~/.hermes/profiles/delx-wellness - installs
SOUL.md,AGENTS.mdandONBOARDING.md - installs Delx Wellness skills for onboarding · daily brief · training · sleep · nutrition · setup
- writes local MCP presets for WHOOP, Garmin, Oura, Strava, Fitbit, Google Health, Withings, Apple Health, Samsung Health, Polar and Nourish
- runs Hermes profile checks when
hermesis available - smoke-tests
nourishthrough Hermes (it does not require OAuth) - prints the next commands for model setup, chat verification and connector auth
Preview before writing:
npx -y delx-wellness-hermes setup --dry-run
Skip the Nourish smoke test:
npx -y delx-wellness-hermes setup --skip-smoke
🛠️ Manual flow
Use the manual commands when you want to inspect each step:
npx -y delx-wellness-hermes install --profile delx-wellness --dry-run
npx -y delx-wellness-hermes install --profile delx-wellness --write
npx -y delx-wellness-hermes onboarding --profile delx-wellness --write
npx -y delx-wellness-hermes doctor --profile delx-wellness --run-hermes
✅ Validate MCP and chat
MCP-only checks verify profile files, skills and connector presets:
npx -y delx-wellness-hermes doctor --profile delx-wellness --run-hermes
hermes -p delx-wellness mcp list
hermes -p delx-wellness mcp test nourish
Full chat readiness requires a model/provider configured for the profile:
hermes -p delx-wellness model
npx -y delx-wellness-hermes doctor --profile delx-wellness --run-hermes --test-chat
--test-chatmakes a short Hermes model call, so it may use provider quota. MCP-only checks do not require model access.
📋 Onboarding worksheet
The onboarding worksheet gives the agent the context a real wellness product should ask for — before it recommends training, sleep, recovery or nutrition decisions:
| Category | What gets captured |
|---|---|
| Locale | Language · timezone · units |
| Body | Optional age · height · weight · gender context |
| Goals | Primary goal · secondary goals |
| Devices | Connected wearables and apps |
| Training | Schedule · sports · upcoming events · equipment · workout duration |
| Nutrition | Habits · restrictions · macro goals |
| Health | Injuries · pain · medical constraints · conservative decision rules |
| Style | Response format for Telegram or terminal use |
The user never needs to paste tokens or secrets into chat.
🔌 Connector presets
Default local MCP presets installed by setup:
| Provider | Package | OAuth needed at setup |
|---|---|---|
| WHOOP | whoop-mcp-unofficial | ✅ |
| Garmin | garmin-mcp-unofficial | ✅ |
| Oura | oura-mcp-unofficial | ✅ |
| Strava | strava-mcp-unofficial | ✅ |
| Fitbit | fitbit-mcp-unofficial | ✅ |
| Google Health | google-health-mcp-unofficial | ✅ |
| Withings | withings-mcp-unofficial | ✅ |
| Apple Health | apple-health-mcp-unofficial | ⛔ (uses local export.zip) |
| Samsung Health | samsung-health-mcp-unofficial | ⛔ (uses local CSV/ZIP export) |
| Polar | polar-mcp-unofficial | ✅ |
| Eight Sleep | eight-sleep-mcp-unofficial | ✅ |
| Nourish 🟢 | wellness-nourish | ⛔ (works immediately) |
| Wellness Air | wellness-air | ✅ |
| Cycle Coach | wellness-cycle-coach | ⛔ (profile-only context) |
| CGM | wellness-cgm-mcp | ✅ |
Exercise Catalog is kept disabled by default because private catalog access may depend on non-public data.
🌐 Hosted Hub mode
Hosted hub mode is explicit and has no default production URL:
npx -y delx-wellness-hermes setup \
--mode hosted \
--hub-url https://your-private-hub.example/mcp \
--dry-run
🛡️ Public-safe boundary
This package is safe to publish because it contains:
- ✅ profile templates
- ✅ public skills
- ✅ connector package presets
- ✅ config generation
- ✅ setup and doctor checks
It must not contain:
- ❌ real user tokens
- ❌ OAuth credentials
- ❌ personal
~/.hermesconfig - ❌ Telegram gateway secrets
- ❌ private hosted hub API keys
- ❌ private Exercise Catalog data
🧪 Development
npm install
npm test
npm pack --dry-run
🔗 See also
- 🏠 Connector registry —
delx-wellness: the public map of all 15 wellness MCP connectors. - 🧰 Agent workbench —
delx-agent-workbench: runnable prompts, MCP configs and profile templates for this stack. - 🌐 Site — wellness.delx.ai/hermes: live demo, FAQ, and copy-paste configs.
- OpenClaw sibling pack —
delx-wellness-openclaw: same wellness stack, OpenClaw-nativeopenclaw.json, workspace and skills setup. - 🤖 Hermes —
NousResearch/hermes-agent: the agent runtime this profile pack targets.
👤 Built by
David Batista — founder of Delx, building protocol layers for autonomous AI agents.
Follow on X: @delx369
📧 Contact & Support
- 📨 [email protected] — general questions, integration help, partnerships
- 🐛 Bug reports / feature requests — GitHub Issues
- 🐦 Updates — @delx369 on X
- 🌐 Site — wellness.delx.ai
📜 License
MIT — see LICENSE.
Hermes is a project of NousResearch. WHOOP, Oura, Garmin, Strava, Fitbit, Google Health, Withings, Apple Health, Samsung Health and Polar are trademarks of their respective owners. This profile pack is not affiliated with, endorsed by, or supported by any of them.
GitTrend (@GitTrend0x): Hermes 又集体进化了!
智能多源搜索,AI/ML API 原生 fork、Inkbox 通信身份、VS Code Codespace 集成、多账号编程舰队……全网程序员把 Hermes 玩成了下一代 Agent 搜索大脑 + 省钱模型管家 + 真实身份特工 + 编辑器原住民 + 编程军团指挥官:
1️⃣
相似文章
@GitTrend0x: Hermes 谁用谁舒服!超级应用研发! 强化 fork 版、阿里云记忆插件、Felo 营销技能包、Awesome 社区圣经、轻量 Web UI…… 全网程序员把 Hermes 玩成了下一代 Agent 深度 hack 神器 + 云端集体…
Hermes Agent及其生态工具集在开发者社区中引发关注,包括强化fork版、阿里云记忆插件、Felo技能包、社区圣经和轻量Web UI,展示了AI Agent的深度定制和云端协作能力。
@GitTrend0x: Hermes 继续自进化,宝藏接一连三出现! Kali 渗透测试技能,Dashboard 深色主题包、像素世界桥接、AIOps 运维军团、原生视频创作管线……全网程序员把 Hermes 玩成了下一代 Agent 红队黑客 + 丝滑仪表盘 …
Hermes Agent 生态迎来多项社区更新,包括 Kali 渗透测试技能、深色主题仪表盘、像素元宇宙桥接、AIOps 运维及视频创作管线,展示了 AI Agent 在安全测试与自动化运维方面的新能力。
@GitTrend0x: Hermes 全能型身份名单分享! AI/ML API 原生 fork、Inkbox 通信身份集成、VS Code Codespace 扩展、多 Agent 编程舰队、Agent-Stack 基础设施补全…… 全网程序员把 Hermes …
Hermes 是一个由 Nous Research 构建的自我改进 AI 智能体框架,支持多种基础设施集成和身份管理,开发者通过多个 fork 扩展了其能力。
@GitTrend0x: Hermes 终于拥有了自己的灵魂! Proficiencies 职业技能包,Shadow CTO 仓库记忆、Mind Transposition 灵魂转移、Mnemosyne 高级本地记忆、HermesKill 安全急停…… 全网程序员…
Hermes agent gains a set of installable skills for workspace hygiene, decision-making, memory systems, and cross-platform migration, turning it into a professional agent workflow.
@GitTrend0x: Hermes 继续自进化冲超级体! Humanizer 去 AI 痕迹、Obsidian 身份层、Taste 风格记忆、AutoShorts 短视频工厂、Creative Brain 采访大脑……全网程序员把 Hermes 玩成了下一代 …
介绍了一系列与Hermes agent相关的开源技能:humanizer去除AI痕迹、obsidian-skills将笔记变为身份层、taste-skill提炼个人风格、skill-autoshorts自动剪辑短视频、creative-brain采访提炼创意风格,旨在将Agent变为真人写手和私人知识库。