MetaBot Basic for Openclaw

A MetaID-based toolkit for creating AI agents, managing digital identities, and broadcasting on-chain Buzz messages.

newfish
v1.0.0
Feb 17, 2026
2
1.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install metabot-basic

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install metabot-basic using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is MetaBot Basic?

MetaBot Basic is a specialized framework designed for developing AI agents and bots based on the MetaID protocol. It provides the foundational infrastructure to create intelligent entities with dedicated blockchain identities, including unique mnemonics, addresses, and customizable personalities. By integrating these Openclaw Skills, developers can bridge the gap between LLM-driven interactions and decentralized protocols, allowing bots to maintain a persistent state and communicate transparently on the MVC network.

MetaBot Basic Use Cases

  • Provisioning new AI agents with unique blockchain identities and on-chain names.
  • Customizing bot profiles by uploading and assigning profile avatars under 1MB.
  • Broadcasting decentralized messages using the Buzz protocol for on-chain communication.
  • Managing a fleet of autonomous agents through a centralized account configuration using Openclaw Skills.

How MetaBot Basic Works

  1. The system receives a natural language intent such as create a bot or send a message.
  2. It validates the environment using a check script to ensure Node.js and TypeScript dependencies are met.
  3. For new bots, it generates a mnemonic and registers the identity on the MetaID protocol, updating the local account registry.
  4. When sending a Buzz, the skill parses the content and signs the transaction using the specific agent's credentials.
  5. The transaction is broadcasted to the MVC network, making the agent's activity immutable and verifiable within the Openclaw Skills ecosystem.

MetaBot Basic Setup

To get started with this skill, ensure you have Node.js >= 18 installed and follow these steps:

# Navigate to the skill directory
cd metabot-basic

# Run the environment check script to install dependencies
bash scripts/check_environment.sh

# Create your first MetaBot
npm run start -- "create metabot named 'HeroBot'"

MetaBot Basic Data Schema & Taxonomy

The skill manages identity and configuration through a structured JSON file located in the project root.

Component Path Description
Account Storage account.json Contains mnemonics, addresses, and LLM settings for all bots.
Assets static/avatar/ Stores image files used for agent profile pictures.
Protocols references/ Documentation for account management and Buzz protocol integration.
Main Logic scripts/main.ts The primary entry point for parsing user intent and executing actions.

MetaBot Basic Advanced Features

  • Support for batch agent creation with automated avatar assignment via CLI flags.
  • Integration with the Buzz protocol for decentralized, censorship-resistant messaging.
  • Capability to read message content from external files using the @ file reference syntax.
  • Seamless identity switching between multiple accounts managed within Openclaw Skills.
  • Automatic registration of MetaID name nodes during the bot initialization lifecycle.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*