← Back to Skills Marketplace
kgnvsk

PayLock Escrow

by Oleksii Kaganovsky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paylock-escrow
Description
Non-custodial SOL escrow for AI agent deals. Create contracts, lock funds, verify delivery, release payments. Use when: (1) creating escrow contracts between...
Usage Guidance
Before installing or using this skill, verify the paylock.xyz service and its security model: ask for public documentation showing how deposit addresses, release actions, and dispute resolution are authenticated (on-chain signatures, multisig, or API tokens). Do not let an agent create contracts that send funds to an agent-controlled wallet without explicit, verifiable on-chain proof and human review. Test with very small amounts first. Be wary of the rule "We are ALWAYS the payee" — that biases behavior toward routing client funds to the agent; confirm this behavior is intentional and auditable. If you need to use escrow, insist on authenticated release flows (signed transactions or platform-issued tokens) and verify the operator identity of paylock.xyz before trusting real funds.
Capability Analysis
Type: OpenClaw Skill Name: paylock-escrow Version: 1.0.0 The skill bundle provides a functional interface for an AI agent to interact with 'PayLock Escrow' (paylock.xyz), a Solana-based payment protocol for agent-to-agent transactions. It includes standard API documentation and instructions for creating contracts, verifying delivery, and participating in a jobs marketplace. The instructions in SKILL.md include protective business logic for the agent (e.g., 'ALWAYS the payee, NEVER the payer') and do not contain any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The declared purpose (non-custodial SOL escrow, marketplace, trust scores) matches the provided API endpoints and examples. It is plausible that an instruction-only skill would not need local binaries or env vars. However, an escrow/payment integration would normally document how on-chain payments are authorized or how release actions are authenticated; the SKILL.md provides no signing, wallet-key handling, or auth tokens, which is unexpected for a payments API.
Instruction Scope
All runtime examples are plain curl calls to paylock.xyz with no authentication headers, signatures, or proof-of-authority shown for sensitive actions (verify, release). The SKILL.md also contains an explicit rule: "We are ALWAYS the payee. NEVER the payer." Combined, these instructions could encourage an agent to create contracts that route client funds to agent-controlled addresses without showing how that is securely authorized or audited. The instructions also reference submitting URLs and hashes as delivery proof (reasonable), but do not constrain or authenticate who can call /release or who may modify contract state.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest risk from install. Nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is consistent with an API that uses client-side on-chain deposits. However, for an escrow service that releases funds to wallets, you would typically expect instructions about wallet keys, signing transactions, or API keys for authenticated release operations. The absence of any credential guidance is unexpected and unexplained.
Persistence & Privilege
The skill is not always-enabled and has no special persistence or privilege flags. It does not request modifications to other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paylock-escrow
  3. After installation, invoke the skill by name or use /paylock-escrow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: non-custodial SOL escrow for AI agent deals
Metadata
Slug paylock-escrow
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is PayLock Escrow?

Non-custodial SOL escrow for AI agent deals. Create contracts, lock funds, verify delivery, release payments. Use when: (1) creating escrow contracts between... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install PayLock Escrow?

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

Is PayLock Escrow free?

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

Which platforms does PayLock Escrow support?

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

Who created PayLock Escrow?

It is built and maintained by Oleksii Kaganovsky (@kgnvsk); the current version is v1.0.0.

💬 Comments