← 返回 Skills 市场
Spark Bitcoin L2 Proxy for AI Agents
作者
echennells
· GitHub ↗
· v1.1.0
604
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sparkbtcbot-proxy
功能描述
Use a Spark Bitcoin L2 wallet proxy for AI agents via HTTP API. Check balances, send payments, create invoices, pay L402 paywalls — all without holding the m...
安全使用建议
This skill appears to do what it says: it calls your deployed sparkbtcbot-proxy over HTTPS using a bearer token. Before installing: (1) confirm the registry metadata is corrected to declare PROXY_URL and PROXY_TOKEN so you know what will be requested; (2) deploy your own proxy (or verify the operator) and use only least-privilege tokens (prefer read-only/invoice/pay-only), set per-tx and daily caps, and test with small amounts; (3) avoid giving agents admin tokens or long-lived high-privilege tokens; (4) consider requiring human approval for outbound payments or restricting autonomous invocation for payment actions; and (5) monitor logs and have a token revocation plan ready. If you need higher assurance, ask the publisher to clarify the registry metadata and provide a minimal example token creation workflow and recommended cap values.
功能分析
Type: OpenClaw Skill
Name: sparkbtcbot-proxy
Version: 1.1.0
The skill bundle is designed to enable AI agents to interact with a Bitcoin L2 wallet proxy via an HTTP API, with a strong emphasis on security best practices. The `SKILL.md` explicitly advises using least-privilege tokens, setting spending limits, deploying a self-hosted proxy, and revoking compromised tokens. The provided JavaScript code is a client for this API, making standard HTTP requests without any direct shell execution, data exfiltration to unauthorized endpoints, or obfuscation. The `model-invocation: autonomous` is justified by the payment workflow, with clear instructions on how to mitigate associated risks. There is no evidence of intentional harmful behavior or prompt injection attempts designed to subvert the agent for malicious purposes.
能力评估
Purpose & Capability
The skill is advertised as an HTTP proxy for a Spark Bitcoin L2 wallet and the SKILL.md instructs use of PROXY_URL and PROXY_TOKEN — which is appropriate. However the registry metadata at the top of the package lists no required env vars while SKILL.md declares PROXY_URL and PROXY_TOKEN; this metadata mismatch is a configuration/integration inconsistency that should be corrected.
Instruction Scope
SKILL.md limits runtime actions to HTTPS calls to the declared proxy endpoints using a bearer token and documents specific API endpoints (balance, invoices, pay, logs, etc.). It does not instruct reading unrelated files or other system credentials.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and there are no third-party packages being pulled by the skill itself.
Credentials
Requiring a PROXY_URL and a PROXY_TOKEN (bearer token) is proportionate to a wallet-proxy skill. The token is sensitive and the docs correctly advise least-privilege roles and per-tx/daily caps. The concern is the earlier registry section incorrectly reported 'Required env vars: none', creating ambiguity about what credentials will be requested at runtime.
Persistence & Privilege
always:false and no install keeps the skill non-persistent. The skill allows autonomous model invocation and its documented capabilities include making payments; that autonomy + payment capability increases risk if tokens are over-privileged, so require restrictive tokens and operational controls (human approval, caps, monitoring).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sparkbtcbot-proxy - 安装完成后,直接呼叫该 Skill 的名称或使用
/sparkbtcbot-proxy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Declare env vars with sensitive flags, add model-invocation reason, add homepage/source URLs, add security guidance for HTTPS and least-privilege tokens
v1.0.0
Initial publish — HTTP proxy with role-based auth, spending limits, L402 support
元数据
常见问题
Spark Bitcoin L2 Proxy for AI Agents 是什么?
Use a Spark Bitcoin L2 wallet proxy for AI agents via HTTP API. Check balances, send payments, create invoices, pay L402 paywalls — all without holding the m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 604 次。
如何安装 Spark Bitcoin L2 Proxy for AI Agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sparkbtcbot-proxy」即可一键安装,无需额外配置。
Spark Bitcoin L2 Proxy for AI Agents 是免费的吗?
是的,Spark Bitcoin L2 Proxy for AI Agents 完全免费(开源免费),可自由下载、安装和使用。
Spark Bitcoin L2 Proxy for AI Agents 支持哪些平台?
Spark Bitcoin L2 Proxy for AI Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Spark Bitcoin L2 Proxy for AI Agents?
由 echennells(@echennells)开发并维护,当前版本 v1.1.0。
推荐 Skills