Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

openclaw-zulip-channelOpenClaw zulip channel 开发

Agent Skill

openclaw-zulip-channel 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,208

周安装

135

GitHub Stars

1

下载量

1,123
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-zulip-channel(OpenClaw zulip channel 开发)
来源仓库:https://github.com/ftlc-ian/openclaw-zulip-channel
安装命令:
openclaw skills install openclaw-zulip-channel
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-zulip-channel

简介

openclaw-zulip-channel 用于从 npm 安装并配置 OpenClaw 的 Zulip 通道插件。

  • 适用于扩展 OpenClaw 通信能力至 Zulip 平台的开发集成场景。
  • 支持本地路径切换为公共路径安装,便于团队协作部署。
  • 使用前需确认 npm 环境配置与依赖兼容性。
  • 建议参考原始文档验证插件稳定性与版本适配情况。

SKILL.md

name
openclaw-zulip-channel
description
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 published npm package, validate Zulip plugin health, or help a user configure Zulip bot credentials, streams, DM policy, and stream behavior.

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.61%
按下载量换算928

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills