An automated utility to synchronize and track version differences for your local Openclaw Skills against GitHub and ClawHub repositories.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install catch-my-skill
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 catch-my-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Catch My Skill is a management utility designed to streamline the lifecycle of your development environment by monitoring versioning for Openclaw Skills. It solves the problem of version drift by maintaining a synchronized state between your local workspace and remote registries like ClawHub and GitHub.
The tool is built on a philosophy of high-retention usage, meaning it encourages users to track and maintain only the specific Openclaw Skills they actively use. This prevents workspace bloat while ensuring that your core tools are always running the latest, most secure, and most feature-complete versions.
To install and configure this tool for your Openclaw Skills, follow these steps:
# Copy the skill into your local workspace
cp -r catch-my-skill ~/.openclaw/workspace/skills/
# Navigate to the directory and initialize the tracking system
node index.js init
# (Optional) Set your GitHub username and check interval in .backup.env
# CATCH_INTERVAL=30
# GITHUB_USERNAME=yourname
The skill manages two primary JSON datasets to track your Openclaw Skills:
| File | Purpose |
|---|---|
local.json |
Tracks locally installed skill names, versions, and filesystem paths. |
online.json |
Caches remote metadata from ClawHub and GitHub, including repository owners and version numbers. |
Each entry in the schema includes the skill name, a Semantic Version (SemVer) string, and source-specific metadata like the GitHub repository path or ClawHub owner ID.
Loading
A structural diagnostic tool that measures compositional coordinates in AI-generated images to identify and correct model-specific biases.

A professional CLI tool for managing Threads profiles and automating content publication via the Graph API.

A comprehensive Pinterest API v5 integration for automating pin creation, board management, and performance tracking.

Connect your AI agent to your Obsidian vault for seamless note creation, fuzzy searching, and automated knowledge management.

Class Seven orchestrates a specialized multi-agent development team to handle complex software tasks from planning to deployment.

An intelligent daily news briefing tool for Openclaw Skills that aggregates information via AI search, RSS feeds, and custom site trackers.








































