Openclaw Skills for ProxyLLM lets an agent create, verify, and configure a gateway account, then provision fallback routing keys without a browser.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proxyllm-account
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install proxyllm-account using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for ProxyLLM turns LLM gateway onboarding into an autonomous, API-first workflow: an agent signs up with an operator email, verifies the OTP, handles the expected paywall handoff, and provisions OpenAI-compatible routing keys.
The result is a managed ProxyLLM account with fallback lanes, budgets, and request logs, so your agent can keep using standard OpenAI SDKs while routing traffic through provider lanes such as a flat ChatGPT/Codex subscription, a self-hosted bridge, or metered API keys.
sk_... account token.402 payment_required, relay the checkout message and payment link to the operator, then poll organization status until the plan becomes active.OPENAI_BASE_URL and the routing key as OPENAI_API_KEY.SK_TOKEN and OPENAI_API_KEY.curl -X POST "https://proxyllm.ai/api/auth?action=agent-signup" -H "Content-Type: application/json" -d '{"email":"OPERATOR_EMAIL","source":"clawhub"}'
curl -X POST "https://proxyllm.ai/api/auth?action=agent-verify" -H "Content-Type: application/json" -d '{"email":"OPERATOR_EMAIL","code":"123456"}'
Store the returned account_token (sk_...) exactly once in your secret manager.
If the response is 402 payment_required, send the operator the checkout message and checkout URL, then poll until the plan flips from free to pro.
curl -s https://api.proxyllm.ai/v1/organizations/me -H "Authorization: Bearer $SK_TOKEN"
curl -s -X POST https://api.proxyllm.ai/v1/organizations/routing-keys -H "Authorization: Bearer $SK_TOKEN" -H "Content-Type: application/json" -d '{"label":"agent"}'
export OPENAI_BASE_URL=https://api.proxyllm.ai/v1
export OPENAI_API_KEY=pllm_...
npx -y proxyllm-mcp
Use the same OpenAI-compatible credentials with any existing SDK, and add provider lanes or budgets as needed.
| Artifact | Prefix / Endpoint | Purpose | Important fields |
|---|---|---|---|
| Account token | sk_... |
Full management token returned once at verify time | account_token, revocable, secret |
| Routing key | pllm_... |
OpenAI-compatible client credential | label, mode, monthly_budget_usd, provider bindings |
| Provider lane | codex, bridge, or saved key |
Route target for fallback fan-out | provider, model, codex_session_id |
| Organization | /v1/organizations/me |
Membership and entitlement state | plan, account_expires_at, usage |
| Usage log | /v1/organizations/usage |
30-day usage reporting | request totals, model usage, budget consumption |
| Model catalog | /v1/models |
Live model discovery | no-auth catalog |
| Payment payload | 402 payment_required body |
Human relay instructions | payment.checkout_url, payment.price_usd, message |
SK_TOKEN for organization managementOPENAI_BASE_URL=https://api.proxyllm.ai/v1OPENAI_API_KEY=pllm_....env file or a secret manager entry.monthly_budget_usd.codex login and proxyllm codex connect.npx -y proxyllm-mcp.Loading
Openclaw Skills for querying ancient Chinese classic chapters by ID through TianAPI, with script and direct HTTP access.

An Openclaw Skills integration that fetches city vehicle restriction rules, tail-number limits, zones, and penalty details from TianAPI.

An Openclaw Skills wrapper for TianAPI that translates OBD fault codes into bilingual, technician-friendly diagnostics from the command line.

Openclaw Skills for TianAPI barcode lookup converts a product barcode into structured product metadata in seconds.

Lazaretto helps Openclaw Skills users verify untrusted skills and packages before install by checking known-bad hashes, scanning behavior, and revalidating on-disk bytes.

Skill Batch Publisher turns a local Openclaw Skills library into a safe, resumable ClawHub publish queue.








































