MCPcopy
hub / github.com/m1heng/clawdbot-feishu

github.com/m1heng/clawdbot-feishu @v2026.3.7 sqlite

repository ↗ · DeepWiki ↗ · release v2026.3.7 ↗
24,735 symbols 96,608 edges 5,778 files 456 documented · 2%
README

🦞 OpenClaw — Personal AI Assistant

    <img src="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text.png" alt="OpenClaw" width="500">

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, BlueBubbles, IRC, Microsoft Teams, Matrix, Feishu, LINE, Mattermost, Nextcloud Talk, Nostr, Synology Chat, Tlon, Twitch, Zalo, Zalo Personal, WebChat). 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 · Docs · Vision · DeepWiki · Getting Started · Updating · Showcase · FAQ · Wizard · Nix · Docker · Discord

Preferred setup: run the onboarding wizard (openclaw onboard) in your terminal. The wizard guides you step by step through setting up the 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

Sponsors

OpenAI Vercel Blacksmith Convex
OpenAI Vercel Blacksmith Convex

Subscriptions (OAuth):

Model note: while many providers/models are supported, for the best experience and lower prompt-injection risk use the strongest latest-generation model available to you. See Onboarding.

Models (selection + auth)

Install (recommended)

Runtime: Node ≥22.

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

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/IRC/Microsoft Teams/Matrix/Feishu/LINE/Mattermost/Nextcloud Talk/Nostr/Synology Chat/Tlon/Twitch/Zalo/Zalo Personal/WebChat)
openclaw agent --message "Ship checklist" --thinking high

Upgrading? Updating guide (and run openclaw doctor).

Development channels

  • stable: tagged releases (vYYYY.M.D or vYYYY.M.D-<patch>), 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.

From source (development)

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

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

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

  • DM pairing (dmPolicy="pairing" / channels.discord.dmPolicy="pairing" / channels.slack.dmPolicy="pairing"; legacy: channels.discord.dm.policy, channels.slack.dm.policy): unknown senders receive a short pairing code and the bot does not process their message.
  • Approve with: openclaw pairing approve <channel> <code> (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.allowFrom / channels.slack.allowFrom; legacy: channels.discord.dm.allowFrom, channels.slack.dm.allowFrom).

Run openclaw doctor to surface risky/misconfigured DM policies.

Highlights

  • Local-first Gateway — single control plane for sessions, channels, tools, and events.
  • Multi-channel inbox — WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, BlueBubbles (iMessage), iMessage (legacy), IRC, Microsoft Teams, Matrix, Feishu, LINE, Mattermost, Nextcloud Talk, Nostr, Synology Chat, Tlon, Twitch, Zalo, Zalo Personal, WebChat, macOS, iOS/Android.
  • Multi-agent routing — route inbound channels/accounts/peers to isolated agents (workspaces + per-agent sessions).
  • Voice Wake + Talk Mode — wake words on macOS/iOS and continuous voice on Android (ElevenLabs + system TTS fallback).
  • Live Canvas — agent-driven visual workspace with A2UI.
  • First-class tools — browser, canvas, nodes, cron, sessions, and Discord/Slack actions.
  • Companion apps — macOS menu bar app + iOS/Android nodes.
  • Onboarding + skills — wizard-driven setup with bundled/managed/workspace skills.

Star History

Star History Chart

Everything we built so far

Core platform

Channels

Apps + nodes

Tools + automation

Runtime + safety

Ops +

Extension points exported contracts — how you extend this code

MemorySearchManager (Interface)
(no doc) [6 implementers]
src/memory/types.ts
VoiceCallProvider (Interface)
(no doc) [10 implementers]
extensions/voice-call/src/providers/base.ts
ContextEngine (Interface)
(no doc) [2 implementers]
src/context-engine/types.ts
ZenModelsResponse (Interface)
* Response shape from OpenCode Zen /models endpoint. * Returns OpenAI-compatible format.
src/agents/opencode-zen-models.ts
AcpRuntime (Interface)
(no doc) [2 implementers]
src/acp/runtime/types.ts
CachedSticker (Interface)
(no doc)
src/telegram/sticker-cache.ts
QueuedDelivery (Interface)
(no doc)
src/infra/outbound/delivery-queue.ts
UrlRange (Interface)
(no doc)
src/tui/osc8-hyperlinks.ts

Core symbols most depended-on inside this repo

join
called by 5584
src/discord/voice/manager.ts
push
called by 4638
extensions/diffs/assets/viewer-runtime.js
resolve
called by 1330
src/gateway/exec-approval-manager.ts
has
called by 1255
src/acp/control-plane/runtime-cache.ts
error
called by 974
src/infra/outbound/delivery-queue.ts
from
called by 884
extensions/diffs/assets/viewer-runtime.js
add
called by 746
src/cron/service.ts
writeFile
called by 736
src/agents/sandbox/fs-bridge.ts

Shape

Function 22,665
Method 1,358
Class 518
Interface 177
Struct 14
Enum 2
Route 1

Languages

TypeScript99%
Python1%
Go1%

Modules by API surface

extensions/diffs/assets/viewer-runtime.js823 symbols
src/memory/qmd-manager.ts98 symbols
src/discord/monitor/agent-components.ts73 symbols
extensions/zalouser/src/zalo-js.ts71 symbols
src/discord/components.ts67 symbols
src/tui/tui.ts58 symbols
src/discord/monitor/native-command.ts58 symbols
src/auto-reply/reply/export-html/template.js58 symbols
src/agents/subagent-registry.ts56 symbols
src/pairing/pairing-store.ts53 symbols
src/agents/pi-embedded-runner/extra-params.ts52 symbols
extensions/msteams/src/attachments.test.ts52 symbols

Dependencies from manifests, versioned

github.com/joshp123/pi-golangv0.0.4 · 1×
golang.org/x/netv0.50.0 · 1×
gopkg.in/yaml.v3v3.0.1 · 1×
@agentclientprotocol/sdk0.15.0 · 1×
@aws-sdk/client-bedrock3.1004.0 · 1×
@buape/carbon0.0.0-beta-202602161 · 1×
@clack/prompts1.1.0 · 1×
@discordjs/voice0.19.0 · 1×
@grammyjs/runner2.0.3 · 1×
@grammyjs/transformer-throttler1.2.1 · 1×
@grammyjs/types3.25.0 · 1×

Datastores touched

proseDatabase · 1 repos
myprojectDatabase · 1 repos
neondbDatabase · 1 repos

For agents

$ claude mcp add clawdbot-feishu \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact