← Back to Skills Marketplace
wmattadeen-gif

Satgate

by wmattadeen-gif · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install satgate-cli
Description
Manage your API's economic firewall from the terminal. Mint tokens, check status, validate tokens, wrap agent commands. The server-side counterpart to lnget.
Usage Guidance
This skill appears to do what it says, but take these precautions before installing: 1) Verify the GitHub repo (SatGate-io/satgate-cli) and release tag match the published project and homepage; 2) Prefer checksum verification or build from source if the install script can't fetch SHA256SUMS; 3) Installing to /usr/local/bin may require sudo — review the binary before executing it; 4) Understand that 'satgate-cli wrap' launches a local HTTP proxy that will inject your SatGate token into all outbound HTTP requests — only run it for trusted agent code and keep API keys/tokens private; 5) The registry metadata omitted required env var declarations (SATGATE_API_KEY, SATGATE_CLOUD_URL, SATGATE_TOKEN), so expect interactive prompts and a config file at ~/.satgate/config.json (script sets chmod 600). If you have any doubt, inspect or build the satgate-cli binary from source before installing.
Capability Analysis
Type: OpenClaw Skill Name: satgate-cli Version: 2.0.0 The SatGate CLI skill bundle provides tools for managing API access and token governance. It includes standard shell scripts for installation (scripts/install.sh), configuration (scripts/configure.sh), and health monitoring (scripts/health-check.sh). The installation process downloads binaries from a specific GitHub repository (SatGate-io/satgate-cli) and includes SHA256 checksum verification, while the 'wrap' command functions as a documented HTTP proxy for token injection. No evidence of malicious intent, data exfiltration, or deceptive prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (manage API tokens, mint/validate, wrap agent commands) align with the included scripts and SKILL.md. The install script downloads a satgate-cli binary and the configure/health scripts operate on ~/.satgate/config.json — all consistent with the stated purpose.
Instruction Scope
SKILL.md stays on-topic (init, status, mint, token validate, wrap). Important operational detail: 'wrap' starts a local HTTP proxy that injects a bearer token into every outbound request — powerful but consistent with the described functionality. No instructions request unrelated files or credentials.
Install Mechanism
Installer downloads release binaries from GitHub releases (github.com/SatGate-io/satgate-cli), attempts SHA256 verification, and installs to /usr/local/bin (sudo if needed). Using GitHub releases is an acceptable install source; the script will skip verification if SHA256SUMS is unavailable which reduces assurance — user should verify checksums or build from source if concerned.
Credentials
The skill logically needs a SATGATE_API_KEY / SATGATE_CLOUD_URL / SATGATE_TOKEN, and SKILL.md documents these, but the registry metadata lists no required env vars or primary credential. That metadata omission is an inconsistency users should be aware of (the skill will ask for an API key interactively and/or read env vars, and stores it in ~/.satgate/config.json).
Persistence & Privilege
Skill is not always-enabled, does not request elevated platform privileges beyond installing a CLI to a system path (may require sudo), and only writes its own config under the user's home directory. No evidence it modifies other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install satgate-cli
  3. After installation, invoke the skill by name or use /satgate-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Rewrite to match actual satgate-cli codebase. Fixed binary name, removed non-existent commands, added wrap/init commands, fixed config format, added MCP bridge docs.
Metadata
Slug satgate-cli
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Satgate?

Manage your API's economic firewall from the terminal. Mint tokens, check status, validate tokens, wrap agent commands. The server-side counterpart to lnget. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Satgate?

Run "/install satgate-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Satgate free?

Yes, Satgate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Satgate support?

Satgate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Satgate?

It is built and maintained by wmattadeen-gif (@wmattadeen-gif); the current version is v2.0.0.

💬 Comments