← 返回 Skills 市场
Paylock
作者
1477009639zw-blip
· GitHub ↗
· v0.2.0
· MIT-0
109
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install paylock-solana
功能描述
Integrate Solana escrow contracts to enable trustless, verified payment flows for AI agent services with delivery-based fund release.
安全使用建议
Before installing, verify the external service and clarify missing details: 1) Confirm paylock.xyz is the official provider (homepage, repository, or published docs) and review their API auth model — specifically how verify/release are authorized and whether wallet signatures are required. 2) Ask the author how wallet signing is handled and whether the agent will ever be asked to store or transmit private keys; never provide private keys without a clear, auditable signing flow. 3) Request proof (open-source client or API docs) showing server-side authorization checks for release/verify endpoints; endpoints that allow releasing funds without strong authentication would be a critical security issue. 4) Prefer a skill that documents signing flows (use of Solana wallets/RPC, on-chain program IDs) or that requires explicit, minimal credentials. 5) If you test, do so with a throwaway account and small amounts only. Additional helpful evidence that would change this assessment to benign: an official homepage or repository, API docs showing authenticated endpoints and signing workflows, or code demonstrating client-side transaction signing and verification.
功能分析
Type: OpenClaw Skill
Name: paylock-solana
Version: 0.2.0
The PayLock skill provides a standard integration for a Solana-based escrow service. It facilitates agent registration, contract creation, and payment management via the domain paylock.xyz. The documentation in SKILL.md and metadata in _meta.json do not contain any evidence of malicious intent, data exfiltration, or prompt injection; the requested wallet addresses are appropriate for the stated blockchain functionality.
能力标签
能力评估
Purpose & Capability
The skill claims to integrate non-custodial Solana escrows and manage payments, but the instructions never mention wallets, private key signing, Solana RPC endpoints, or any authentication mechanism. Real Solana escrow flows normally require transaction signing by payer/payee or an on-chain program; the absence of any credential/ signing guidance or required env vars is inconsistent with the stated purpose.
Instruction Scope
SKILL.md tells the agent to call endpoints that create contracts, submit delivery, verify, and release payments, with no mention of authentication, signature workflows, or who is authorized to call verify/release. Some endpoints are noted as 'confirmed' but 'not yet live-tested' — the doc therefore grants broad discretion without describing identity checks, making it unclear whether the skill would cause the agent to attempt privileged actions it cannot legitimately perform.
Install Mechanism
Instruction-only skill with no install spec or code files. This reduces supply-chain risk: nothing is written to disk by the skill itself and there are no external downloads in the manifest.
Credentials
The skill declares no required environment variables or credentials, but a usable escrow integration would typically need wallet keys or an API credential to authenticate payers/payees or to sign transactions. The lack of any declared credential is disproportionate to the capabilities claimed and could mean the doc is incomplete or the external service has weak/no auth controls.
Persistence & Privilege
No always:true, no install-time persistence or cross-skill config modification is requested. Default autonomous invocation is allowed (platform default) but not combined with other privilege escalations in the manifest.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paylock-solana - 安装完成后,直接呼叫该 Skill 的名称或使用
/paylock-solana触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Added verify + release payer-side endpoints (documented). Updated stats: 178 contracts, 25 released, 2 refunded, 0 disputes.
v0.1.0
Initial publish: create contract, submit delivery, trust score, marketplace browse. End-to-end tested with live PayLock API.
元数据
常见问题
Paylock 是什么?
Integrate Solana escrow contracts to enable trustless, verified payment flows for AI agent services with delivery-based fund release. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Paylock?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paylock-solana」即可一键安装,无需额外配置。
Paylock 是免费的吗?
是的,Paylock 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paylock 支持哪些平台?
Paylock 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paylock?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v0.2.0。
推荐 Skills