tool-clawdbot

Install, configure, and operate the Clawdbot gateway and channels via CLI.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill tool-clawdbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-clawdbot
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/tool-clawdbot
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill tool-clawdbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a guided framework to install, configure, and operate the Clawdbot gateway, channels, and plugins, reducing setup friction and enabling repeatable deployments.

Core Features & Use Cases

  • Guided onboarding for gateway and channel configuration across WhatsApp, Telegram, Discord, Slack, and Google Chat.
  • Direct access to the bundled docs snapshot under tool-clawdbot/references/docs/ as the single source of truth.
  • Quick-start prompts that translate high-level intents into concrete CLI commands for rapid setup.

Quick Start

  • Start the gateway: clawdbot gateway
  • Add a channel: clawdbot channels add --channel telegram --account default --name "Telegram Bot"
  • Verify status: clawdbot gateway status or clawdbot channels status --probe

Frequently Asked Questions about tool-clawdbot

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

FAQPage Schema
How do I set up chat channels for WhatsApp, Telegram, Discord, Slack, and Google Chat during onboarding?

Chat channel onboarding is guided by the Clawdbot gateway CLI to configure multiple platforms like WhatsApp, Telegram, and Slack. You translate high-level intents into concrete CLI commands, using bundled docs as the single source of truth for repeatable deployments.

What is the best way to install and configure a gateway for multi-channel chat operations?

The best way to install and configure a gateway for multi-channel chat operations is using the Clawdbot gateway CLI. It provides a guided framework to start the gateway, add channels with specific accounts, and verify status using bundled reference docs.

Can I debug channel configurations using prepackaged reference docs?

Yes, you can debug channel configurations using prepackaged reference docs located under tool-clawdbot/references/docs/. This bundled documentation snapshot serves as the single source of truth to guide actions and resolve setup issues across multiple chat channels.

Does the Clawdbot gateway require external dependencies to operate?

The Clawdbot gateway requires no external dependencies beyond the runtime environment. It relies entirely on the gateway CLI and prepackaged references to guide onboarding, channel setup, and debugging actions without additional installations.

How do I verify the status of my gateway and channels after setup?

To verify gateway and channel status after setup, run the 'clawdbot gateway status' or 'clawdbot channels status --probe' CLI commands. These quick-start prompts provide immediate operational verification for your configured chat channels.

Why does channel setup fail without using the bundled docs snapshot as the source of truth?

Channel setup may fail without the bundled docs snapshot because it provides the exact CLI commands and configuration steps required for gateway and channel operations. Relying on this prepackaged reference ensures repeatable deployments and reduces setup friction.