A lightweight diagnostic tool to verify the setup and execution of Openclaw Skills within your AI agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install luka-hello
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 luka-hello using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Hello skill is a fundamental utility designed for developers and automation engineers working within the Openclaw Skills ecosystem. Its primary purpose is to serve as a smoke test to confirm that the agent's runtime, file permissions, and skill-loading mechanisms are functioning correctly. As a minimal implementation, it allows for troubleshooting without the overhead of external API dependencies or complex data processing.
By integrating this skill into your workflow, you can establish a reliable baseline for performance and connectivity. It is an essential first step for anyone looking to build or deploy more complex Openclaw Skills, ensuring that the foundational infrastructure is stable before moving to production-grade automations.
To integrate this skill into your local environment, use the following command:
openclaw install hello
Ensure your configuration file recognizes the directory where your Openclaw Skills are stored.
The Hello skill uses a minimal data schema to ensure maximum compatibility:
| Property | Type | Description |
|---|---|---|
| name | String | The unique identifier for the skill within the Openclaw Skills registry. |
| description | String | A human-readable summary of the test function. |
| version | String | The current release version of the skill module. |
Loading
An autonomous state manager and orchestration engine for persistent, high-velocity AI-driven research.

A unified data collection framework that provides AI agents with robust multi-source information gathering, AI-driven scoring, and summarization capabilities.

An intelligent task decomposition and model orchestration engine that transforms complex prompts into manageable, model-optimized execution steps.

A powerful interface for AI agents to monitor and control ROS and ROS2 robotic systems using rosbridge WebSocket communication.

ResearchVault is a high-velocity research orchestration engine that manages persistent state, synthesis, and autonomous verification for AI agents.

An autonomous state manager for agentic research that handles persistent storage, reasoning branches, and automated verification.








































