← Back to Skills Marketplace
jolestar

Mempool Space Openapi Skill

by jolestar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install mempool-space-openapi-skill
Description
Operate mempool.space public Bitcoin and Lightning explorer APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mempool-space-openapi-skill
  3. After installation, invoke the skill by name or use /mempool-space-openapi-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug mempool-space-openapi-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install Mempool Space Openapi Skill?

Run "/install mempool-space-openapi-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mempool Space Openapi Skill free?

Yes, Mempool Space Openapi Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mempool Space Openapi Skill support?

Mempool Space Openapi Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mempool Space Openapi Skill?

It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.

💬 Comments