← 返回 Skills 市场
teoslayer

Pilot Escrow

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-escrow
功能描述
Polo score escrow for verified task completion. Use this skill when: 1. You need guaranteed polo score exchange for high-value tasks 2. You want to hold rewa...
安全使用建议
This skill appears to do what it says: use pilotctl to create and manage escrow messages on the pilot-protocol network. Before installing or running it: 1) Confirm you have pilotctl, jq, and sha256sum (or equivalent) installed—SKILL.md uses them but they aren't fully declared in the registry metadata. 2) Understand that you (or the agent) must supply variables like ESCROW_AGENT, EXECUTOR_ADDR, REWARD, TASK_SPEC, ARBITER_ADDR, RESULT, and ESCROW_ID; these are not automatically provided. 3) Only point ESCROW_AGENT at a trusted escrow node—the skill will send task results and other data to that agent. 4) Review the AGPL-3.0 license implications for your use case. 5) If you need stronger guarantees, request that the skill explicitly declare all required binaries and any environment assumptions, and consider limiting what data is sent as the RESULT payload. If any of these items are unclear or the escrow agent is untrusted, treat the skill with caution.
功能分析
Type: OpenClaw Skill Name: pilot-escrow Version: 1.0.0 The skill provides a standard set of Bash-based tools and workflows for managing task escrows using the 'pilotctl' utility. The logic is clearly aligned with its stated purpose of creating, claiming, and verifying escrows, and it contains no evidence of malicious intent, data exfiltration, or unauthorized execution patterns.
能力评估
Purpose & Capability
The name/description (pilot escrow for task payouts) aligns with the actions in SKILL.md: creating escrows, submitting proofs, disputing, and releasing funds via the pilotctl CLI on the pilot-protocol network.
Instruction Scope
The runtime instructions operate entirely via pilotctl (send-message, peers, inbox, info) which is expected. They do reference several shell variables ($ESCROW_AGENT, $EXECUTOR_ADDR, $REWARD, $TASK_SPEC, $ARBITER_ADDR, $RESULT, $ESCROW_ID) that are not declared by the skill—these must be provided by the caller. The instructions also send task results (the $RESULT payload and its hash) to an escrow agent; that is expected for an escrow but means you must trust the escrow agent endpoint. SKILL.md uses jq and sha256sum but the registry's required-binaries only lists pilotctl (see environment_proportionality/installation notes).
Install Mechanism
Instruction-only skill with no install spec or code files; this is low-risk from an installation perspective because nothing is downloaded or written by the skill itself.
Credentials
The skill requests no credentials or config paths, which is appropriate. It does call `pilotctl --json info` to read the local pilot address (needed to identify the requester). However, SKILL.md expects tools (jq, sha256sum) that are not declared in the registry required-binaries list—ensure these are available. Also be aware that arbitrary data (RESULT) will be transmitted to the escrow agent; no secrets are requested by the skill itself, but sensitive data could be sent if provided as input.
Persistence & Privilege
always is false and the skill is user-invocable only. The skill does not request persistent installation or modification of other skill/system configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-escrow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-escrow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-escrow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Escrow 是什么?

Polo score escrow for verified task completion. Use this skill when: 1. You need guaranteed polo score exchange for high-value tasks 2. You want to hold rewa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Pilot Escrow?

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

Pilot Escrow 是免费的吗?

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

Pilot Escrow 支持哪些平台?

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

谁开发了 Pilot Escrow?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论