ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Glitch Skillstore

Skill by chris6970barbarian-hue

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chris6970barbarian-hue/glitch-skillstore
Or

What This Skill Does

The Glitch Skillstore, managed by chris6970barbarian-hue, serves as the central command hub for the OpenClaw agent ecosystem. It acts as a sophisticated package manager and discovery engine designed to help users search, install, and create skills seamlessly. By leveraging an intelligent matching algorithm based on Jaccard similarity and keyword boosting, the Glitch Skillstore ensures that users can find the automation tools they need without manually navigating complex directories. Whether you are looking to integrate home automation, manage cloud workflows, or develop your own custom capabilities, this tool streamlines the entire lifecycle of an OpenClaw skill.

Installation

Because this is a core infrastructure skill, it comes pre-integrated or is easily accessible. To install the Skillstore, use the command: clawhub install openclaw/skills/skills/chris6970barbarian-hue/glitch-skillstore. Once installed, no complex configuration is required. The tool automatically indexes your local skill workspace and links directly to the remote OpenClaw GitHub repositories, allowing for immediate execution of searches and installations.

Use Cases

  • Rapid Discovery: Developers and power users can quickly find existing solutions, such as the built-in homeassistant, gog (Google Workspace), or obsidian integration, without leaving the terminal.
  • Workflow Development: Users looking to create custom automation can use the 'create' command to generate boilerplate code for new skills, accelerating the development process.
  • Dependency Management: By searching GitHub repositories directly, users can stay updated with community-contributed skills and pull new versions as they become available.
  • Local Project Management: Manage and organize personal scripts and utilities by adding them to the workspace and utilizing the search functionality to categorize and rank them based on relevance.

Example Prompts

  1. "skillstore search smart home lighting tools"
  2. "skillstore create my-custom-api-wrapper"
  3. "skillstore list installed plugins to see what I have enabled"

Tips & Limitations

  • Threshold Understanding: The search engine uses a 30% similarity threshold. If a search yields no results, consider using more specific keywords to boost the Jaccard similarity score.
  • Ranking: The visual bar provides immediate feedback (Green for >50%, Yellow for >30%). Anything below 30% is hidden to prevent clutter.
  • Security: While the skillstore facilitates installation, ensure that you only install skills from trusted authors within the OpenClaw GitHub ecosystem to maintain system integrity. Always verify local scripts created via 'new' before executing them in production environments.

Metadata

Stars3683
Views0
Updated2026-04-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chris6970barbarian-hue-glitch-skillstore": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#package-manager#cli#automation#development
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution