Skill
Tyrpay Buyer Skill
Buyer-side TyrPay workflow for LLM agents. Create tasks, optionally wait for seller commitment, fund tasks explicitly, monitor settlement, and request refunds.
When to use Tyrpay Buyer Skill
Choose if
You're building a buyer-side agent that funds payment tasks against a TyrPay seller, want enforced expectations validation before locking funds, and need recoverable task state across seller-response timeouts. Useful when the blockchain protocol alone doesn't verify whether seller commitments match buyer requirements — this skill adds that layer.
Avoid if
You don't need on-chain payment escrow with seller-commitment semantics, or you want a centralized payment processor (Stripe-class). Also avoid if you can't supply persistent storage adapter + signer + provider — the SDK requires all three. Note: ClawHub flagged this skill `suspicious.llm_suspicious` in moderation; review carefully before production.
Risk Flags
- MEDIUM moderation ClawHub moderation status is "suspicious" with reason `suspicious.llm_suspicious` per upstream API metadata. Not blocked but flagged for review before production use.
- MEDIUM dependency Requires `@tyrpay/buyer-skill` + `@tyrpay/buyer-sdk` npm packages, a compatible storage adapter, and configured signer/provider connectivity per README; not drop-in for environments missing any of these.
- LOW scope README states expectations are mandatory on every funding path because the blockchain protocol does not validate seller-commitment match. Agents bypassing the expectations check risk funding unintended terms.
Cost
Type: Unknown
Distribution
- ClawHub
tyrpay-buyer-skill- License
- MIT-0