← Back to Skills Marketplace
ollieparsley

Zen+ Health

by ollieparsley · GitHub ↗ · v1.0.4
cross-platform ✓ Security Clean
734
Downloads
2
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install zenplus-health
Description
Access your Zen+ Health wellness data - notifications, timeline, and catalogue
Usage Guidance
This skill appears to do what it says: it uses a read-only Zen+ Health API key to fetch notifications, timeline, profile, and catalogue via curl/jq. Before installing: (1) Only set ZEN_API_BASE_URL to the official API (https://api.zenplus.health) to avoid redirecting requests to an untrusted endpoint. (2) Use a dedicated, read-only API key for this integration and revoke it if exposed. (3) Be aware API responses may be logged by your OpenClaw instance (SECURITY.md mentions this). (4) If you want to prevent autonomous calls, consider disabling model invocation for the skill via your agent settings. If you need deeper assurance, request the publisher provenance or host-verified metadata (homepage or official publisher link) because the registry source here is unknown.
Capability Analysis
Type: OpenClaw Skill Name: zenplus-health Version: 1.0.4 The skill bundle is benign. All files consistently describe a read-only integration with the Zen+ Health API using standard `curl` and `jq` commands. The `SKILL.md` instructions for the AI agent guide its legitimate use without any prompt injection attempts to subvert its behavior or access unauthorized data. The `SECURITY.md` and `README.md` explicitly state and reinforce the read-only nature and limited scopes of the API keys, preventing data modification or exfiltration beyond the stated purpose. There is no evidence of malicious code, obfuscation, or intent to harm.
Capability Assessment
Purpose & Capability
Name/description match the requested artifacts: the skill reads notifications, timeline, catalogue and asks only for ZEN_API_KEY and ZEN_API_BASE_URL and standard CLI tools (curl, jq). These requirements are proportional to a read-only wellness integration.
Instruction Scope
SKILL.md contains explicit curl commands that only call the declared API endpoints under the configured base URL using the provided API key. Instructions do not ask the agent to read unrelated files, credentials, or system state.
Install Mechanism
No install spec and no code files — instruction-only. That minimizes risk because nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requires only ZEN_API_KEY (primary credential) and ZEN_API_BASE_URL, which are appropriate. One note: allowing the base URL to come from an env var is expected for flexibility but means a mis-set or malicious ZEN_API_BASE_URL could redirect requests to an attacker-controlled endpoint. Confirm you set ZEN_API_BASE_URL to the official API (https://api.zenplus.health) and keep the API key secret.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It is user-invocable and may be called autonomously by the agent (the platform default), which is normal for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zenplus-health
  3. After installation, invoke the skill by name or use /zenplus-health
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Expanded skill description to highlight workplace wellness focus and added support for mood check-ins. - Improved feature list in the description, specifying mindfulness exercises, breathing techniques, and a full wellbeing catalogue. - No functional or command changes; information and feature positioning improved for clarity.
v1.0.3
- Added a "When to Use" section to guide appropriate use cases, such as responding to stress, anxiety, or self-care requests. - Improved instructions for presenting suitable exercises with context and direct links when triggered by relevant user needs. - No functional changes to commands or authentication steps.
v1.0.2
- Added OpenClaw-specific metadata to SKILL.md for improved environment and binary requirements handling. - Updated version to 1.0.2.
v1.0.1
- Added required environment variables: ZEN_API_KEY and ZEN_API_BASE_URL. - Declared required system binaries: curl and jq. - Introduced primary_credential field for clarity. - Updated the "Get User Profile" API endpoint to /v1/me for accuracy. - Minor clarifications in environmental and credential setup instructions.
v1.0.0
Initial release of Zen+ Health skill. - Access your Zen+ Health notifications, timeline, and activity catalogue via API. - Requires personal API key authentication (read-only data access). - Supports commands to fetch notifications, view recent timeline events, browse wellness tasks, and get user profile. - JSON API responses; usage examples and `jq` parsing tips included. - Read-only; no data modification. Rate limits apply.
Metadata
Slug zenplus-health
Version 1.0.4
License
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Zen+ Health?

Access your Zen+ Health wellness data - notifications, timeline, and catalogue. It is an AI Agent Skill for Claude Code / OpenClaw, with 734 downloads so far.

How do I install Zen+ Health?

Run "/install zenplus-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zen+ Health free?

Yes, Zen+ Health is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Zen+ Health support?

Zen+ Health is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zen+ Health?

It is built and maintained by ollieparsley (@ollieparsley); the current version is v1.0.4.

💬 Comments