delx-wellness-daily-operator

delx-wellness-daily-operator is a skill for Claude Code, Codex from davidmosiah/delx-wellness-hermes. It costs 22 tokens per session (665 once invoked), scanned A, original, MIT.

A daily wellness routine for Hermes users that combines available health, training, recovery, and nutrition information. It uses connected services when configured and checks their status before making claims.

In plain words
What is it for?
Use it for daily plans, training decisions, food and recovery guidance, and checks of connected wellness data.
Why use it?
It gives the agent a consistent way to prepare daily guidance while revealing when data sources or setup are missing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for daily plans, training decisions, food and recovery guidance, and checks of connected wellness data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davidmosiah/delx-wellness-hermes/delx-wellness-daily-operator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add davidmosiah/delx-wellness-hermes --skill delx-wellness-daily-operator
Clone the repo
git clone --depth 1 https://github.com/davidmosiah/delx-wellness-hermes

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for delx-wellness-daily-operator

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidmosiah/delx-wellness-hermes/delx-wellness-daily-operator/github.svg)](https://agentmods.dev/skills/davidmosiah/delx-wellness-hermes/delx-wellness-daily-operator)
Your own site
<a href="https://agentmods.dev/skills/davidmosiah/delx-wellness-hermes/delx-wellness-daily-operator"><img src="https://agentmods.dev/badge/skills/davidmosiah/delx-wellness-hermes/delx-wellness-daily-operator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for delx-wellness-daily-operator

Your own site · 80×15
<a href="https://agentmods.dev/skills/davidmosiah/delx-wellness-hermes/delx-wellness-daily-operator"><img src="https://agentmods.dev/badge/skills/davidmosiah/delx-wellness-hermes/delx-wellness-daily-operator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 665 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 70
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00665
Opus 5 $0.00011 $0.00332
Sonnet 5 $0.00004 $0.00133
Haiku 4.5 $0.00002 $0.00067

Measured 12d ago against content hash 99ccbaadca5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

delx-wellness-daily-operator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/delx-wellness-daily-operator/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Delx Wellness Daily Operator

When to Use

Use this when the user asks for today's plan, a daily wellness brief, what to do today, whether to train, what to eat, how to recover, or what setup is missing.

Operator Loop

  1. Read local profile context when available: wellness-profile.json, onboarding notes, goals, safety constraints, and preferred language.
  2. Check unified context first:
    • If living_body_status, living_body_daily_brief, or living_body_compose_context is available, use it before calling individual providers.
    • Treat Living Body as the preferred composition layer because it merges multiple Delx Wellness connectors without exposing child secrets.
  3. If the unified layer is unavailable, check available provider/status tools:
    • Use *_connection_status, *_data_inventory, wellness_provider_status, wellness_today, or provider-specific daily summaries when available.
    • Always call setup/status tools before making claims when configuration may be incomplete.
  4. Use Nourish as the immediate no-OAuth value path:
    • For food questions, call Nourish estimate/search/coach tools before guessing.
    • Do not log food, water, goals, or saved meals unless the user explicitly asks to save.
  5. Build the daily operator answer:
    • One-line operating read.
    • Evidence bullets with provider/source and freshness.
    • Today's training or recovery action.
    • Today's nutrition or hydration action.
    • Missing setup checklist if data is absent or stale.
    • One next command or question that moves the user forward.

Output Contract

Keep the answer compact enough for terminal or Telegram:

Daily read: ...

Evidence:
- ...
- ...

Do today:
- Training/recovery: ...
- Nutrition/hydration: ...

Missing setup:
- ...

Next: ...

If data is unavailable, replace "Evidence" with "Data status" and give the smallest setup action.

Safety

  • This is wellness coaching, not medical advice.
  • Do not diagnose, prescribe, or claim to treat conditions.
  • Do not encourage training through chest pain, fainting, fever, severe illness, acute injury, or concerning symptoms.
  • Do not encourage extreme dieting, dehydration, unsafe supplementation, or disordered eating behavior.
  • For high-risk symptoms, medication conflicts, pregnancy context, eating disorder signals, or abnormal readings, be conservative and recommend professional support.

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 81 lines · 22 tokens per session scan A 99ccbaadca5a

Subscribe to this mod's changes

delx-wellness-daily-operator is a skill published in the GitHub repository davidmosiah/delx-wellness-hermes (19 stars, last pushed 17d ago), licensed MIT. It adds 22 tokens to every session and 665 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

harness-design-fuzzing

Reference vocabulary for designing instrumented harnesses that drive vulnerability discovery — design classes (trigger-driven vs coverage-driven), tiered scope (T1 isolated function / T2 multi-component / T3 full build), systematic input exploration, the two-coverage distinction (fuzzer-feedback vs audit)…

provos/ironcurtain · 147 tokens

memory-safety-c-cpp

Reference vocabulary for memory-safety vulnerabilities in native C/C++ code — bug-class taxonomy, common arithmetic patterns that lead to corruption, dispatch-family discipline, type-confusion idioms, use-after-free patterns, and exploitability factors. Read when analyzing, hypothesizing, designing harnesses for, or…

provos/ironcurtain · 113 tokens

atomicmail

Read and write email through the Atomic Mail from an AI agent. Handles proof-of-work authentication and JMAP so the agent thinks in JMAP method calls. Use when the user asks to register an email inbox, list mailboxes, fetch or send email.

Atomic-Mail/atomic-mail-agentic · 54 tokens

email-formatting

Markdown formatting conventions for email summary documents — heading depth, list style, line length, emoji policy, and a mandatory provenance footer. Read this when producing a markdown report that summarizes one or more email messages so the output matches the project's house style.

provos/ironcurtain · 53 tokens

json-schema-emails

Canonical shape of the .workflow/emails/emails.json file passed between the fetch and summarize states — required fields (sender, recipient, subject, date, body), types, and field semantics. Read this whenever you write or read emails.json so producer and consumer agree on the shape.

provos/ironcurtain · 62 tokens

summary-style-guide

Tone and length conventions for email summaries — voice, verb tense, what to include vs omit, and target sentence count. Read this when writing the prose Summary line for each email so the voice is consistent across the report.

provos/ironcurtain · 48 tokens