Skip to content

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.

ClawHub is the canonical discovery surface for community plugins. Do not open docs-only PRs just to add your plugin here for discoverability; publish it on ClawHub instead.

Terminal window
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.

Terminal window
remoteclaw plugins install remoteclaw-codex-app-server

DingTalk

Enterprise robot integration using Stream mode. Supports text, images, and file messages via any DingTalk client.

Terminal window
remoteclaw plugins install @largezhou/ddingtalk

Lossless Claw (LCM)

Lossless Context Management plugin for RemoteClaw. DAG-based conversation summarization with incremental compaction — preserves full context fidelity while reducing token usage.

Terminal window
remoteclaw plugins install @martian-engineering/lossless-claw

Opik

Official plugin that exports agent traces to Opik. Monitor agent behavior, cost, tokens, errors, and more.

Terminal window
remoteclaw plugins install @opik/opik-remoteclaw

QQbot

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.

Terminal window
remoteclaw plugins install @tencent-connect/remoteclaw-qqbot

wecom

WeCom channel plugin for RemoteClaw by the Tencent WeCom team. Powered by WeCom Bot WebSocket persistent connections, it supports direct messages & group chats, streaming replies, proactive messaging, image/file processing, Markdown formatting, built-in access control, and document/meeting/messaging skills.

Terminal window
remoteclaw plugins install @wecom/wecom-remoteclaw-plugin

Submit your plugin

We welcome community plugins that are useful, documented, and safe to operate.

Your plugin must be installable via `remoteclaw plugins install \`. Publish to [ClawHub](/tools/clawhub) (preferred) or npm. See [Building Plugins](/plugins/building-plugins) for the full guide. Source code must be in a public repository with setup docs and an issue tracker. You do not need a docs PR just to make your plugin discoverable. Publish it on ClawHub instead.
Open a docs PR only when RemoteClaw's source docs need an actual content
change, such as correcting install guidance or adding cross-repo
documentation that belongs in the main docs set.

Quality bar

RequirementWhy
Published on ClawHub or npmUsers need remoteclaw plugins install to work
Public GitHub repoSource review, issue tracking, transparency
Setup and usage docsUsers need to know how to configure it
Active maintenanceRecent updates or responsive issue handling

Low-effort wrappers, unclear ownership, or unmaintained packages may be declined.