← 返回 Skills 市场
bortlesboat

Satoshi API — Bitcoin Intelligence

作者 Andrew Barnes · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
207
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install satoshi-api
功能描述
Bitcoin intelligence: fee recommendations, mempool status, price, block info, and address lookups via the Satoshi API. Zero config — no node required.
安全使用建议
This skill appears to do what it says: fetch public Bitcoin data from bitcoinsapi.com. Before installing, consider: 1) verify the provenance of the 'uv' brew formula (ensure it’s the expected tool) and that you trust bitcoinsapi.com for data and privacy policy; 2) the Python script lists httpx as a dependency but the install step does not install it—ensure you have Python (>=3.10) and httpx installed in the environment where 'uv run' executes; 3) no secrets should be sent to this skill — avoid pasting private keys or wallet seeds into the address command; and 4) if you’re concerned about autonomous calls to an external API, you can disable autonomous invocation or review calls in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: satoshi-api Version: 0.1.0 The satoshi-api skill provides Bitcoin network intelligence (fees, price, mempool status) by querying the public Satoshi API (bitcoinsapi.com). The implementation in scripts/satoshi_api.py is a straightforward Python script using the httpx library to perform GET requests, with no evidence of data exfiltration, unauthorized execution, or malicious instructions.
能力评估
Purpose & Capability
Name/description match behavior: the script calls bitcoinsapi.com endpoints for fees, mempool, price, block, address, and halving information. No unrelated services, credentials, or system resources are requested.
Instruction Scope
SKILL.md instructs running the bundled Python script via the 'uv' binary; the runtime instructions only perform network requests to bitcoinsapi.com and print results. The instructions do not attempt to read arbitrary files, environment secrets, or other system state.
Install Mechanism
Install spec only installs a brew formula 'uv' which provides the required binary. This is a reasonable, limited install method. Minor packaging gap: the script declares a Python dependency (httpx) in its header but the install spec does not install Python or httpx — callers must ensure a compatible Python environment and httpx are available.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to simply calling a public HTTP API for read-only Bitcoin data.
Persistence & Privilege
Skill is not always-included and uses default autonomous-invocation behavior. It does not modify other skills or system-wide settings, and does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install satoshi-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /satoshi-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — fee recommendations, mempool status, price, block info, address lookup, halving countdown
元数据
Slug satoshi-api
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Satoshi API — Bitcoin Intelligence 是什么?

Bitcoin intelligence: fee recommendations, mempool status, price, block info, and address lookups via the Satoshi API. Zero config — no node required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。

如何安装 Satoshi API — Bitcoin Intelligence?

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

Satoshi API — Bitcoin Intelligence 是免费的吗?

是的,Satoshi API — Bitcoin Intelligence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Satoshi API — Bitcoin Intelligence 支持哪些平台?

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

谁开发了 Satoshi API — Bitcoin Intelligence?

由 Andrew Barnes(@bortlesboat)开发并维护,当前版本 v0.1.0。

💬 留言讨论