← 返回 Skills 市场
jolestar

Mempool Space Openapi Skill

作者 jolestar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mempool-space-openapi-skill
功能描述
Operate mempool.space public Bitcoin and Lightning explorer APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails.
安全使用建议
This skill appears coherent and read-only, but before installing, verify: (1) you have the uxc binary available on PATH (SKILL.md depends on it though the registry metadata doesn't list it); (2) you are comfortable allowing the agent to make network requests to https://mempool.space/api; (3) the schema URL used in the examples points to raw.githubusercontent.com — consider using the bundled local schema file (references/mempool-space-public.openapi.json) or auditing that remote URL before allowing runtime fetches to avoid unexpected schema changes; (4) the included scripts/validate.sh are for repository validation and require jq and ripgrep (rg) only if you run validation locally. No credentials are requested by the skill. If you need stronger assurance, review references/mempool-space-public.openapi.json to confirm the exact endpoints exposed and that no write or internal routes are present.
功能分析
Type: OpenClaw Skill Name: mempool-space-openapi-skill Version: 1.0.0 The skill provides read-only access to the public mempool.space Bitcoin and Lightning explorer API using the `uxc` tool. It includes explicit guardrails in SKILL.md and scripts/validate.sh to prevent write operations (like transaction broadcasting) and focuses exclusively on public data retrieval such as fee estimation and network statistics. The OpenAPI schema and usage patterns are consistent with the stated purpose and contain no evidence of data exfiltration or malicious execution.
能力评估
Purpose & Capability
Name/description, included OpenAPI schema, and example operations all align with a read-only mempool.space explorer skill. Minor mismatch: the SKILL.md runtime prerequisites require the uxc binary and network access, but the registry metadata lists no required binaries — the skill will not function without uxc present, so the manifest should declare that dependency for clarity.
Instruction Scope
SKILL.md instructs only read operations against mempool.space via uxc and explicitly forbids broadcasts/internal/admin routes. It references a curated OpenAPI schema (also included under references) and network access to mempool.space; there are no instructions to read unrelated files, environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only), so nothing is written to disk during install. The repository includes a validation script (scripts/validate.sh) for CI that requires jq and rg, but that script is for author-time validation rather than runtime execution.
Credentials
The skill declares no environment variables, no credentials, and no config paths — appropriate for a public read-only explorer. There are no hidden env accesses in SKILL.md or included files.
Persistence & Privilege
The skill is not always-enabled (always:false) and is user-invocable; autonomous invocation is allowed (the default) but the skill does not request extra privileges or attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mempool-space-openapi-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mempool-space-openapi-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mempool-space-openapi-skill. - Provides read-only access to mempool.space Bitcoin and Lightning public explorer APIs via UXC and curated OpenAPI schema. - Supports Bitcoin mempool and fee data, block tip height, address and transaction status, and Lightning network statistics and queries. - Requires no authentication for public read endpoints. - Enforces best practices and guardrails for safe usage: schema inspection, narrow reads, and stable JSON field parsing. - Excludes transaction broadcast, admin, and Esplora-generic endpoints.
元数据
Slug mempool-space-openapi-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Mempool Space Openapi Skill 是什么?

Operate mempool.space public Bitcoin and Lightning explorer APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 Mempool Space Openapi Skill?

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

Mempool Space Openapi Skill 是免费的吗?

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

Mempool Space Openapi Skill 支持哪些平台?

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

谁开发了 Mempool Space Openapi Skill?

由 jolestar(@jolestar)开发并维护,当前版本 v1.0.0。

💬 留言讨论