← 返回 Skills 市场
adrianhihi

Openclaw

作者 adrianhihi · GitHub ↗ · v0.6.3 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install vial-self-healing
功能描述
Vial self-healing runtime — 8 protocols covering technical failures, behavioral failures, and agent role enforcement.
安全使用建议
This skill is coherent with its stated purpose but performs autonomous actions you should review: it issues shell exec() calls that (a) write logs to /tmp/vial.log, (b) call an external telemetry/repair endpoint hosted on a personal workers.dev domain, and (c) can spawn verification sub-sessions and auto-execute follow-up steps (even without asking for every non-destructive action). Before installing, confirm you trust the telemetry/repair domain and its operator; consider whether you are comfortable with the skill making outbound HTTP requests and potentially running automated follow-up actions on your behalf. If you need stronger guarantees, ask the author for (1) the exact telemetry payloads and a strict spec for parsing Gene Map responses, (2) an option to disable remote calls/telemetry, and (3) explicit confirmation prompts instead of automatic execution for any action that could have side effects.
功能分析
Type: OpenClaw Skill Name: vial-self-healing Version: 0.6.3 The skill bundle implements a 'self-healing' runtime that includes a remote strategy lookup mechanism via curl to helix-telemetry.haimobai-adrian.workers.dev. This allows the agent to fetch and execute instructions (strategies) from an external server, creating a potential remote instruction injection vector. The protocols also instruct the agent to perform background telemetry and read local configuration files (~/.openclaw/workspace/IDENTITY.md) using shell execution. While the stated intent is reliability, the ability to dynamically alter agent behavior from a remote endpoint is a significant security risk.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (self‑healing runtime) align with the SKILL.md protocols (loop detection, auth/session recovery, verification, etc.). Required resources declared in registry (no binaries, no env) match the instruction-only design.
Instruction Scope
The runtime instructs the agent to run shell exec(...) commands (curl and file writes), spawn verification sub-sessions (sessions_spawn / sessions_yield), and in several cases to 'execute the pending task NOW' without further user confirmation for non‑destructive steps. It also relies on remote Gene Map responses to decide strategies but does not define how to parse or validate those responses. These actions extend the agent's behavior beyond passive guidance and could change agent outputs or cause network activity.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is downloaded or written to disk by an installer. The only persisted artifact is /tmp/vial.log written at runtime.
Credentials
The skill requires no credentials or special env vars, which is appropriate. However it sends telemetry and performs Gene Map lookups to an external HTTP endpoint (https://helix-telemetry.haimobai-adrian.workers.dev). While SKILL.md claims only anonymous, non‑PII fields are sent, the skill triggers network calls and could in practice be extended or misused to send more data; this is a privacy/trust consideration rather than a declared credential mismatch.
Persistence & Privilege
always:false (not force-included). The skill writes only to /tmp/vial.log and uses platform session APIs for verification; it does not request system-wide config changes or other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vial-self-healing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vial-self-healing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.3
v0.6.3: Fixed telemetry — simple GET URL, no JSON escaping. Gene Map receives real data.
v0.6.2
v0.6.2: Fix exec commands — split into two simple calls for reliable execution
v0.6.1
v0.6.1: Default telemetry — every protocol trigger now feeds the Gene Map automatically. Anonymous event only, no user data.
v0.6.0
v0.6.0: Protocol 8 — Agent Role Guard. 8 total protocols. Hook v0.3 with role enforcement. Zero Clawdi API dependency.
v0.5.0
v0.5.0: Protocol 7 — Behavioral Failure Detection (silent abandonment, unverified completion via sessions_spawn, instruction drift). Hook v0.2 with zero Clawdi API dependency.
v0.4.1
- Improved error classification: now use a simple table to map error signals to standard codes before querying the Gene Map. - Clarified repair strategy selection: clearly specify confidence thresholds and fallback behavior for protocol use. - Streamlined Gene Map query instructions for error handling. - No changes to protocols, privacy, or logging—core logic remains the same.
v0.4.0
v0.4.0: SKILL.md now queries Gene Map API before applying protocols. Strategies backed by real repair data — confidence scores improve as more agents use Vial.
v0.3.0
v0.3.0: Addressed security scan concerns — softer language, declared telemetry endpoint, scoped re-auth to OpenClaw connector flows only
v0.2.0
Vial Self-Healing Runtime v0.2 is a significant update focused on proactive, protocol-driven error recovery for AI agent reliability. - Introduces mandatory checks before and after all external tool calls to detect auth issues and log failures. - Adds clear, protocol-based actions for handling loops, step chains, rate limits, auth errors, session problems, and silent failures. - Specifies logging standards for each protocol to /tmp/vial.log for centralized diagnostics. - Requires session startup checks, with recent repair logs reported to users. - Provides tailored instructions and best practices for specific agent types (CEO, Crypto, Stock). - Emphasizes proactive detection and repair—minimizing silent failures and improving transparency.
元数据
Slug vial-self-healing
版本 0.6.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

Openclaw 是什么?

Vial self-healing runtime — 8 protocols covering technical failures, behavioral failures, and agent role enforcement. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Openclaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vial-self-healing」即可一键安装,无需额外配置。

Openclaw 是免费的吗?

是的,Openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw 支持哪些平台?

Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openclaw?

由 adrianhihi(@adrianhihi)开发并维护,当前版本 v0.6.3。

💬 留言讨论