Add LightningProx: agent-native AI gateway via Bitcoin Lightning#172
Open
unixlamadev-spec wants to merge 5 commits intoBankrBot:mainfrom
Open
Add LightningProx: agent-native AI gateway via Bitcoin Lightning#172unixlamadev-spec wants to merge 5 commits intoBankrBot:mainfrom
unixlamadev-spec wants to merge 5 commits intoBankrBot:mainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add LightningProx — Agent-native AI gateway via Bitcoin Lightning
Pay-per-request AI model access (Claude, GPT-4o) using prepaid Lightning spend tokens. No API keys, no subscriptions. Designed for autonomous agents with built-in budget awareness and routing policy.
Published on ClawHub: npx clawdhub@latest install lightningprox
Website: https://lightningprox.com/
Note
Low Risk
Documentation-only change adding a new skill spec; no runtime code or security-sensitive logic is modified.
Overview
Adds a new
lightningproxskill definition (lightningprox/SKILL.md) documenting how agents should calllightningprox.comusing aLIGHTNINGPROX_SPEND_TOKENfor pay-per-request model access.The doc specifies budget-aware request flow (balance checks, low-balance warnings, do-not-exceed rules), basic model selection guidance (Claude vs
gpt-4o), response text extraction rules, and a user-guided top-up/token issuance flow via the proxy API.Written by Cursor Bugbot for commit ec52cf1. This will update automatically on new commits. Configure here.