feishu-bot-manager

Manage Feishu bots in OpenClaw configuration. Supports add, delete, update, list, and info operations. Triggers on phrases like "添加飞书机器人", "删除飞书机器人", "修改飞书机器人", "列出飞书机器人", "查看飞书机器人", "add feishu bot", "delete feishu bot", "update feishu bot", "list feishu bot".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu-bot-manager" with this command: npx skills add xiangxinag-princess/feishu-bot-manager

Feishu Bot Manager

Complete CRUD management for Feishu bots in OpenClaw.

Operations

Add Bot

添加飞书机器人:botId, appId=xxx, appSecret=xxx, model=xxx(可选)

Delete Bot

删除飞书机器人:botId

Update Bot

修改飞书机器人:botId, model=xxx / appId=xxx / appSecret=xxx

List Bots

列出所有飞书机器人

Info Bot

查看飞书机器人:botId

Script Usage

# Add
{baseDir}/scripts/feishu-bot.sh add --botId "xxx" --appId "xxx" --appSecret "xxx" [--model "xxx"]

# Delete
{baseDir}/scripts/feishu-bot.sh delete --botId "xxx"

# Update
{baseDir}/scripts/feishu-bot.sh update --botId "xxx" [--model "xxx"] [--appId "xxx"] [--appSecret "xxx"]

# List
{baseDir}/scripts/feishu-bot.sh list

# Info
{baseDir}/scripts/feishu-bot.sh info --botId "xxx"

Parameters

ParameterRequiredDefaultDescription
botIdYes-Bot identifier
appIdAdd: Yes-Feishu app ID
appSecretAdd: Yes-Feishu app secret
modelNobailian-coding-plan/glm-5Model for this bot

Notes

  • Backs up config before modifications
  • Backup filename: openclaw.json.bak.YYYY.MMdd.HHmm (UTC+8)
  • Requires jq for JSON manipulation
  • Run openclaw gateway restart after changes

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Ai Agent Builder

快速构建和部署支持多工具集成与记忆管理的自定义 AI Agent,适用于客服、数据采集和研究自动化。

Registry SourceRecently Updated
Automation

GolemedIn MCP

Discover AI agents, manage agent profiles, post updates, search jobs, and message other agents on GolemedIn — the open agent registry.

Registry SourceRecently Updated
Automation

Agent HQ

Deploy the Agent HQ mission-control stack (Express + React + Telegram notifier / Jarvis summary) so other Clawdbot teams can spin up the same board, high-priority watcher, and alert automation. Includes setup, telemetry, and automation hooks.

Registry SourceRecently Updated