{"id":624,"date":"2026-03-21T22:52:57","date_gmt":"2026-03-21T14:52:57","guid":{"rendered":"https:\/\/pa.yingzhi8.cn\/index.php\/2026\/03\/21\/plugins-community\/"},"modified":"2026-03-21T23:08:53","modified_gmt":"2026-03-21T15:08:53","slug":"plugins-community","status":"publish","type":"post","link":"https:\/\/pa.yingzhi8.cn\/index.php\/2026\/03\/21\/plugins-community\/","title":{"rendered":"Community Plugins"},"content":{"rendered":"<h1>Community Plugins<\/h1>\n<p>Community plugins are third-party packages that extend OpenClaw with new<br \/>\nchannels, tools, providers, or other capabilities. They are built and maintained<br \/>\nby the community, published on npm, and installable with a single command.<\/p>\n<p>&#8220;`bash  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\nopenclaw plugins install <\/p>\n<pre><code>\n## Listed plugins\n\n### Codex App Server Bridge\n\nIndependent OpenClaw bridge for Codex App Server conversations. Bind a chat to\na Codex thread, talk to it with plain text, and control it with chat-native\ncommands for resume, planning, review, model selection, compaction, and more.\n\n* **npm:** `openclaw-codex-app-server`\n* **repo:** [github.com\/pwrdrvr\/openclaw-codex-app-server](https:\/\/github.com\/pwrdrvr\/openclaw-codex-app-server)\n\n```bash  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\nopenclaw plugins install openclaw-codex-app-server\n<\/code><\/pre>\n<h3>DingTalk<\/h3>\n<p>Enterprise robot integration using Stream mode. Supports text, images, and<br \/>\nfile messages via any DingTalk client.<\/p>\n<ul>\n<li><strong>npm:<\/strong> <code>@largezhou\/ddingtalk<\/code><\/li>\n<li><strong>repo:<\/strong> <a href=\"https:\/\/github.com\/largezhou\/openclaw-dingtalk\">github.com\/largezhou\/openclaw-dingtalk<\/a><\/li>\n<\/ul>\n<p>&#8220;`bash  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\nopenclaw plugins install @largezhou\/ddingtalk<\/p>\n<pre><code>\n### Lossless Claw (LCM)\n\nLossless Context Management plugin for OpenClaw. DAG-based conversation\nsummarization with incremental compaction \u2014 preserves full context fidelity\nwhile reducing token usage.\n\n* **npm:** `@martian-engineering\/lossless-claw`\n* **repo:** [github.com\/Martian-Engineering\/lossless-claw](https:\/\/github.com\/Martian-Engineering\/lossless-claw)\n\n```bash  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\nopenclaw plugins install @martian-engineering\/lossless-claw\n<\/code><\/pre>\n<h3>Opik<\/h3>\n<p>Official plugin that exports agent traces to Opik. Monitor agent behavior,<br \/>\ncost, tokens, errors, and more.<\/p>\n<ul>\n<li><strong>npm:<\/strong> <code>@opik\/opik-openclaw<\/code><\/li>\n<li><strong>repo:<\/strong> <a href=\"https:\/\/github.com\/comet-ml\/opik-openclaw\">github.com\/comet-ml\/opik-openclaw<\/a><\/li>\n<\/ul>\n<p>&#8220;`bash  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\nopenclaw plugins install @opik\/opik-openclaw<\/p>\n<pre><code>\n### QQbot\n\nConnect OpenClaw to QQ via the QQ Bot API. Supports private chats, group\nmentions, channel messages, and rich media including voice, images, videos,\nand files.\n\n* **npm:** `@sliverp\/qqbot`\n* **repo:** [github.com\/sliverp\/qqbot](https:\/\/github.com\/sliverp\/qqbot)\n\n```bash  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\nopenclaw plugins install @sliverp\/qqbot\n<\/code><\/pre>\n<h3>wecom<\/h3>\n<p>OpenClaw Enterprise WeCom Channel Plugin.<br \/>\nA bot plugin powered by WeCom AI Bot WebSocket persistent connections,<br \/>\nsupports direct messages &amp; group chats, streaming replies, and proactive messaging.<\/p>\n<ul>\n<li><strong>npm:<\/strong> <code>@wecom\/wecom-openclaw-plugin<\/code><\/li>\n<li><strong>repo:<\/strong> <a href=\"https:\/\/github.com\/WecomTeam\/wecom-openclaw-plugin\">github.com\/WecomTeam\/wecom-openclaw-plugin<\/a><\/li>\n<\/ul>\n<p><code>bash  theme={\"theme\":{\"light\":\"min-light\",\"dark\":\"min-dark\"}}<br \/>\nopenclaw plugins install @wecom\/wecom-openclaw-plugin<\/code><\/p>\n<h2>Submit your plugin<\/h2>\n<p>We welcome community plugins that are useful, documented, and safe to operate.<\/p>\n<p>    Your plugin must be installable via <code>openclaw plugins install &lt;npm-spec&gt;<\/code>.<br \/>\n    See <a href=\"\/plugins\/building-plugins\">Building Plugins<\/a> for the full guide.\n  <\/p>\n<p>\n    Source code must be in a public repository with setup docs and an issue<br \/>\n    tracker.\n  <\/p>\n<p>\n    Add your plugin to this page with:<\/p>\n<pre><code>* Plugin name\n* npm package name\n* GitHub repository URL\n* One-line description\n* Install command\n<\/code><\/pre>\n<\/p>\n<h2>Quality bar<\/h2>\n<table>\n<thead>\n<tr>\n<th>Requirement<\/th>\n<th>Why<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Published on npm<\/td>\n<td>Users need <code>openclaw plugins install<\/code> to work<\/td>\n<\/tr>\n<tr>\n<td>Public GitHub repo<\/td>\n<td>Source review, issue tracking, transparency<\/td>\n<\/tr>\n<tr>\n<td>Setup and usage docs<\/td>\n<td>Users need to know how to configure it<\/td>\n<\/tr>\n<tr>\n<td>Active maintenance<\/td>\n<td>Recent updates or responsive issue handling<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Low-effort wrappers, unclear ownership, or unmaintained packages may be declined.<\/p>\n<h2>Related<\/h2>\n<ul>\n<li><a href=\"\/tools\/plugin\">Install and Configure Plugins<\/a> \u2014 how to install any plugin<\/li>\n<li><a href=\"\/plugins\/building-plugins\">Building Plugins<\/a> \u2014 create your own<\/li>\n<li><a href=\"\/plugins\/manifest\">Plugin Manifest<\/a> \u2014 manifest schema<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Community Plugins Community plugins are third-party pac [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-624","post","type-post","status-publish","format-standard","hentry","category-docs"],"_links":{"self":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/624","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/comments?post=624"}],"version-history":[{"count":2,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/624\/revisions"}],"predecessor-version":[{"id":706,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/624\/revisions\/706"}],"wp:attachment":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/media?parent=624"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/categories?post=624"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/tags?post=624"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}