← 返回 Skills 市场
PayLock Escrow
作者
Oleksii Kaganovsky
· GitHub ↗
· v1.0.0
· MIT-0
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paylock-escrow - 安装完成后,直接呼叫该 Skill 的名称或使用
/paylock-escrow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: non-custodial SOL escrow for AI agent deals
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 PayLock Escrow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paylock-escrow」即可一键安装,无需额外配置。
PayLock Escrow 是免费的吗?
是的,PayLock Escrow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PayLock Escrow 支持哪些平台?
PayLock Escrow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PayLock Escrow?
由 Oleksii Kaganovsky(@kgnvsk)开发并维护,当前版本 v1.0.0。
推荐 Skills