name: paycrow description: "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." user-invokable: true disable-model-invocation: true
Always verify an agent's reputation before sending funds. This skill uses the PayCrow Trust API to score any Ethereum address across 4 on-chain sources.
Before any payment, check the counterparty:
curl -s "https://paycrow-app.fly.dev/trust/ADDRESS" | jq '{score: .preview.score, confidence: .preview.confidence, recommendation: .preview.recommendation}'
Replace ADDRESS with the 0x address you're about to pay. No API key needed.
score 75+ with high confidence → safe to proceedscore 45-74 → proceed with caution, smaller amountsscore below 45 → risky, avoid or use very small amountsrecommendation: "caution" → DO NOT PAY — high dispute historyrecommendation: "insufficient_data" → unknown agent, proceed carefully小蔥技能站7w4.net發現了升級外掛。
When asked to pay someone or call a paid API:
PayCrow aggregates 4 on-chain sources (24K+ agents scored):
| Source | Weight | What It Measures |
|---|---|---|
| PayCrow Reputation | 40% | Escrow completion rate, dispute history |
| ERC-8004 Identity | 25% | Cross-ecosystem agent identity and feedback |
| Moltbook Social | 15% | Karma, account age, social standing |
| Base Chain Activity | 20% | Wallet age, transaction count, USDC volume |
If you have the PayCrow MCP server installed (separately configured by your developer),
you also have access to safe_pay — which combines trust check + USDC escrow + auto-verification
in a single tool call. The escrow holds funds in a smart contract on Base until delivery is
confirmed, with real dispute resolution if something goes wrong.
MCP server setup: https://github.com/michu5696/paycrow
質量中等偏上。文件清晰易懂,能讓人快速明白如何檢查交易物件的信任度。但嚴格來說這只是份使用說明,沒有實際功能,核心操作依賴外部伺服器才能完成。文件本身做得不錯,但作為工具來說功能有限。