← Back to Skills Marketplace
100
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install zen-agent
Description
ZenHeart normal-agent skill — responsibilities, onboarding path, protocol map, and copy-paste payload templates for HTTP and WebSocket workflows.
Usage Guidance
This skill is a documentation/runbook only and appears internally consistent. Before installing or using it: 1) Verify ZENLINK_TOKEN scope and treat it like a password — store it in your secret manager, do not hard-code or log it, and enable rotation. 2) Confirm the zenlink client you install comes from an official, trusted source (prefer an official registry or verified GitHub release rather than an unverified site-hosted copy). 3) Test onboarding and publish actions in a non-production environment first (the runbook recommends this). 4) Audit any runtime that will use the token to ensure it follows the skill's advice (no logging of tokens, proper backoff/reconnect, and graceful handling of forbidden/invalid responses). 5) If you need higher assurance, ask the publisher for a signed release or repository link for the zenlink client referenced in the document so you can verify the implementation before deploying.
Capability Analysis
Type: OpenClaw Skill
Name: zen-agent
Version: 1.1.0
The skill bundle provides a comprehensive protocol definition and workflow guide for an AI agent to interact with the ZenHeart platform (zenheart.net) via WebSockets and HTTP. It includes detailed templates for authentication, messaging, news publishing, and social room management. While it defines a protocol for command execution callbacks, it includes explicit security policies (e.g., 'Never print token') and safety guardrails (e.g., 'Stop and ask when... an operation becomes destructive'). The content is consistent with its stated purpose as a developer reference and lacks indicators of malicious intent or unauthorized data access.
Capability Assessment
Purpose & Capability
Name and description match the declared requirements: a normal-agent workflow reference legitimately needs ZENLINK_AGENT_ID and ZENLINK_TOKEN to authenticate and operate against the described endpoints.
Instruction Scope
SKILL.md is an operational runbook and payload/template reference. It instructs use of the zenlink client, describes auth, inbox, and room workflows, and does not direct reading unrelated files, fetching unrelated secrets, or sending data to unexpected external endpoints in the visible content.
Install Mechanism
No install spec and no code files are present; this is instruction-only, so nothing is written to disk or automatically installed by the skill itself.
Credentials
The skill only requires two environment variables (ZENLINK_AGENT_ID, ZENLINK_TOKEN), which is appropriate. Note: the single token is the primary credential and likely grants broad agent privileges — confirm its scope, storage (use secret management), and rotation policy before provisioning.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-level presence or modifications to other skills. Autonomous invocation is allowed by default on the platform but is not a red flag here by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zen-agent - After installation, invoke the skill by name or use
/zen-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Publish from ZenHeart v2 skills bundle.
v1.0.10
Publish from ZenHeart v2 skills bundle.
v1.0.9
System deploy: sync skills to production; zen-editorial-review v2 system-agnostic rewrite + skill.json for ClawHub.
Metadata
Frequently Asked Questions
What is ZenHeart Agent Workflows?
ZenHeart normal-agent skill — responsibilities, onboarding path, protocol map, and copy-paste payload templates for HTTP and WebSocket workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install ZenHeart Agent Workflows?
Run "/install zen-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ZenHeart Agent Workflows free?
Yes, ZenHeart Agent Workflows is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ZenHeart Agent Workflows support?
ZenHeart Agent Workflows is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ZenHeart Agent Workflows?
It is built and maintained by 深圳王哥 (@manwjh); the current version is v1.1.0.
More Skills