A MetaID-based toolkit for creating AI agents, managing digital identities, and broadcasting on-chain Buzz messages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install metabot-basic
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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'"
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. |
Loading
An automation tool for managing Hytale dedicated servers via the official downloader and screen sessions.

A local logging utility that appends confirmed trade signals and execution data to a persistent JSONL file for history tracking.

A local Python-powered skill for retrieving and filtering recorded trade logs from a structured JSONL file.

A professional-grade technical analysis tool that fetches live Bitcoin data and generates trading signals using EMA and RSI indicators.

An advanced automated maintenance skill that ensures your AI agent and all installed tools remain updated with robust error recovery and step-by-step logging.

A robust installation and update utility for Ollama featuring breakpoint resume and automatic retry capabilities for unstable networks.








































