skills$openclaw/base
spirosrap7.3k

by spirosrap

base – OpenClaw Skill

base is an OpenClaw Skills integration for coding workflows. Interact with Base blockchain — check balances, gas prices, block numbers, and transaction status. Use when the user wants to query onchain data on Base. No API key required.

7.3k stars8.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namebase
descriptionInteract with Base blockchain — check balances, gas prices, block numbers, and transaction status. Use when the user wants to query onchain data on Base. No API key required. OpenClaw Skills integration.
ownerspirosrap
repositoryspirosrap/base
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @spirosrap/base
last updatedFeb 7, 2026

Maintainer

spirosrap

spirosrap

Maintains base in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
.
references
base-rpc.md
1.1 KB
scripts
base.sh
8.6 KB
_meta.json
263 B
SKILL.md
323 B
SKILL.md

name: base description: Interact with Base blockchain — check balances, gas prices, block numbers, and transaction status. Use when the user wants to query onchain data on Base. No API key required. metadata: {"clawdbot":{"emoji":"🟣","homepage":"https://base.org","requires":{"bins":["curl","jq","python3"]}}}

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install base?

Run openclaw add @spirosrap/base in your terminal. This installs base into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/spirosrap/base. Review commits and README documentation before installing.