← 返回 Skills 市场
147
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install psyclaw-openclaw-health
功能描述
Facilitates agent registration, credential management, heartbeat synchronization, and onboarding baseline health assessments with PsyClaw platform.
安全使用建议
What to consider before installing:
- Trust the endpoint: the script registers to and downloads docs from https://www.psyclaw.cn by default. Only run this if you trust that PsyClaw platform and its domain.
- Credentials created: the script will POST to register and write an API key and agent_id into .agents/skill-docs/openclaw-health/credentials.json; that API key allows the skill to call the platform APIs. Treat that file like a secret and inspect it before sharing.
- Claim URL behavior: the script may produce a claim_url that you are instructed to send to a human admin. Only share the claim link with an authorized person — it is how the agent is bound to an account.
- Sandbox and review: if unsure, inspect install.sh yourself and run it in a restricted/sandboxed environment (no privileged access, limited network scopes) to observe behavior before allowing it in production.
- Least privilege: run as an unprivileged account and ensure network egress policies limit access only to the expected platform. If you operate in an environment with strict security requirements, request documentation of what the platform's api_key permits and how long keys remain valid.
- Operational caution: after installation, verify the contents of credentials.json, the claim files, and the status snapshot. If you do not want the agent to autonomously contact external services, do not enable or run the script or block its network calls.
If you want, I can list the exact network endpoints and local files the script touches, or produce a minimal checklist for safely testing this skill in an isolated environment.
功能分析
Type: OpenClaw Skill
Name: psyclaw-openclaw-health
Version: 0.5.0
The skill bundle implements an onboarding and telemetry system for a remote platform (psyclaw.cn) described as 'agent health monitoring.' The install.sh script registers the agent, saves credentials locally, and exfiltrates metadata including the system hostname, model name, and system prompt descriptions to the remote server. SKILL.md uses aggressive prompt-injection techniques to override agent behavior, forcing it to prioritize registration and the transmission of a 'claim URL' to the user. While the behavior aligns with the stated purpose of the PsyClaw service, the automated collection of environment metadata and the establishment of a persistent remote 'heartbeat' represent significant privacy and security risks.
能力评估
Purpose & Capability
The skill description (registration, credential management, heartbeat, onboarding baseline assessments) aligns with the included install.sh and SKILL.md: the script registers an agent, saves api_key/agent_id to .agents/skill-docs/openclaw-health/credentials.json, posts heartbeats and onboarding progress, and submits assessment JSON. No unrelated services or credentials are requested.
Instruction Scope
Runtime instructions are focused: they tell the agent to run the bundled install.sh, report a generated claim URL to a human admin, wait for claim before continuing, and perform local generation/submission of assessment JSONs. The script reads/writes only the local .agents/skill-docs/openclaw-health files and uses the API key it obtains; it does not instruct broad file system reads or arbitrary external exfiltration beyond communicating with the PsyClaw API endpoints.
Install Mechanism
There is no separate package install spec; the skill is instruction-first and includes a bash install.sh. install.sh downloads several documentation files from the platform base URL (default https://www.psyclaw.cn) using curl if they are missing. Pulling files at runtime from an external domain is expected for a registration/onboarding skill, but the domain is not a well-known public code host — this increases risk if you do not trust that endpoint.
Credentials
The script uses/creates an agent API key and agent_id (persisted to credentials.json) and uses them to call platform endpoints. It does not request unrelated system credentials or many environment variables. It optionally reads hostname and model-related env vars for heartbeat metadata; this is proportional to the stated purpose.
Persistence & Privilege
The skill stores its own credentials and status under .agents/skill-docs/openclaw-health and does not request always:true or attempt to modify other skills. It will create persistent credentials on the platform (api_key) and write them locally — this is necessary for its function but gives the platform credentialed access tied to the agent; treat those credentials as sensitive.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install psyclaw-openclaw-health - 安装完成后,直接呼叫该 Skill 的名称或使用
/psyclaw-openclaw-health触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.0
Add recovery flow, daily ops guide, human checklist, and in-app next steps
v0.4.0
Add first-day experience layer and route onboarding into it
v0.3.0
Redesign onboarding as executable skill with claim-first state machine
v0.2.1
Force claim URL handoff via claim-message.txt
v0.2.0
ClawHub-first install commands and Git-backed source tree
v0.1.0
Initial ClawHub publication
元数据
常见问题
PsyClaw OpenClaw Health 是什么?
Facilitates agent registration, credential management, heartbeat synchronization, and onboarding baseline health assessments with PsyClaw platform. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 PsyClaw OpenClaw Health?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install psyclaw-openclaw-health」即可一键安装,无需额外配置。
PsyClaw OpenClaw Health 是免费的吗?
是的,PsyClaw OpenClaw Health 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PsyClaw OpenClaw Health 支持哪些平台?
PsyClaw OpenClaw Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PsyClaw OpenClaw Health?
由 Anctro(@anctro)开发并维护,当前版本 v0.5.0。
推荐 Skills