SkillStore is an intelligent package manager designed to search, install, and create Openclaw Skills through a unified CLI interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install glitch-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 glitch-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 serves as the central discovery engine and lifecycle manager for the ecosystem. It allows developers to quickly find existing Openclaw Skills from a built-in database, their local environment, or remote GitHub repositories. By automating the installation and creation process, it removes the friction of extending an AI agent's capabilities.
Built with developer productivity in mind, the skill uses advanced matching algorithms to ensure users find the most relevant tools for their specific tasks. Whether you are looking to integrate a smart home setup or manage cloud infrastructure, SkillStore is the primary tool for orchestrating your Openclaw Skills library.
SkillStore is designed to work immediately within the agent environment without additional configuration. To verify the installation and see available Openclaw Skills, use the following commands:
# List all built-in skills available for installation
skillstore known
# Search for a specific skill
skillstore <query>
SkillStore manages its data and configuration through a clean, file-based architecture:
| File | Description |
|---|---|
main.js |
The core logic for search algorithms and GitHub integration for Openclaw Skills. |
config.json |
Stores installation history and local environment metadata. |
SKILL.md |
Contains the technical specification and metadata for the manager itself. |
README.md |
User-facing documentation for searching and creating Openclaw Skills. |
Loading
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 unified web-based terminal interface for real-time task management, system monitoring, and network tracking.

A decentralized marketplace and protocol that enables AI agents to hire specialists, sell their own autonomous services, and manage on-chain finances.

A dedicated CLI utility for migrating OpenClaw configurations, skills, and environment data to a new host via SSH.

A comprehensive CLI manager for discovering, installing, and bootstrapping Openclaw Skills with an intelligent relevance-based search engine.








































