@xwell/openclaw
v1.0.0
Published
OpenClaw plugin for xWell — AI agent payment orchestration via x402 and MPP protocols
Maintainers
Readme
@xwell/openclaw
OpenClaw plugin for xWell — AI agent payment orchestration via x402 and MPP protocols.
Install
openclaw plugins install @xwell/openclawSetup
# Configure with your API key
openclaw xwell configure well_ak_...
# Or set environment variable
export XWELL_API_KEY=well_ak_...Get your API key from the xWell dashboard.
Tools
| Tool | Description |
|------|-------------|
| xwell_fetch | Make HTTP request with auto-payment on 402 |
| xwell_preflight | Check affordability before paying |
| xwell_check_endpoint | Probe a URL for 402 payment requirements |
| xwell_whoami | Show agent identity and spending limits |
| xwell_balance | Check wallet balances across all chains |
| xwell_spending | Show daily spending vs. cap |
| xwell_history | View recent payment transactions |
| xwell_discover | Browse marketplace services |
CLI commands
| Command | Description |
|---------|-------------|
| openclaw xwell configure <key> | Save API key |
| openclaw xwell status | Show current configuration |
| openclaw xwell disconnect | Remove credentials |
| openclaw xwell list | List all configured agents |
Multi-agent support
Each agent can have its own API key:
openclaw xwell configure well_ak_... --agent production
openclaw xwell configure well_ak_... --agent stagingLicense
MIT
