skill-installer

Install ClawHub skills from slugs or URLs and sync across workspaces.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cgk-platform/cgk --skill skill-installer-cgk-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/cgk-platform/cgk/tree/main/openclaw-skills/skill-installer
Command: npx skills add https://github.com/cgk-platform/cgk --skill skill-installer-cgk-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Centralizes and automates the installation of ClawHub skills by slug or URL, eliminating manual setup steps.

Core Features & Use Cases

  • Installs multiple skills from chat-driven inputs (URLs or slugs) with a single command.
  • Syncs installed skills across multiple workspaces while preserving secrets and environment configs.
  • Validates installation against frontmatter requirements and reports status per skill.

Quick Start

Run the installer with one or more slugs or URLs to install skills across your workspaces.

Frequently Asked Questions about skill-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install ClawHub skills from a chat link?

To install ClawHub skills from a chat link, paste the clawhub.ai/skills/<slug> URL, Slack-formatted link, or slug directly into the chat. The installer automates the setup into your workspace and reports the status per skill.

Can I install multiple skills at once using a CLI?

Yes, you can install multiple skills in one pass. Provide one or more slugs or URLs in a single command, and the installer will validate installation against frontmatter requirements and sync across multiple workspaces.

Does syncing skills across workspaces preserve environment configs?

Yes, syncing installed skills across multiple workspaces preserves your existing secrets and environment configurations. The installer reads SKILL.md frontmatter to validate required tools and reports status per skill.

Do I need the local clawhub CLI to automate skill installation?

Yes, the installer relies on the local clawhub CLI to automate the installation process. It uses the CLI to read SKILL.md frontmatter, validate required tools, and install skills from URLs or slugs into the workspace.

What happens if a skill installation fails or has missing requirements?

The installer gracefully reports the installation status per skill. It validates against SKILL.md frontmatter requirements to check for required tools and environment details, ensuring you are notified of any issues during the installation process.