โ† All skills
Tencent SkillHub ยท Developer Tools

Lightningprox

Pay-per-request AI model access via Bitcoin Lightning using prepaid spend tokens. Query Claude and GPT models without API keys. Deterministic, budget-control...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Pay-per-request AI model access via Bitcoin Lightning using prepaid spend tokens. Query Claude and GPT models without API keys. Deterministic, budget-control...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, lightningprox.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.3.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

LightningProx โ€” Lightning-Native AI Gateway

Pay-per-use access to 19 AI models across 5 providers via Bitcoin Lightning micropayments. No API keys. No subscriptions. No accounts. Pay sats, get inference.

When to Use

Accessing AI models without provider API keys Autonomous agent inference with Lightning payments Comparing responses across multiple providers Low-cost inference via open models (Llama 4, Mistral, DeepSeek) Vision tasks (Pixtral) Code generation (Codestral, Devstral) Reasoning tasks (Magistral)

Supported Models (19 total)

ModelProviderTypeclaude-opus-4-5-20251101AnthropicChatgpt-4-turboOpenAIChatmeta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8Together.aiChatmeta-llama/Llama-3.3-70B-Instruct-TurboTogether.aiChatmeta-llama/Meta-Llama-3.1-70B-Instruct-TurboTogether.aiChatmistralai/Mixtral-8x7B-Instruct-v0.1Together.aiChatdeepseek-ai/DeepSeek-V3Together.aiChatmistral-large-latestMistralChatmistral-medium-latestMistralChatmistral-small-latestMistralChatopen-mistral-nemoMistralChatcodestral-latestMistralCodedevstral-latestMistralAgentic Codepixtral-large-latestMistralVisionmagistral-medium-latestMistralReasoninggemini-2.5-flashGoogleChatgemini-2.5-proGoogleChatgemini-3-flash-previewGoogleChatgemini-3-pro-previewGoogleChat

Option A โ€” Spend Token (recommended for repeat use)

# 1. Top up at lightningprox.com/topup โ€” pay Lightning invoice, get token # 2. Use token directly curl -X POST https://lightningprox.com/v1/messages \ -H "Content-Type: application/json" \ -H "X-Spend-Token: $LIGHTNINGPROX_SPEND_TOKEN" \ -d '{ "model": "claude-opus-4-5-20251101", "messages": [{"role": "user", "content": "Hello"}], "max_tokens": 1000 }'

Option B โ€” Pay per request

# 1. Send request without token โ†’ get invoice curl -X POST https://lightningprox.com/v1/messages \ -H "Content-Type: application/json" \ -d '{"model": "gemini-2.5-flash", "messages": [{"role": "user", "content": "Hello"}], "max_tokens": 100}' # 2. Pay the Lightning invoice returned # 3. Retry with X-Payment-Hash header

Drop-in OpenAI SDK Replacement

npm install lightningprox-openai // Before: import OpenAI from 'openai' import OpenAI from 'lightningprox-openai' const client = new OpenAI({ apiKey: process.env.LIGHTNINGPROX_SPEND_TOKEN }) // Everything else stays identical: const response = await client.chat.completions.create({ model: 'claude-opus-4-5-20251101', messages: [{ role: 'user', content: 'Hello' }] }) Two lines change. Nothing else does.

Check Available Models

curl https://lightningprox.com/api/capabilities

Security Manifest

PermissionScopeReasonNetworklightningprox.comAPI calls for AI inferenceEnv ReadLIGHTNINGPROX_SPEND_TOKENAuthentication for prepaid requests

Trust Statement

LightningProx is operated by LPX Digital Group LLC. Payment = authentication. No data stored beyond request logs. No accounts, no KYC. Operated at lightningprox.com.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • lightningprox.json Config