SkillStore for Openclaw

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

chris6970barbarian-hue
v2026.2.17
Feb 17, 2026
0
1.6k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install glitch-skillstore

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 glitch-skillstore 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 SkillStore?

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 Use Cases

  • Searching for specific Openclaw Skills like homeassistant or github to expand agent utility.
  • Installing community-developed Openclaw Skills directly from GitHub repositories.
  • Auditing currently installed tools by listing local and known skill sets.
  • Bootstrapping new development projects by generating customized Openclaw Skills from templates.

How SkillStore Works

  1. The user initiates a search query for specific Openclaw Skills via the command line.
  2. The system tokenizes the query and performs a search across three sources: a built-in database, local workspace directories, and GitHub.
  3. Each potential match is processed through a Jaccard similarity algorithm with keyword boosting to determine relevance.
  4. Results are filtered by a 30% similarity threshold and displayed with a visual score bar indicating match strength.
  5. Users can then select a result to install or opt to create a brand new skill if no suitable matches are found.

SkillStore Setup

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 Data Schema & Taxonomy

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.

SkillStore Advanced Features

  • Intelligent Jaccard similarity matching with keyword boosting for highly accurate discovery of Openclaw Skills.
  • Multi-source search capabilities that bridge the gap between local tools and remote community repositories.
  • Integrated project scaffolding that allows developers to create new Openclaw Skills with standardized templates.
  • Visual feedback system providing color-coded relevance scores to streamline the decision-making process.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*