惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Recent Announcements
Recent Announcements
D
Docker
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
腾讯CDC
B
Blog
博客园_首页
罗磊的独立博客
D
DataBreaches.Net
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: consolidate plugin management docs (#81898) · openc...
kevinslin · 2026-05-15 · via Recent Commits to openclaw:main

@@ -1,193 +1,77 @@

11

---

2-

summary: "Community-maintained OpenClaw plugins: browse, install, and submit your own"

2+

summary: "Find and publish community-maintained OpenClaw plugins"

33

read_when:

44

- You want to find third-party OpenClaw plugins

5-

- You want to publish or list your own plugin

5+

- You want to publish or list your own plugin on ClawHub

66

title: "Community plugins"

7+

doc-schema-version: 1

78

---

899-

Community plugins are third-party packages that extend OpenClaw with new

10-

channels, tools, providers, or other capabilities. They are built and maintained

11-

by the community, usually published on [ClawHub](/clawhub), and installable

12-

with a single command. Npm remains the launch default for bare package specs

13-

while ClawHub pack installs roll out.

10+

Community plugins are third-party packages that extend OpenClaw with channels,

11+

tools, providers, hooks, or other capabilities. Use [ClawHub](/clawhub) as the

12+

primary discovery surface for public community plugins.

141315-

ClawHub is the canonical discovery surface for community plugins. Do not open

16-

docs-only PRs just to add your plugin here for discoverability; publish it on

17-

ClawHub instead.

14+

## Find plugins

181519-

```bash

20-

openclaw plugins install clawhub:<package-name>

21-

```

22-23-

Use `openclaw plugins install <package-name>` for npm-hosted packages.

24-25-

## Listed plugins

26-27-

### Apify

28-29-

Scrape data from any website with 20,000+ ready-made scrapers. Let your agent

30-

extract data from Instagram, Facebook, TikTok, YouTube, Google Maps, Google

31-

Search, e-commerce sites, and more — just by asking.

32-33-

- **npm:** `@apify/apify-openclaw-plugin`

34-

- **repo:** [github.com/apify/apify-openclaw-plugin](https://github.com/apify/apify-openclaw-plugin)

35-36-

```bash

37-

openclaw plugins install @apify/apify-openclaw-plugin

38-

```

39-40-

### Codex App Server Bridge

41-42-

Independent OpenClaw bridge for Codex App Server conversations. Bind a chat to

43-

a Codex thread, talk to it with plain text, and control it with chat-native

44-

commands for resume, planning, review, model selection, compaction, and more.

45-46-

- **npm:** `openclaw-codex-app-server`

47-

- **repo:** [github.com/pwrdrvr/openclaw-codex-app-server](https://github.com/pwrdrvr/openclaw-codex-app-server)

16+

Search ClawHub from the CLI:

48174918

```bash

50-

openclaw plugins install openclaw-codex-app-server

19+

openclaw plugins search "calendar"

5120

```

522153-

### DingTalk

54-55-

Enterprise robot integration using Stream mode. Supports text, images, and

56-

file messages via any DingTalk client.

57-58-

- **npm:** `@largezhou/ddingtalk`

59-

- **repo:** [github.com/largezhou/openclaw-dingtalk](https://github.com/largezhou/openclaw-dingtalk)

22+

Install a ClawHub plugin with an explicit source prefix:

60236124

```bash

62-

openclaw plugins install @largezhou/ddingtalk

63-

```

64-65-

### Lossless Claw (LCM)

66-67-

Lossless Context Management plugin for OpenClaw. DAG-based conversation

68-

summarization with incremental compaction — preserves full context fidelity

69-

while reducing token usage.

70-71-

- **npm:** `@martian-engineering/lossless-claw`

72-

- **repo:** [github.com/Martian-Engineering/lossless-claw](https://github.com/Martian-Engineering/lossless-claw)

73-74-

```bash

75-

openclaw plugins install @martian-engineering/lossless-claw

76-

```

77-78-

### Opik

79-80-

Official plugin that exports agent traces to Opik. Monitor agent behavior,

81-

cost, tokens, errors, and more.

82-83-

- **npm:** `@opik/opik-openclaw`

84-

- **repo:** [github.com/comet-ml/opik-openclaw](https://github.com/comet-ml/opik-openclaw)

85-86-

```bash

87-

openclaw plugins install @opik/opik-openclaw

88-

```

89-90-

### Prometheus Avatar

91-92-

Give your OpenClaw agent a Live2D avatar with real-time lip-sync, emotion

93-

expressions, and text-to-speech. Includes creator tools for AI asset generation

94-

and one-click deployment to the Prometheus Marketplace. Currently in alpha.

95-96-

- **npm:** `@prometheusavatar/openclaw-plugin`

97-

- **repo:** [github.com/myths-labs/prometheus-avatar](https://github.com/myths-labs/prometheus-avatar)

98-99-

```bash

100-

openclaw plugins install @prometheusavatar/openclaw-plugin

101-

```

102-103-

### QQbot

104-105-

Connect OpenClaw to QQ via the QQ Bot API. Supports private chats, group

106-

mentions, channel messages, and rich media including voice, images, videos,

107-

and files.

108-109-

Current OpenClaw releases bundle QQ Bot. Use the bundled setup in

110-

[QQ Bot](/channels/qqbot) for normal installs; install this external plugin only

111-

when you intentionally want the Tencent-maintained standalone package.

112-113-

- **npm:** `@tencent-connect/openclaw-qqbot`

114-

- **repo:** [github.com/tencent-connect/openclaw-qqbot](https://github.com/tencent-connect/openclaw-qqbot)

115-116-

```bash

117-

openclaw plugins install @tencent-connect/openclaw-qqbot

25+

openclaw plugins install clawhub:<package-name>

11826

```

11927120-

### wecom

121-122-

WeCom channel plugin for OpenClaw by the Tencent WeCom team. Powered by

123-

WeCom Bot WebSocket persistent connections, it supports direct messages & group

124-

chats, streaming replies, proactive messaging, image/file processing, Markdown

125-

formatting, built-in access control, and document/meeting/messaging skills.

126-127-

- **npm:** `@wecom/wecom-openclaw-plugin`

128-

- **repo:** [github.com/WecomTeam/wecom-openclaw-plugin](https://github.com/WecomTeam/wecom-openclaw-plugin)

28+

npm remains a supported direct-install path during the launch cutover:

1292913030

```bash

131-

openclaw plugins install @wecom/wecom-openclaw-plugin

31+

openclaw plugins install npm:<package-name>

13232

```

13333134-

### Yuanbao

34+

Use [Manage plugins](/plugins/manage-plugins) for common install, update,

35+

inspect, and uninstall examples. Use [`openclaw plugins`](/cli/plugins) for the

36+

full command reference and source-selection rules.

13537136-

Yuanbao channel plugin for OpenClaw by the Tencent Yuanbao team. Powered by

137-

WebSocket persistent connections, it supports direct messages & group chats,

138-

streaming replies, proactive messaging, image/file/audio/video processing,

139-

Markdown formatting, built-in access control, and slash-command menus.

38+

## Publish plugins

14039141-

- **npm:** `openclaw-plugin-yuanbao`

142-

- **repo:** [github.com/YuanbaoTeam/yuanbao-openclaw-plugin](https://github.com/YuanbaoTeam/yuanbao-openclaw-plugin)

40+

Publish public community plugins on ClawHub when you want OpenClaw users to

41+

discover and install them. ClawHub owns the live package listing, release

42+

history, scan status, and install hints; the docs do not maintain a static

43+

third-party plugin catalog.

1434414445

```bash

145-

openclaw plugins install openclaw-plugin-yuanbao

46+

clawhub package publish your-org/your-plugin --dry-run

47+

clawhub package publish your-org/your-plugin

14648

```

14749148-

## Submit your plugin

149-150-

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

151-152-

<Steps>

153-

<Step title="Publish to ClawHub or npm">

154-

Your plugin must be installable via `openclaw plugins install \<package-name\>`.

155-

Publish to [ClawHub](/clawhub) unless you specifically need npm-only

156-

distribution.

157-

See [Building Plugins](/plugins/building-plugins) for the full guide.

158-159-

</Step>

160-161-

<Step title="Host on GitHub">

162-

Source code must be in a public repository with setup docs and an issue

163-

tracker.

164-165-

</Step>

166-167-

<Step title="Use docs PRs only for source-doc changes">

168-

You do not need a docs PR just to make your plugin discoverable. Publish it

169-

on ClawHub instead.

170-171-

Open a docs PR only when OpenClaw's source docs need an actual content

172-

change, such as correcting install guidance or adding cross-repo

173-

documentation that belongs in the main docs set.

50+

Before publishing, make sure the plugin has package metadata, a plugin manifest,

51+

setup docs, and a clear maintenance owner. ClawHub validates owner scope,

52+

package name, version, file limits, and source metadata before it creates a

53+

release, then keeps new releases hidden from normal install and download

54+

surfaces until review and verification finish.

17455175-

</Step>

176-

</Steps>

56+

Use this checklist before you publish:

17757178-

## Quality bar

58+

| Requirement | Why |

59+

| -------------------- | --------------------------------------------------- |

60+

| Published on ClawHub | Users need `openclaw plugins install` hints to work |

61+

| Public GitHub repo | Source review, issue tracking, transparency |

62+

| Setup and usage docs | Users need to know how to configure it |

63+

| Active maintenance | Recent updates or responsive issue handling |

17964180-

| Requirement | Why |

181-

| --------------------------- | --------------------------------------------- |

182-

| Published on ClawHub or npm | Users need `openclaw plugins install` to work |

183-

| Public GitHub repo | Source review, issue tracking, transparency |

184-

| Setup and usage docs | Users need to know how to configure it |

185-

| Active maintenance | Recent updates or responsive issue handling |

65+

Use these pages for the full publishing contract:

18666187-

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

67+

- [ClawHub publishing](/clawhub/publishing) explains owners, scopes, releases,

68+

review, package validation, and package transfer.

69+

- [Building plugins](/plugins/building-plugins) shows the plugin package shape

70+

and first publish workflow.

71+

- [Plugin manifest](/plugins/manifest) defines native plugin manifest fields.

1887218973

## Related

19074191-

- [Install and Configure Plugins](/tools/plugin) — how to install any plugin

192-

- [Building Plugins](/plugins/building-plugins) — create your own

193-

- [Plugin Manifest](/plugins/manifest) — manifest schema

75+

- [Plugins](/tools/plugin) - install, configure, restart, and troubleshoot

76+

- [Manage plugins](/plugins/manage-plugins) - command examples

77+

- [ClawHub publishing](/clawhub/publishing) - publish and release rules