📦
AutomationTypeScript

Install Extension

by sbusso

Install Extension is an Automation skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Install Extension
Copy Install Extension into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/install-extension ~/.claude/skills/install-extension

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/install-extension/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/install-extension
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What Install Extension does

Install Extension adds a ClaudeClaw extension from a named package, installs dependencies, compiles it, and runs any post-install hook. Use it when adding slack, triage, or other extensions to a ClaudeClaw setup.

Install Extension is cataloged under Automation on DirSkills. Install Extension comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Install Extension

Install a ClaudeClaw extension from GitHub.

Usage

/install slack
/install triage

Flow

1. Validate input

The argument is the extension short name (e.g., slack, triage). The full repo name is claudeclaw-<name>.

EXTENSION_NAME="${1}"
REPO="https://github.com/sbusso/claudeclaw-${EXTENSION_NAME}.git"
EXT_DIR="extensions/claudeclaw-${EXTENSION_NAME}"

2. Check if already installed

[ -d "$EXT_DIR" ] && echo "Extension claudeclaw-${EXTENSION_NAME} is already installed." && exit 0

If already installed, ask if the user wants to update instead (git pull + rebuild).

3. Clone the extension

mkdir -p extensions
git clone "$REPO" "$EXT_DIR"

4. Read manifest and install dependencies

This is the opening of the README. Read the full README on GitHub.

Commands Install Extension provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /install

Frequently asked about Install Extension

  • What else does sbusso publish alongside Install Extension?

    Install Extension is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way Install Extension does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Install Extension compare to other Automation skills?

    Install Extension ranks #1826 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Install Extension against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Install Extension is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills