/install glitch-skillstore
SkillStore - OpenClaw Skill Manager
Search, install, and create OpenClaw skills with intelligent matching.
Skill Metadata
- Name: skillstore
- Type: OpenClaw Skill
- Purpose: Search existing skills, install from GitHub, or create new ones
Setup Commands
No setup required. Works out of the box.
Usage Commands
Search & Install
# Search for a skill (applies 30% threshold)
skillstore \x3Cquery>
# Examples:
skillstore home assistant
skillstore weather
skillstore smart home
skillstore email gmail
skillstore github
List & Show
# List installed skills
skillstore list
# Show all known skills (20 built-in)
skillstore known
Create New
# Create new skill with templates
skillstore create \x3Cname>
skillstore new \x3Cname>
# Examples:
skillstore create my-awesome-skill
skillstore new weather-widget
How Search Works
Matching Algorithm
- Tokenize - Split query into keywords
- Calculate - Jaccard similarity + keyword boost
- Filter - Remove results below 30% threshold
- Rank - Sort by relevance score
- Display - Show with visual score bar
Match Score
Score >= 50% = Strong match (green bar)
Score >= 30% = Weak match (yellow bar)
Score \x3C 30% = Not shown (filtered)
Search Sources (in order)
- Known Skills - Built-in database of 20 skills
- Local Skills - Skills in ~/.openclaw/workspace/skills/
- GitHub - Search openclaw repositories
Interaction Flow
1. User runs: skillstore home assistant
2. System searches all 3 sources
3. System filters by threshold
4. Results shown with scores:
1. [KNOWN] homeassistant ████████░░ 85%
Control smart home devices...
2. [LOCAL] homeassistant ███████░░░ 78%
3. [GIT] openclaw-homeassistant ██████░░░░ 62%
5. User chooses:
- Enter number → Install from GitHub
- n → Create new skill
- q → Quit
Known Skills Database
Built-in skills (searchable):
| Skill | Description |
|---|---|
| homeassistant | Smart home control (HA API) |
| gog | Google Workspace (Gmail, Calendar, Drive) |
| weather | Weather forecasts |
| github | GitHub CLI integration |
| himalaya | Email via IMAP/SMTP |
| obsidian | Obsidian vault integration |
| sonoscli | Sonos speaker control |
| blucli | BluOS speaker control |
| eightctl | Eight Sleep pod control |
| ordercli | Food delivery orders |
| blogwatcher | RSS feed monitoring |
| gifgrep | GIF search/download |
| video-frames | Video frame extraction |
| youtube-summarizer | YouTube transcript summary |
| ga4 | Google Analytics 4 |
| gsc | Google Search Console |
| wacli | WhatsApp messaging |
| browser | Browser automation |
| healthcheck | Security hardening |
Error Handling
- No results above threshold: Offer to create new skill
- GitHub search fails: Fall back to local/known
- Install fails: Show error with reason
Related Skills
- homeassistant
- openclaw-migrate
- skill-templates (legacy, use skillstore)
Files
skillstore/
├── SKILL.md # This file
├── README.md # User docs
├── main.js # CLI with intelligent search
└── config.json # Install history
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install glitch-skillstore - After installation, invoke the skill by name or use
/glitch-skillstore - Provide required inputs per the skill's parameter spec and get structured output
What is Skillstore?
Search, install, and create OpenClaw skills with intelligent matching across known, local, and GitHub repositories. It is an AI Agent Skill for Claude Code / OpenClaw, with 754 downloads so far.
How do I install Skillstore?
Run "/install glitch-skillstore" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skillstore free?
Yes, Skillstore is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skillstore support?
Skillstore is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skillstore?
It is built and maintained by Glitch (@chris6970barbarian-hue); the current version is v2026.2.17.