BestYou Health Intelligence

v1.0.0

Connect your AI agent to BestYou health intelligence via MCP. 19 on-device AI agents coordinate fitness, nutrition, sleep, and recovery into an adaptive dail...

0· 83·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the required artifacts: a BestYou API key and an MCP client (mcporter) to talk to https://mcp.bestyou.ai/mcp. The single required env var (BESTYOU_API_KEY) is exactly the credential you would expect for this integration.
Instruction Scope
SKILL.md stays on-purpose: it instructs the agent to verify account link status then call defined MCP tools (daily briefing, action plan, etc.). It does instruct the user to add the API key to environment and to mcporter config (which results in a token being stored in a local config file) and to restart the OpenClaw gateway; those setup steps touch local configuration and restart an agent service but are expected for wiring an external MCP service.
Install Mechanism
There is no install spec or code to download — the skill is documentation-only. It suggests installing mcporter via npm (npm install -g mcporter), which is a typical external dependency and not part of the skill package itself.
Credentials
Only one credential (BESTYOU_API_KEY) is required, which is proportional. However, the docs recommend exporting the key into shell profiles and/or embedding it into a local mcporter config file (~/.openclaw/workspace/config/mcporter.json), which stores the bearer token in plaintext. That is functional but has security tradeoffs the user should consider (use revocable scoped keys and secure storage).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent platform privileges. The setup steps lead to creating/updating a local mcporter config and restarting the gateway, which is standard for connecting a new MCP endpoint and is within the expected scope.
Assessment
This skill appears coherent and implements a straightforward MCP integration. Before installing, confirm the domain (mcp.bestyou.ai) is the official BestYou endpoint and generate a revocable key in the app. Prefer storing the key in a secure secrets manager rather than a shell profile or plaintext config file; if you must store it in mcporter's config, understand it will be saved locally in that file. Be aware the setup asks you to restart the OpenClaw gateway and to install mcporter via npm. If you have concerns about local token storage, rotate/revoke the key after testing and review the BestYou app's revocation controls.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b1h4vhwvdegjahmhfa0p0nx83dehf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvBESTYOU_API_KEY
Primary envBESTYOU_API_KEY

Comments