← 返回 Skills 市场
michu5696

PayCrow

作者 Miguel Castellano · GitHub ↗ · v1.2.4 · MIT-0
cross-platform ✓ 安全检测通过
217
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install paycrow
功能描述
Escrow + trust scoring on Base mainnet. Checks 24K+ agents BEFORE you pay. Real dispute resolution. Works with any x402 API — vendor doesn't need it installed.
安全使用建议
This skill is essentially a small client that calls a third-party Trust API; that design is coherent but has practical risks you should consider before relying on it for money transfers: - Verify the external service: inspect the linked GitHub repo (https://github.com/michu5696/paycrow), the npm package, and the deployed API (paycrow-app.fly.dev). Confirm the repo code, license, and whether the deployed endpoint matches the repo (source-to-deploy). Check commit history, maintainer reputation, and whether contracts are audited. - Privacy and leakage: every address you check is sent to paycrow-app.fly.dev. If you need privacy or don't want address-checks logged, run your own instance of the API or avoid using the skill. - Escrow caveat: the SKILL.md mentions an MCP server for escrow — that is separate software. Do not assume escrow protection without deploying and auditing that server and the on-chain contracts. Review the contract on BaseScan and verify bytecode/source matches the repo before trusting it with funds. - Treat scores as heuristics: the score is an aid, not a guarantee. For high-value payments, perform manual due diligence and consider multi-sig/escrow flows you control. If you decide to use the skill: test it with low-value transactions, confirm responses locally (curl) before automating, and prefer running your own instance of the service or self-hosting the MCP escrow component for production escrow use.
功能分析
Type: OpenClaw Skill Name: paycrow Version: 1.2.4 The PayCrow skill is a utility designed to check the reputation of Ethereum addresses on the Base mainnet before a user or agent proceeds with a payment. It uses a standard curl command to query a trust score from a public API (paycrow-app.fly.dev) and provides clear, protective instructions for the agent to follow based on the result (e.g., warning the user if a score is low). No evidence of data exfiltration, malicious shell execution, or prompt injection was found; the logic is transparent and aligns with its stated purpose of fraud prevention.
能力评估
Purpose & Capability
The name/description (escrow + trust scoring on Base) matches the runtime instructions: a single curl against a PayCrow Trust API and optional instructions to use a separate MCP escrow server. Nothing in the SKILL.md asks for unrelated credentials, binaries, or system access.
Instruction Scope
Instructions are narrow: run curl against https://paycrow-app.fly.dev/trust/ADDRESS and parse the JSON. However, any address you check will be sent to that third-party endpoint (privacy/leakage risk). The skill also points to an external GitHub repo and an optional MCP server for escrow — those are external dependencies outside the agent's control.
Install Mechanism
Instruction-only skill with no install spec and no code files. No binaries are installed or extracted, which minimizes on-disk risk.
Credentials
The skill declares no required environment variables, no primary credential, and references no config paths. This is proportionate for an instruction-only wrapper that queries a public HTTPS API.
Persistence & Privilege
always is false and disable-model-invocation is true (the skill cannot be invoked autonomously by the model), so it does not gain elevated persistent privileges or autonomous invocation. That reduces blast radius.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paycrow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paycrow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.4
Remove npx/PRIVATE_KEY from skill instructions — trust checks only via curl. Escrow setup is a separate MCP server installation.
v1.2.3
Shorten description to fit visible space
v1.2.2
Address security scan: declare credentials, explain private key handling, add disable-model-invocation, add Security section
v1.2.1
Updated description to highlight differentiators vs other escrow skills
v1.2.0
Initial release — escrow protection for agent payments with 4-source trust scoring
元数据
Slug paycrow
版本 1.2.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

PayCrow 是什么?

Escrow + trust scoring on Base mainnet. Checks 24K+ agents BEFORE you pay. Real dispute resolution. Works with any x402 API — vendor doesn't need it installed. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。

如何安装 PayCrow?

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

PayCrow 是免费的吗?

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

PayCrow 支持哪些平台?

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

谁开发了 PayCrow?

由 Miguel Castellano(@michu5696)开发并维护,当前版本 v1.2.4。

💬 留言讨论