🎯

clawdhub

🎯Skill

from steipete/clawdis

VibeIndex|
What it does

Manages and synchronizes GitHub repository interactions, enabling automated tracking, notifications, and collaboration workflows for OpenClaw projects.

πŸ“¦

Part of

steipete/clawdis(48 items)

clawdhub

Installation

npm installInstall npm package
npm install -g openclaw@latest
git cloneClone repository
git clone https://github.com/openclaw/openclaw.git
pnpmRun with pnpm
pnpm install
πŸ“– Extracted from docs: steipete/clawdis
9Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# 🦞 OpenClaw β€” Personal AI Assistant

OpenClaw

EXFOLIATE! EXFOLIATE!

CI status

GitHub release

Discord

MIT License

OpenClaw is a _personal AI assistant_ you run on your own devices.

It answers you on the channels you already use (WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, Microsoft Teams, WebChat), plus extension channels like BlueBubbles, Matrix, Zalo, and Zalo Personal. It can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane β€” the product is the assistant.

If you want a personal, single-user assistant that feels local, fast, and always-on, this is it.

[Website](https://openclaw.ai) Β· [Docs](https://docs.openclaw.ai) Β· [DeepWiki](https://deepwiki.com/openclaw/openclaw) Β· [Getting Started](https://docs.openclaw.ai/start/getting-started) Β· [Updating](https://docs.openclaw.ai/install/updating) Β· [Showcase](https://docs.openclaw.ai/start/showcase) Β· [FAQ](https://docs.openclaw.ai/start/faq) Β· [Wizard](https://docs.openclaw.ai/start/wizard) Β· [Nix](https://github.com/openclaw/nix-clawdbot) Β· [Docker](https://docs.openclaw.ai/install/docker) Β· [Discord](https://discord.gg/clawd)

Preferred setup: run the onboarding wizard (openclaw onboard). It walks through gateway, workspace, channels, and skills. The CLI wizard is the recommended path and works on macOS, Linux, and Windows (via WSL2; strongly recommended).

Works with npm, pnpm, or bun.

New install? Start here: [Getting started](https://docs.openclaw.ai/start/getting-started)

Subscriptions (OAuth):

  • [Anthropic](https://www.anthropic.com/) (Claude Pro/Max)
  • [OpenAI](https://openai.com/) (ChatGPT/Codex)

Model note: while any model is supported, I strongly recommend Anthropic Pro/Max (100/200) + Opus 4.5 for long‑context strength and better prompt‑injection resistance. See [Onboarding](https://docs.openclaw.ai/start/onboarding).

Models (selection + auth)

  • Models config + CLI: [Models](https://docs.openclaw.ai/concepts/models)
  • Auth profile rotation (OAuth vs API keys) + fallbacks: [Model failover](https://docs.openclaw.ai/concepts/model-failover)

Install (recommended)

Runtime: Node β‰₯22.

```bash

npm install -g openclaw@latest

# or: pnpm add -g openclaw@latest

openclaw onboard --install-daemon

```

The wizard installs the Gateway daemon (launchd/systemd user service) so it stays running.

Quick start (TL;DR)

Runtime: Node β‰₯22.

Full beginner guide (auth, pairing, channels): [Getting started](https://docs.openclaw.ai/start/getting-started)

```bash

openclaw onboard --install-daemon

openclaw gateway --port 18789 --verbose

# Send a message

openclaw message send --to +1234567890 --message "Hello from OpenClaw"

# Talk to the assistant (optionally deliver back to any connected channel: WhatsApp/Telegram/Slack/Discord/Google Chat/Signal/iMessage/BlueBubbles/Microsoft Teams/Matrix/Zalo/Zalo Personal/WebChat)

openclaw agent --message "Ship checklist" --thinking high

```

Upgrading? [Updating guide](https://docs.openclaw.ai/install/updating) (and run openclaw doctor).

Development channels

  • stable: tagged releases (vYYYY.M.D or vYYYY.M.D-), npm dist-tag latest.
  • beta: prerelease tags (vYYYY.M.D-beta.N), npm dist-tag beta (macOS app may be missing).
  • dev: moving head of main, npm dist-tag dev (when published).

Switch channels (git + npm): openclaw update --channel stable|beta|dev.

Details: [Development channels](https://docs.openclaw.ai/install/development-channels).

From source (development)

Prefer pnpm for builds from source. Bun is optional for running TypeScript directly.

```bash

git clone https://github.com/openclaw/openclaw.git

cd openclaw

pnpm install

pnpm ui:build # auto-installs UI deps on first run

pnpm build

pnpm openclaw onboard --install-daemon

# Dev loop (auto-reload on TS changes)

pnpm gateway:watch

```

Note: pnpm openclaw ... runs TypeScript directly (via tsx). pnpm build produces dist/ for running via Node / the packaged openclaw binary.

Security defaults (DM access)

OpenClaw connects to real messaging surfaces. Treat inbound DMs as untrusted input.

Full security guide: [Security](https://docs.openclaw.ai/gateway/security)

Default behavior on Telegram/WhatsApp/Signal/iMessage/Microsoft Teams/Discord/Google Chat/Slack:

  • DM pairing (dmPolicy="pairing" / channels.discord.dm.policy="pairing" / channels.slack.dm.policy="pairing"): unknown senders receive a short pairing code and the bot does not process their message.
  • Approve with: openclaw pairing approve (then the sender is added to a local allowlist store).
  • Public inbound DMs require an explicit opt-in: set dmPolicy="open" and include "*" in the channel allowlist (allowFrom / channels.discord.dm.allowFrom / channels.slack.dm.allowFrom).

Run openclaw doctor to surface risky/misconfigured DM policies.

Highlights

  • [Local-first Gateway](https://docs.openclaw.ai/gateway) β€” single control plane for sessions, channels, tools, and events.
  • [Multi-channel inbox](https://docs.openclaw.ai/channels) β€” WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, BlueBubbles (iMessage), iMessage (legacy), Microsoft Teams, Matrix, Zalo, Zalo Personal, WebChat, macOS, iOS/Android.
  • [Multi-agent routing](https://docs.openclaw.ai/gateway/configuration) β€” route inbound channels/accounts/peers to isolated agents (workspaces + per-agent sessions).
  • [Voice Wake](https://docs.openclaw.ai/nodes/voicewake) + [Talk Mode](https://docs.openclaw.ai/nodes/talk) β€” always-on speech for macOS/iOS/Android with ElevenLabs.
  • [Live Canvas](https://docs.openclaw.ai/platforms/mac/canvas) β€” agent-driven visual workspace with [A2UI](https://docs.openclaw.ai/platforms/mac/canvas#canvas-a2ui).
  • [First-class tools](https://docs.openclaw.ai/tools) β€” browser, canvas, nodes, cron, sessions, and Discord/Slack actions.
  • [Companion apps](https://docs.openclaw.ai/platforms/macos) β€” macOS menu bar app + iOS/Android [nodes](https://docs.openclaw.ai/nodes).
  • [Onboarding](https://docs.openclaw.ai/start/wizard) + [skills](https://docs.openclaw.ai/tools/skills) β€” wizard-driven setup with bundled/managed/workspace skills.

Star History

[![Star History Chart](https://api.star-history.com/svg?repos=openclaw/openclaw&type=date&legend=top-left)](https://www.star-history.com/#openclaw/openclaw&type=date&legend=top-left)

Everything we built so far

Core platform

  • [Gateway WS control plane](https://docs.openclaw.ai/gateway) with sessions, presence, config, cron, webhooks, [Control UI](https://docs.openclaw.ai/web), and [Canvas host](https://docs.openclaw.ai/platforms/mac/canvas#canvas-a2ui).
  • [CLI surface](https://docs.openclaw.ai/tools/agent-send): gateway, agent, send, [wizard](https://docs.open

More from this repository10

🎯
gog🎯Skill

Manages Gmail, Calendar, Drive, Contacts, Sheets, and Docs via CLI with OAuth-based Google Workspace interactions.

🎯
weather🎯Skill

Retrieves current weather and forecasts for any location using free services, with multiple output formats and no API key required.

🎯
summarize🎯Skill

Quickly summarizes URLs, local files, and YouTube links using AI models with flexible extraction options.

🎯
coding-agent🎯Skill

Runs coding agents like Claude Code or Codex in bash with PTY support, enabling programmatic control and background processing.

🎯
mcporter🎯Skill

Streamlines interaction with MCP servers through CLI, enabling listing, configuration, authentication, and direct tool calls via HTTP or stdio.

🎯
apple-reminders🎯Skill

Manages Apple Reminders via CLI, enabling listing, adding, editing, completing, and deleting tasks with flexible date and list filtering.

🎯
gifgrep🎯Skill

Searches and downloads GIFs from Tenor/Giphy with a CLI/TUI, enabling preview, extraction, and easy sharing.

🎯
nano-pdf🎯Skill

Edits PDFs using natural language instructions, allowing precise page-level modifications with simple CLI commands.

🎯
obsidian🎯Skill

Automates interactions with Obsidian vaults, enabling searching, creating, moving, and managing Markdown notes via obsidian-cli.

🎯
peekaboo🎯Skill

Automates macOS UI interactions by capturing screens, targeting elements, driving input, and managing apps via a powerful CLI tool.