← 返回 Skills 市场
benthecarman

Mutinynet CLI

作者 benthecarman · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
163
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mutinynet-cli
功能描述
Interact with the Mutinynet Bitcoin testnet faucet. Get testnet bitcoin on-chain, pay lightning invoices, open lightning channels, and generate bolt11 invoic...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mutinynet-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mutinynet-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Initial release — faucet CLI for Mutinynet
元数据
Slug mutinynet-cli
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mutinynet CLI 是什么?

Interact with the Mutinynet Bitcoin testnet faucet. Get testnet bitcoin on-chain, pay lightning invoices, open lightning channels, and generate bolt11 invoic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 Mutinynet CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mutinynet-cli」即可一键安装,无需额外配置。

Mutinynet CLI 是免费的吗?

是的,Mutinynet CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mutinynet CLI 支持哪些平台?

Mutinynet CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mutinynet CLI?

由 benthecarman(@benthecarman)开发并维护,当前版本 v0.1.1。

💬 留言讨论