pay.sh Bridge
OpenClaw plugin bridge for the local pay.sh CLI.
Audits
PassInstall
openclaw plugins install clawhub:@agentlayertech/pay-bridge-pluginpay-bridge
Thin OpenClaw bridge to the locally installed pay CLI.
External install path:
openclaw plugins install clawhub:@agentlayertech/pay-bridge-plugin
This plugin is intentionally separate from agent-wallet:
agent-walletremains the execution wallet stack for Solana/EVM/BTCpay-bridgeonly discovers and calls paid APIs throughpay- the
paywallet stays separate from the AgentLayer wallet runtime
Exposed tools
pay_statuspay_wallet_infopay_search_servicespay_get_service_endpointspay_api_request
Intended workflow
pay_statuspay_search_servicespay_get_service_endpointspay_api_request
pay_api_request is deliberately narrow:
- it requires a
service_fqn,resource, andurl - it validates the URL against
pay skills endpoints - it requires
purposeanduser_confirmed=true
This keeps the bridge thin and prevents it from becoming a generic arbitrary paid-curl launcher.
