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, usually published on ClawHub, and installable with a single command. Npm remains the launch default for bare package specs while ClawHub pack installs roll out.
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.
remoteclaw plugins install clawhub:<package-name>Use remoteclaw plugins install <package-name> for npm-hosted packages.
Listed plugins
Apify
Scrape data from any website with 20,000+ ready-made scrapers. Let your agent extract data from Instagram, Facebook, TikTok, YouTube, Google Maps, Google Search, e-commerce sites, and more — just by asking.
- npm:
@apify/apify-remoteclaw-plugin - repo: github.com/apify/apify-remoteclaw-plugin
remoteclaw plugins install @apify/apify-remoteclaw-pluginCodex 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-remoteclawPrometheus Avatar
Give your RemoteClaw agent a Live2D avatar with real-time lip-sync, emotion expressions, and text-to-speech. Includes creator tools for AI asset generation and one-click deployment to the Prometheus Marketplace. Currently in alpha.
- npm:
@prometheusavatar/remoteclaw-plugin - repo: github.com/myths-labs/prometheus-avatar
remoteclaw plugins install @prometheusavatar/remoteclaw-pluginQQbot
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.
Current RemoteClaw releases bundle QQ Bot. Use the bundled setup in QQ Bot for normal installs; install this external plugin only when you intentionally want the Tencent-maintained standalone package.
- npm:
@tencent-connect/remoteclaw-qqbot - repo: github.com/tencent-connect/remoteclaw-qqbot
remoteclaw plugins install @tencent-connect/remoteclaw-qqbotwecom
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.
- npm:
@wecom/wecom-remoteclaw-plugin - repo: github.com/WecomTeam/wecom-remoteclaw-plugin
remoteclaw plugins install @wecom/wecom-remoteclaw-pluginYuanbao
Yuanbao channel plugin for RemoteClaw by the Tencent Yuanbao team. Powered by WebSocket persistent connections, it supports direct messages & group chats, streaming replies, proactive messaging, image/file/audio/video processing, Markdown formatting, built-in access control, and slash-command menus.
- npm:
remoteclaw-plugin-yuanbao - repo: github.com/YuanbaoTeam/yuanbao-remoteclaw-plugin
remoteclaw plugins install remoteclaw-plugin-yuanbaoSubmit your plugin
We welcome community plugins that are useful, documented, and safe to operate.
Open a docs PR only when RemoteClaw's source docs need an actual contentchange, such as correcting install guidance or adding cross-repodocumentation that belongs in the main docs set.Quality 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