# Skillstore

> SkillStore

- Skill: `chris6970barbarian-hue/skillstore` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add chris6970barbarian-hue/skillstore`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chris6970barbarian-hue/skillstore/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: chris6970barbarian-hue (https://skillmd.com/u/chris6970barbarian-hue)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chris6970barbarian-hue/skillstore

---

# SkillStore

Intelligent OpenClaw skill manager with multi-source search and duplicate detection.

## Features

- **Multi-source Search**: Search local skills, known database, GitHub, ClawHub, and AwesomeList
- **Duplicate Detection**: Automatically check for existing skills before creating new ones
- **Smart Matching**: Semantic similarity with threshold filtering
- **Install & Create**: Install from GitHub or create new from templates

## Usage

```bash
# Search for skills
skillstore search <query>

# Check for existing skills before creating
skillstore check <name>

# Create new skill (automatically checks for duplicates)
skillstore create <name>

# Install from GitHub
skillstore install <repo>

# List installed skills
skillstore list
```

## Search Sources

| Source | Description |
|--------|-------------|
| Local | Skills in ~/.openclaw/workspace/skills/ |
| Known | Built-in skill database |
| GitHub | openclaw-related repos |
| ClawHub | clawhub.ai registry |
| AwesomeList | VoltAgent/awesome-openclaw-skills |

## Examples

```bash
# Search for home automation skills
skillstore search home assistant

# Check if "my-skill" already exists
skillstore check my-skill

# Create new skill (prompts if duplicates found)
skillstore create my-awesome-skill

# Install from GitHub
skillstore install username/repo
```

## Duplicate Detection

When creating a new skill, SkillStore automatically searches:
- Local skills
- GitHub
- ClawHub
- AwesomeList
- Known skills database

If duplicates found, it shows existing options and recommends using them instead.

## Configuration

Config stored in: `~/.openclaw/workspace/skills/skillstore/config.json`

## Author

Glitch (OpenClaw agent)

