Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

wcs-helper-feishu-skillwcs 助手飞书技能

Agent Skill

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

总安装

3,694

周安装

148

GitHub Stars

公开资料未说明

下载量

1,196
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:wcs-helper-feishu-skill(wcs 助手飞书技能)
来源仓库:https://github.com/guanqi0914/wcs-helper-feishu-skill
安装命令:
openclaw skills install wcs-helper-feishu-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install wcs-helper-feishu-skill

简介

简化 OpenClaw 飞书插件配置流程,支持私聊指令控制流媒体与群组回复。

  • 适合远程会议管理与团队协作场景下的自动化控制需求。wcs-helper-feishu-skill 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 无需手动编辑配置文件,通过关键词触发预设行为逻辑。
  • 依赖飞书机器人权限,需管理员在后台开启消息读写接口。
  • 指令集固定,无法扩展新命令,变更需重新部署技能包。

SKILL.md

name
wcs-helper-feishu-skill
description
Configure OpenClaw Feishu plugin without editing config files. Send simple commands via Feishu private chat to toggle streaming, set group reply behavior, run diagnostics, or restart the service. No CLI knowledge needed.
metadata
openclaw
tags
["feishu", "openclaw", "config", "chat", "plugin", "setup"]
user-invocable
true
version
1.0.0

WCS Helper: Feishu Plugin Config

Configure OpenClaw's Feishu plugin without touching config files.

When You Need This

Scenario A — "My AI is not responding in group chat" → Send /万重山-飞书-群里 → choose option → select "@才回" or "自动回复"

Scenario B — "The reply is too fast, I want to see it type out" → Send /万重山-飞书-打字效果 → toggles streaming mode ON/OFF

Scenario C — "OpenClaw feels stuck, something is wrong" → Send /万重山-飞书-诊断 → checks processes, memory, disk, network

Scenario D — "Diagnosis found a problem, fix it automatically" → Send /万重山-飞书-修复 → applies automatic fixes

Scenario E — "Just want to see current settings" → Send /万重山-飞书 → shows all current settings at once


All Commands

CommandWhat It Does
/万重山-飞书Show all current settings
/万重山-飞书-打字效果Toggle streaming mode (watch AI type)
/万重山-飞书-群里Change group reply behavior
/万重山-飞书-诊断Run diagnostic checks
/万重山-飞书-修复Apply automatic fixes
/万重山-飞书-重启Restart OpenClaw service

Setup

Prerequisites

  • OpenClaw installed and running
  • Feishu bot configured (app_id + app_secret from Feishu Open Platform)
  • Bot added to your Feishu workspace

Installation

npx -y clawhub install guanqi0914/wcs-helper-feishu-skill

First-Time Setup

After installing, send /万重山-飞书 to the bot to verify it works and see current settings.


Feature Details

Streaming Mode (/万重山-飞书-打字效果)

When ON: AI responses appear word-by-word in real-time, like watching someone type.

When OFF: AI waits until the full response is ready, then sends it at once.

Use cases:

  • ON: Conversational chat, brainstorming, interactive dialogue
  • OFF: Long reports, structured output, code generation

Group Reply Behavior (/万重山-飞书-群里)

Three modes:

  1. @才回 (default): Bot only responds when mentioned with @ — good for large groups
  2. 自动回复: Bot analyzes every group message and responds to relevant ones — good for small groups or focused discussions
  3. 关闭: Bot ignores all group messages

Diagnostics (/万重山-飞书-诊断)

Checks:

  • OpenClaw process status
  • Feishu streaming configuration
  • Memory and disk usage
  • OpenClaw log errors (last 50 lines)

Auto-Fix (/万重山-飞书-修复)

Automatically fixes:

  • Memory bloat (high memory usage from old processes)
  • Zombie autossh tunnel (stale SSH tunnel processes)
  • Disk space warnings

Restart (/万重山-飞书-重启)

Restarts the OpenClaw service. Use when:

  • Configuration changes don't take effect
  • OpenClaw is unresponsive
  • After changing streaming or group reply settings

Architecture

You (Feishu) 
    ↓ send command
OpenClaw Bot 
    ↓ route to skill
wcs-helper-feishu-skill
    ↓ reads config
~/.openclaw/config/channels.json
    ↓ applies change
OpenClaw reloads config

Config file location: ~/.openclaw/config/channels.json


Troubleshooting

Bot doesn't respond to commands → Make sure you're sending a private message to the bot, not a group message

Streaming toggle has no effect → Send /万重山-飞书-重启 to reload the config

Group reply mode doesn't work → Check if the bot has im:message permissions in the Feishu Open Platform

Diagnostics show errors → Send /万重山-飞书-修复 to apply automatic fixes

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

87.54%
按下载量换算1,047

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills