← 返回
未分类 Key 中文

OpenClaw Zulip Channel

Install and configure the OpenClaw Zulip channel plugin from npm. Use when OpenClaw needs to add Zulip support, switch from a local path install to the publi...
通过npm 安装并配置 OpenClaw Zulip 频道插件。适用于 OpenClaw 需要添加 Zulip 支持、从本地路径安装切换到公共 npm 包的情况。
ftlc-ian ftlc-ian 来源
未分类 clawhub v2026.4.7 1 版本 99755.5 Key: 需要
★ 1
Stars
📥 388
下载
💾 0
安装
1
版本
#latest

概述

OpenClaw Zulip Channel

Install the published npm plugin, wire the channels.zulip config, and verify the gateway comes back clean.

Install or switch to npm

Run:

openclaw plugins install openclaw-channel-zulip

If a local dev path is overriding the plugin, remove the path override from plugins.load.paths, then restart the gateway so only the installed plugin loads.

The plugin id is zulip, even though the npm package name is openclaw-channel-zulip.

Minimal config

Add or verify:

{
  "channels": {
    "zulip": {
      "enabled": true,
      "url": "https://your-org.zulipchat.com",
      "email": "yourbot@your-org.zulipchat.com",
      "apiKey": "your-zulip-api-key",
      "streams": ["general"],
      "dmPolicy": "allowlist",
      "allowFrom": ["*"]
    }
  }
}

Common knobs

Use streams to control which streams are monitored.

Use requireMention when the bot should only answer when mentioned in streams.

Use groupPolicy and groupAllowFrom to control stream access.

Use typingMode, reactions, and block streaming settings for reply behavior.

Verification

After install or config changes:

openclaw gateway restart
openclaw doctor --non-interactive

Confirm doctor reports Zulip: ok and plugin errors are zero.

Then do a smoke test with one DM and one stream message.

Credentials

Get the Zulip bot email and API key from Zulip bot settings.

Use the organization base URL like https://your-org.zulipchat.com.

Store secrets in OpenClaw config or supported env vars, not in chat.

Publish/update notes

Publish the npm package separately from this skill. This ClawHub skill is the install and setup wrapper that points people at the published plugin.

When the npm package updates, bump this skill version and update any install or config guidance that changed.

版本历史

共 1 个版本

  • v2026.4.7 当前
    2026-05-07 07:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,097 📥 823,291
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,393 📥 322,114
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,235 📥 269,185