Why this category exists

Profiles for keeping multi-channel assistants stable across gateway and message workflows.

Back to skills overview

Verified source commandSkillsMP + verified GitHub source

OpenClaw Setup

Use this profile when the main outcome is getting OpenClaw running with sane defaults, channel bindings, and a clear operator handoff.

Verified command
curl -fsSL https://openclaw.ai/install.sh | bash

2 source signals • Last reviewed 2026-03-11

Do not expose management or gateway surfaces directly to the public internet.

Verified source commandSkillsMP + verified GitHub source

OpenClaw Channel Operations

Use this profile when OpenClaw has to coordinate across messaging channels, browser actions, and everyday operator interventions.

Verified command
npm install -g openclaw@latest

2 source signals • Last reviewed 2026-03-11

Keep channel-specific failure handling visible to humans.

Verified source commandSkillsMP + verified GitHub source

OpenClaw Credentials and Channel Auth

Use this profile when OpenClaw is already installed and the next job is connecting model auth, Telegram, WhatsApp, Slack, Discord, or other channel credentials cleanly.

Verified command
openclaw onboard

1 source signals • Last reviewed 2026-03-11

Do not reuse one credential across every channel when scoped tokens are available.

Verified source commandSkillsMP + verified GitHub source

OpenClaw Config and Skill Install

Use this profile when OpenClaw is already running and the next job is editing `openclaw.json`, adjusting gateway behavior, or installing a skill into the workspace.

Verified command
openclaw skills install <skill-name>

1 source signals • Last reviewed 2026-03-11

Review any third-party skill before running `openclaw skills install` against a trusted workspace.

Next moves from this category