Community Plugins
Community Plugins
Community plugins are third-party packages that extend RemoteClaw with new channels, tools, providers, or other capabilities. They are built and maintained by the community, published on ClawHub or npm, and installable with a single command.
remoteclaw plugins install <package-name>RemoteClaw checks ClawHub first and falls back to npm automatically.
Listed plugins
Codex App Server Bridge
Independent RemoteClaw bridge for Codex App Server conversations. Bind a chat to a Codex thread, talk to it with plain text, and control it with chat-native commands for resume, planning, review, model selection, compaction, and more.
- npm:
remoteclaw-codex-app-server - repo: github.com/pwrdrvr/remoteclaw-codex-app-server
remoteclaw plugins install remoteclaw-codex-app-serverDingTalk
Enterprise robot integration using Stream mode. Supports text, images, and file messages via any DingTalk client.
- npm:
@largezhou/ddingtalk - repo: github.com/largezhou/remoteclaw-dingtalk
remoteclaw plugins install @largezhou/ddingtalkLossless Claw (LCM)
Lossless Context Management plugin for RemoteClaw. DAG-based conversation summarization with incremental compaction — preserves full context fidelity while reducing token usage.
- npm:
@martian-engineering/lossless-claw - repo: github.com/Martian-Engineering/lossless-claw
remoteclaw plugins install @martian-engineering/lossless-clawOpik
Official plugin that exports agent traces to Opik. Monitor agent behavior, cost, tokens, errors, and more.
- npm:
@opik/opik-remoteclaw - repo: github.com/comet-ml/opik-remoteclaw
remoteclaw plugins install @opik/opik-remoteclawQQbot
Connect RemoteClaw to QQ via the QQ Bot API. Supports private chats, group mentions, channel messages, and rich media including voice, images, videos, and files.
- npm:
@sliverp/qqbot - repo: github.com/sliverp/qqbot
remoteclaw plugins install @sliverp/qqbotwecom
RemoteClaw Enterprise WeCom Channel Plugin. A bot plugin powered by WeCom AI Bot WebSocket persistent connections, supports direct messages & group chats, streaming replies, and proactive messaging.
- npm:
@wecom/wecom-remoteclaw-plugin - repo: github.com/WecomTeam/wecom-remoteclaw-plugin
remoteclaw plugins install @wecom/wecom-remoteclaw-pluginSubmit your plugin
We welcome community plugins that are useful, documented, and safe to operate.
- Plugin name- npm package name- GitHub repository URL- One-line description- Install commandQuality bar
| Requirement | Why |
|---|---|
| Published on ClawHub or npm | Users need remoteclaw plugins install to work |
| Public GitHub repo | Source review, issue tracking, transparency |
| Setup and usage docs | Users need to know how to configure it |
| Active maintenance | Recent updates or responsive issue handling |
Low-effort wrappers, unclear ownership, or unmaintained packages may be declined.
Related
- Install and Configure Plugins — how to install any plugin
- Building Plugins — create your own
- Plugin Manifest — manifest schema