paegents-pay
Installation
SKILL.md
Paegents Pay
Use this skill when an agent needs to buy or sell a service through Paegents without bypassing the public product surface.
Keep the guidance at the integration layer. Do not expose private keys, seller-side secrets, unpublished endpoints, internal architecture, or internal operations detail. Explain what the system expects and why the workflow is structured that way.
Why The Product Works This Way
- Client-side signing keeps payment authority with the wallet owner instead of the platform.
- Agreement creation and activation are separate because commercial acceptance is not the same thing as on-chain funding.
- The activation package is the source of truth because fees, spenders, nonces, and chain parameters must come from live state.
- Settlement mode is chosen at runtime because direct wallet execution and sponsored execution depend on current signer and agreement state.
- Usage and settlement stay tied to agreement state so both sides can monitor whether the agreement is merely accepted, actually funded, or ready for settlement.