Skill
Tyrpay Seller Skill
Seller-side TyrPay workflow for LLM agents. Accept tasks, execute zkTLS-proven API calls, submit proof bundles, and monitor settlement.
When to use Tyrpay Seller Skill
Choose if
You're building a seller-side agent that accepts paid tasks, executes upstream API calls with zkTLS proofs (Reclaim Protocol or equivalent), submits proof bundles, and monitors on-chain settlement. Useful for resumable workflows against 0G TeeTLS/TeeML models or any API that needs cryptographic proof of execution.
Avoid if
You don't need zkTLS-backed settlement (a normal HTTP API + Stripe-class billing is simpler), can't run a registry-authorized verifier signer, or can't supply persistent shared storage (0G / IPFS / HTTP). Also avoid for short-lived demos — MemoryStorageAdapter is explicitly not for production per README. Note: ClawHub flagged this skill `suspicious.llm_suspicious`.
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/seller-skill` + `@tyrpay/seller-sdk` packages, a non-memory storage adapter (0G / IPFS / HTTP), a zkTLS adapter (Reclaim Protocol or equivalent), and a registry-authorized verifier signer per README.
- LOW scope README states MemoryStorageAdapter is not for production; teams that skip this gain non-recoverable workflows that break on network interruptions.
Cost
Type: Unknown
Distribution
- ClawHub
tyrpay-seller-skill- License
- MIT-0