← Back to Skills Marketplace
benthecarman

Mutinynet CLI

by benthecarman · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
163
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mutinynet-cli
Description
Interact with the Mutinynet Bitcoin testnet faucet. Get testnet bitcoin on-chain, pay lightning invoices, open lightning channels, and generate bolt11 invoic...
Usage Guidance
This skill appears to do exactly what it says: a CLI that talks to faucet.mutinynet.com and uses GitHub device-flow for login. Before installing, verify you trust the Mutinynet faucet and the GitHub repo/releases (inspect release binaries or build from source with cargo). Be aware the tool stores a faucet JWT unencrypted at ~/.mutinynet/token and that network calls are made to the faucet and to GitHub during login. If you don't trust the faucet URL or prebuilt binaries, build from source and review the code (the included source matches the documented behavior). If you want extra caution, set MUTINYNET_FAUCET_URL to a vetted endpoint or avoid saving tokens on disk.
Capability Analysis
Type: OpenClaw Skill Name: mutinynet-cli Version: 0.1.1 The mutinynet-cli skill is a legitimate tool for interacting with the Mutinynet Bitcoin testnet faucet. The Rust source code (src/main.rs) implements standard GitHub device flow for authentication and communicates with the official faucet API (faucet.mutinynet.com) to perform testnet Bitcoin operations. It stores its own session token in a local directory (~/.mutinynet/token) and does not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Mutinynet faucet CLI) match the included source and SKILL.md: the binary talks to faucet.mutinynet.com, implements onchain/lightning/channel/bolt11 flows, and performs GitHub device-flow login. The manifest and code reference the expected GitHub and faucet endpoints; nothing unrelated (no cloud provider keys, no system-level credentials) is requested.
Instruction Scope
SKILL.md instructions are narrow and consistent: install via cargo or download a release, run mutinynet-cli login to perform GitHub device flow, then use commands that call the faucet API. The instructions reference a token stored at ~/.mutinynet/token and optional env vars (MUTINYNET_FAUCET_URL / MUTINYNET_FAUCET_TOKEN) which the code actually respects. The instructions do not ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
There is no platform install spec in the registry (instruction-only), but SKILL.md recommends installing via cargo or using GitHub Releases. Installing from source via cargo is normal; if using prebuilt releases, verify release artifacts and the publisher. No opaque download URLs or extract/install scripts are embedded in the skill bundle.
Credentials
The registry lists no required env vars, and the code only uses MUTINYNET_FAUCET_URL and MUTINYNET_FAUCET_TOKEN (and falls back to a token file). Requesting/storing a faucet JWT in ~/.mutinynet/token is proportionate to the CLI's purpose. Users should note the token is written unencrypted to the home directory, and the GitHub device flow requests limited scope (user:email).
Persistence & Privilege
The skill is not always-on, does not request elevated privileges, and only writes its own token file (~/.mutinynet/token). It does not modify other skills or system-wide agent settings. Autonomous invocation is enabled by default but not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mutinynet-cli
  3. After installation, invoke the skill by name or use /mutinynet-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Initial release — faucet CLI for Mutinynet
Metadata
Slug mutinynet-cli
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mutinynet CLI?

Interact with the Mutinynet Bitcoin testnet faucet. Get testnet bitcoin on-chain, pay lightning invoices, open lightning channels, and generate bolt11 invoic... It is an AI Agent Skill for Claude Code / OpenClaw, with 163 downloads so far.

How do I install Mutinynet CLI?

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

Is Mutinynet CLI free?

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

Which platforms does Mutinynet CLI support?

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

Who created Mutinynet CLI?

It is built and maintained by benthecarman (@benthecarman); the current version is v0.1.1.

💬 Comments