Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Tomer Hamam avatar

Claw Ops

  • Updated April 8, 2026
  • thamam/clawhub-marketplace

claw-ops handles deployment, health checks, configuration review, and environment guarding for the Claw bot fleet. It gives operators the controls to deploy and keep bots running safely. Useful for day-to-day operation of a multi-bot system.

Key points

  • Bot deployment
  • Health checks
  • Config review
  • Environment guard

Claw Ops by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add thamam/clawhub-marketplace
/plugin install claw-ops@clawhub

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedApril 8, 2026
Repositorythamam/clawhub-marketplace

What it does

Bot deployment, health checks, config review, and an environment guard for operating the Claw bot fleet.

README.md

claw-ops-marketplace

Shared operations plugins for the Claw bot fleet: DB, Lettabot, Nook, NanoClaw, M-Bot.

Install

claude plugins install ./claw-ops-marketplace

Plugins (3)

claw-ops — Core Operations

Type Item Purpose
Skill /bot-health Parameterized health checks across all bots
Skill /bot-deploy Deploy any bot — transport abstracted (Docker, rsync, Railway, container build)
Agent config-reviewer Reviews config changes against accumulated bot gotchas
Hook env-file-guard PreToolUse warning before modifying .env files or credentials

claw-content — Content & Output

Type Item Purpose
Skill /web-search Search decision framework — when to search, how to present results
Skill /notebooklm NotebookLM + Invideo integration for content creation
Skill /hebrew-rtl Mixed Hebrew/English BiDi handling per platform

claw-lifecycle — Bot Lifecycle

Type Item Purpose
Skill /self-improve Structured self-improvement routine with anti-drift guardrails
Skill /escalate-to-x Inter-bot escalation protocol — issues, context handoff, severity
Skill /telemetry-push Unified telemetry schema for the fleet dashboard

Enable selectively per project

// .claude/settings.json
{
  "enabledPlugins": {
    "claw-ops@claw-ops": true,        // core ops (most projects need this)
    "claw-content@claw-ops": true,     // content skills (optional)
    "claw-lifecycle@claw-ops": false   // lifecycle (optional)
  }
}

Recommended MCP Servers

Install per-user (not bundled in plugin):

  • Context7: claude mcp add context7 -- npx -y @upstash/context7-mcp@latest
  • Context Hub: npm install -g @aisuite/chub (then claude mcp add context-hub -- chub-mcp)

Per-Bot Local Automations

These stay in each bot's project directory (not in this plugin):

Bot Local Items
DB db-conventions (existing)
Nook nook-conventions (existing), /register-tool, rsync-safety-guard, letta-ast-validator
Lettabot lettabot-conventions, /skill-scaffold
NanoClaw nanoclaw-conventions, /container-test
M-Bot mbot-conventions, upstream-sync agent

Related skills

DevOps & CI/CDdeployinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.