A comprehensive CLI manager for discovering, installing, and bootstrapping Openclaw Skills with an intelligent relevance-based search engine.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skillstore
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 skillstore using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SkillStore is the essential management layer for the ecosystem of Openclaw Skills. It provides developers with a unified command-line interface to search for existing functionalities, install community-driven tools from GitHub, and scaffold new projects using standardized templates. By acting as a central registry, it bridges the gap between core agent logic and the extensible features provided by various Openclaw Skills.
The tool is built to handle the entire lifecycle of skill management. From the moment a developer identifies a need for a new integration to the deployment of a custom-built solution, SkillStore simplifies the process. It ensures that the right Openclaw Skills are always accessible, whether they are part of the built-in database or hosted in remote repositories, fostering a more modular and powerful agent environment.
SkillStore works out of the box with no additional configuration required. You can immediately begin managing your Openclaw Skills using the standard command structure:
# Verify your environment by listing known skills
skillstore known
SkillStore manages its internal state and the metadata for other Openclaw Skills using a structured file system:
| File | Role |
|---|---|
main.js |
Contains the search logic and installation workflows for Openclaw Skills. |
config.json |
Stores the installation history and local configuration settings. |
SKILL.md |
Defines the technical metadata and purpose of the SkillStore itself. |
README.md |
Provides high-level documentation for users interacting with Openclaw Skills. |
Loading
A dedicated CLI utility for migrating OpenClaw configurations, skills, and environment data to a new host via SSH.

SkillStore is an intelligent package manager designed to search, install, and create Openclaw Skills through a unified CLI interface.

A high-performance, headless OpenClaw client optimized for remote Ubuntu and Raspbian server environments.

A command-line interface for managing and controlling smart home devices through the Home Assistant API.

A comprehensive integration for managing Gandi.net domains, DNS records, and email forwarding using automated Node.js scripts.

A high-performance web search skill for Openclaw agents powered by the Moonshot Kimi API's native $web_search tool.








































