← Back to Skills Marketplace
teoslayer

Pilot Escrow

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-escrow
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-escrow
  3. After installation, invoke the skill by name or use /pilot-escrow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-escrow
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install Pilot Escrow?

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

Is Pilot Escrow free?

Yes, Pilot Escrow is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pilot Escrow support?

Pilot Escrow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Escrow?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments