install-extension

Install and configure ClaudeClaw extensions from GitHub repositories.

189|60|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/sbusso/claudeclaw --skill install-extension
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-extension
Source: https://github.com/sbusso/claudeclaw/tree/main/skills/install-extension
Command: npx skills add https://github.com/sbusso/claudeclaw --skill install-extension

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installing ClaudeClaw extensions can be tedious and error-prone when done manually; this skill streamlines discovery, validation, and integration of extensions from GitHub, enabling consistent setups.

Core Features & Use Cases

  • Discover and install extensions named claudeclaw-<name> from GitHub repositories.
  • Validate the extension manifest and perform dependencies installation, build, and integration steps automatically.
  • Use Case: quickly augment ClaudeClaw with new channel supports or triage capabilities by adding a pre-built extension.

Quick Start

Install a ClaudeClaw extension from its repository and automatically prepare it for use in your ClaudeClaw environment.

Frequently Asked Questions about install-extension

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

FAQPage Schema
How do I install ClaudeClaw extensions from a GitHub repository?

You can install ClaudeClaw extensions by running one command that discovers the extension from its GitHub repository, validates its manifest, and performs dependency installation, build, and integration steps automatically.

What is a manifest.json file used for when configuring ClaudeClaw extensions?

A manifest.json file is required in the extension to validate its structure and configuration during the ClaudeClaw extension installation process, enabling automated dependency and integration setup across multiple environments.

Do I need post-install hooks to set up extensions across multiple environments?

Post-install hooks are optional but useful for copying skills and assets when setting up extensions across multiple environments, ensuring consistent configurations and integration of new capabilities like Slack or triage support.

Can I use this to add Slack or triage integration to ClaudeClaw?

Yes, you can quickly augment ClaudeClaw with new channel supports like Slack or triage capabilities by discovering, validating, and installing pre-built extensions named claudeclaw-<name> from GitHub.

Why does manual extension installation fail in ClaudeClaw environments?

Manual extension installation is tedious and error-prone due to missed validation, dependency, and integration steps; this skill streamlines the process to ensure consistent setups across multiple environments.