⚙️
AutomationTypeScript

ClaudeClaw Setup

by sbusso

ClaudeClaw Setup 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 ClaudeClaw Setup
Copy ClaudeClaw Setup 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/setup ~/.claude/skills/setup

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/setup/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/setup
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What ClaudeClaw Setup does

ClaudeClaw Setup runs the initial install and configuration flow for ClaudeClaw. Use it to install dependencies, authenticate messaging channels, register a main channel, and start background services.

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

Documentation

README

ClaudeClaw Setup

Run setup steps automatically. Only pause when user action is required (channel authentication, configuration choices). Setup uses bash setup.sh for bootstrap, then npx tsx setup/index.ts --step <name> for all other steps. Steps emit structured status blocks to stdout. Verbose logs go to logs/setup.log.

Principle: When something is broken or missing, fix it. Don't tell the user to go fix it themselves unless it genuinely requires their manual action (e.g. authenticating a channel, pasting a secret token). If a dependency is missing, install it. If a service won't start, diagnose and repair. Ask the user for permission when needed, then do the work.

UX Note: Use AskUserQuestion for all user-facing questions.

Mode Detection

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

Commands ClaudeClaw Setup provides

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

  • /convert-to-apple-container
  • /add-whatsapp
  • /add-telegram
  • /add-slack
  • /add-discord

Frequently asked about ClaudeClaw Setup

  • What else does sbusso publish alongside ClaudeClaw Setup?

    ClaudeClaw Setup 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 ClaudeClaw Setup does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does ClaudeClaw Setup compare to other Automation skills?

    ClaudeClaw Setup ranks #1824 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 ClaudeClaw Setup against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

ClaudeClaw Setup is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills