Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage your API's economic firewall from the terminal. Mint tokens, track spend, revoke agents, enforce budgets. The server-side counterpart to lnget.
Manage your API's economic firewall from the terminal. Mint tokens, track spend, revoke agents, enforce budgets. The server-side counterpart to lnget.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
SatGate CLI manages API access, budgets, and monetization for the agent economy. Use it when you need to control what agents can access and how much they can spend. They're the wallet. We're the register. If the agent needs to pay for L402 APIs, install lnget from Lightning Labs. SatGate is for the server side โ enforcement, attribution, and governance.
Run scripts/configure.sh if no ~/.satgate/config.yaml exists. Or set environment variables: # For self-hosted gateway export SATGATE_GATEWAY=http://localhost:9090 export SATGATE_ADMIN_TOKEN=sgk_your_token # For SatGate Cloud export SATGATE_SURFACE=cloud export SATGATE_GATEWAY=https://satgate-gateway.fly.dev export SATGATE_BEARER_TOKEN=sg_your_api_key export SATGATE_TENANT=your-tenant-slug Always run satgate status first to confirm you're targeting the right gateway.
Check target first โ run satgate status before any operation to verify gateway URL and surface. Use --dry-run on destructive operations (revoke, mint with large budgets). Never use --yes without explicit user approval. Revocation is irreversible โ always confirm token name before revoking.
satgate status # Full status (version, surface, uptime) satgate ping # Quick liveness check (exit 0/1)
# Interactive (prompts for all fields) satgate mint # Non-interactive satgate mint --agent "my-bot" --budget 500 --expiry 30d --routes "/api/openai/*" # With parent (delegation under existing token) satgate mint --agent "child-bot" --budget 100 --parent "parent-token-id" # Preview without executing satgate mint --agent "my-bot" --budget 500 --dry-run
satgate spend # Org-wide cost center rollups satgate spend --agent "cs-bot" # Per-agent breakdown satgate spend --period 7d # Time-scoped
satgate tokens # All tokens with status, spend, budget satgate token <id> # Detail: scope, delegation chain, spend
satgate revoke <token-id> # Interactive confirmation satgate revoke <token-id> --dry-run # Preview only
satgate report threats # Blocked requests, anomalies
satgate mode # Current mode per route (read-only)
"New agent needs API access" โ satgate mint --agent "agent-name" --budget 500 --routes "/api/openai/*" "How much are agents spending?" โ satgate spend "Agent is misbehaving" โ satgate revoke <token-id> "Board wants AI spend report" โ satgate spend --json > report.json "Is the gateway healthy?" โ satgate ping
All commands support --json for machine-readable output: satgate tokens --json | jq '.[] | select(.status == "active")' satgate spend --json > monthly-report.json
SatGate (server-side) + lnget (client-side) = complete agent commerce stack. lnget: Agents pay for L402-gated APIs automatically SatGate CLI: Operators mint tokens, set budgets, revoke access, view spend An agent using lnget hits your SatGate-protected endpoint โ SatGate enforces the budget and attributes the cost โ you see it in satgate spend. Install lnget: claude plugin marketplace add lightninglabs/lightning-agent-tools
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.