Install
openclaw skills install agent-payment-processorUse Paegents through the published SDK and API surface to register services, create usage agreements, activate bilateral escrow, route metered usage, and settle with the recommended execution mode.
openclaw skills install agent-payment-processorUse 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.
Before taking any action, confirm:
Do not ask users to paste secrets into chat. Assume secrets stay in their environment.
get_activation_package() / getActivationPackage() as authoritative for bilateral activation.Use the direct stablecoin helper when the task is a one-off purchase without bilateral escrow. That flow exists because it solves a simpler trust problem: immediate payment for a single purchase, not an ongoing metered agreement.
proposed or pending: terms exist but the commercial flow is not yet liveaccepted with activation still pending: both sides agreed, but funds are not yet lockedactive with confirmed activation: escrow is funded and usage can proceedStay within what a customer or operator can do through the product:
Do not answer with internal-only remediation steps when a public next action exists.