SKILL.md is the agent entry point for ForeverBetter. It tells an
agent how to choose cloud, self-hosted, or local execution; authenticate without
putting credentials in chat; discover the live deployment; and complete a health
workflow instead of stopping at setup instructions.
Open the skill file
Read or download the canonical, machine-readable instruction file.
Connect your agent
Follow the browser handoff and attach the API over MCP.
Give it to an agent
Paste this instruction into any agent that can read URLs:What makes the workflow agentic
The skill gives the agent an operating contract, not only API documentation:- Choose cloud, self-hosted API, or the local file pipeline.
- Use browser-based agent login so the user never pastes an OTP, API key, OAuth code, or OAuth state into chat.
- Read the live manifest, capabilities registry, endpoint catalog, and OpenAPI contract before acting.
- Ask which outcome the user wants and which data is already available. A dashboard is optional: the result can instead be a one-off or recurring action plan, ancestry result, trend loop, health agent, or full multimodal optimization.
- Connect the minimum useful data, then run the matching playbook end to end.
- Poll queued jobs and wearable connections until they complete or fail.
- Deliver the dashboard, action plan, ancestry result, provider shortlist, or source-backed answer with coverage and provenance.
Live discovery wins
The skill deliberately avoids freezing deployment details into an agent prompt. An agent checks these public contracts before it connects data:
If a static example disagrees with these live contracts, the live deployment is
authoritative.