首页龙虾技能列表 › Obul Proxy (x402) — 技能工具

Obul Proxy (x402) — 技能工具

v1.0.0

[自动翻译] USE THIS SKILL WHEN: the user wants to proxy a request through Obul, call an x402 API directly, or needs to understand the Obul proxy URL pattern. Han...

0· 229·0 当前·0 累计
by @notbdu (default)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/4
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is an instruction-only proxy helper that coherently requires an Obul API key and tells the agent how to forward requests through proxy.obul.ai; nothing in the instructions asks for unrelated access or to install arbitrary code.
评估建议
This skill appears to do what it says: forward requests through Obul using an OBUL_API_KEY. Before installing or supplying a key, confirm the key requirement in the registry UI (the SKILL.md requests OBUL_API_KEY but the registry metadata here lists none). Only provide a key scoped and rotated for this purpose, avoid embedding it in client-side code or logs, and review Obul's pricing/billing and privacy terms (requests proxied through Obul may incur charges and send request payloads to their ser...
详细分析 ▾
用途与能力
The name/description (Obul proxy for x402 endpoints) aligns with the runtime instructions: they show how to call https://proxy.obul.ai and include an OBUL_API_KEY. The only capability requested (an Obul API key) is appropriate for a proxy integration.
指令范围
SKILL.md only instructs building HTTP requests to the Obul proxy, checking /healthz, and including the OBUL_API_KEY header. It does not ask the agent to read unrelated files, scan local state, or send data to unexpected endpoints.
安装机制
There is no install spec and no code files — this is instruction-only and therefore does not write or execute code on disk. That is the lowest-risk install mechanism.
凭证需求
The SKILL.md declares a single required environment variable (OBUL_API_KEY) which is proportionate for an API proxy. However, the registry metadata supplied with the skill (above) indicated no required env vars/primary credential; this mismatch between the skill document and registry metadata should be resolved before trusting automated installs or prompts to provide credentials.
持久化与权限
always is false and there is no install step that modifies agent configuration or other skills. The skill does not request persistent elevated privileges.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/4

Initial release of obul-proxy skill. - Enables proxying any upstream request through Obul with automatic x402 payment negotiation. - Provides unified API access via a single Obul API key. - Includes health check endpoint for monitoring proxy status. - Outlines best practices for authentication, usage, and error handling. - Offers clear error messages and troubleshooting guidance.

● 无害

安装命令 点击复制

官方npx clawhub@latest install obul-proxy
镜像加速npx clawhub@latest install obul-proxy --registry https://cn.clawhub-mirror.com

技能文档

Proxy any upstream request through Obul; Obul handles x402 discovery and payment flow automatically.

Authentication

All requests route through the Obul proxy. Include your Obul API key in every request:

{
  "headers": {
    "Content-Type": "application/json",
    "x-obul-api-key": "{{OBUL_API_KEY}}"
  }
}

Base URL: https://proxy.obul.ai/proxy/{scheme}/{host}

Common Operations

Health Check

Verify the Obul proxy is operational.

Pricing: $0.00

{
  "method": "GET",
  "url": "https://proxy.obul.ai/healthz",
  "headers": {
    "Content-Type": "application/json",
    "x-obul-api-key": "{{OBUL_API_KEY}}"
  }
}

Response: Returns {"status":"ok"} when the proxy is healthy.

Proxy a Request

Forward any HTTP request through the Obul proxy. The proxy handles x402 payment negotiation automatically.

Pricing: Varies based on upstream endpoint

{
  "method": "POST",
  "url": "https://proxy.obul.ai/proxy/https/x402.browserbase.com/browser/session/create",
  "headers": {
    "Content-Type": "application/json",
    "x-obul-api-key": "{{OBUL_API_KEY}}"
  },
  "body": {}
}

Response: The proxied response from the upstream x402 endpoint.

Endpoint Pricing Reference

EndpointPricePurpose
GET /healthz$0.00Health check
/*VariesProxy any upstream x402 request

When to Use

  • Calling x402 endpoints — Route any x402-enabled API call through Obul without handling payments manually.
  • Unified API access — Use a single Obul API key to access multiple x402-enabled services.
  • Automatic payment handling — Let Obul negotiate and process payments for per-request micropayments.

Best Practices

  • Never reveal your API key — Keep OBUL_API_KEY secure and never expose it in logs or client-side code.
  • Use environment variables — Store your API key in OBUL_API_KEY env var and reference {{OBUL_API_KEY}} in requests.
  • Check health before use — Verify the proxy is operational with /healthz if you encounter issues.

Error Handling

ErrorCauseSolution
401 UnauthorizedMissing or invalid API keyVerify OBUL_API_KEY is set and valid.
402 Payment RequiredUpstream requires paymentEnsure your Obul account has sufficient balance.
403 ForbiddenAPI key lacks permissionsCheck your key has the required scopes.
404 Not FoundInvalid upstream URLVerify the upstream endpoint URL is correct.
429 Too Many RequestsRate limit exceededAdd a short delay between requests.
500 Internal Server ErrorObul proxy issueRetry the request. If persistent, check status at https://proxy.obul.ai/healthz.
503 Service UnavailableProxy temporarily downWait a few seconds and retry.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务