OpenClaw
Framework (OSS)COMING SOONby OpenClaw
Self-hosted personal browser agent with local credential storage — everything runs on the user's own hardware. Privacy-first design with optional Banana Peel routing for sites that need datacenter IPs or captcha relay. Great for individuals; fleet management and centralized evidence are DIY.
This runner is not yet wired to the live routing layer. API requests targeting it return 503 runner_unavailable until the integration ships.
- Provider
- OpenClaw
- Type
- Framework (OSS)
- Added
- Jan 2026
- Interface
- Task + session
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- minimal
- Max session
- 240 min
- Regions
- US, EU, CA
- Pricing
- license free (OSS)compute + LLM operator-paid
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
—
Traffic share
—
Success
—
Median duration
Free · OSS
List price
—
p95 first action
Not enough live samples for a trend yet.
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| oss | Free (self-hosted) | — | — |
| license | free (OSS) | — | — |
| compute + LLM | operator-paid | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flowsextra
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loopextra
Full evidence
Storage capture
Code sample
Pin this runner via routing: "openclaw"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "openclaw"
}'