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

feishu-duoge肺鼠多个

Agent Skill

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

总安装

1,858

周安装

79

GitHub Stars

公开资料未说明

下载量

651
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install feishu-duoge

简介

自动设置和配置多个独立飞书机器人实例。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 每个机器人拥有专属工作空间与内存隔离。
  • 适用于多职能并行处理的复杂场景需求。feishu-duoge 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 需分别管理各实例凭据与权限以避免交叉污染。
  • 安装前请确认浏览器环境与自动化框架兼容性。

SKILL.md

name
feishu-bot-setup
description
Automated setup and configuration of Feishu/Lark bots with OpenClaw. Use when creating multiple Feishu bots with independent workspaces, memories, and dedicated agents. Handles agent creation, Feishu channel configuration, credential management, and routing bindings. Supports customizable roles, responsibilities, and personalities. Supports both WebSocket and webhook connection modes.

Feishu Bot Setup

Automated setup and configuration of Feishu/Lark bots with OpenClaw.

Features

  • Flexible Role Definition - Customize role, style, and responsibilities for each bot
  • Batch Configuration - Set up multiple bots with one command
  • Independent Workspaces - Each bot has isolated storage and memory
  • Auto-generated Configs - Automatically creates SOUL.md, IDENTITY.md, AGENTS.md
  • WebSocket/Webhook - Support both connection modes

Overview

This skill automates the creation and configuration of multiple Feishu bots, each with:

  • Independent agent workspace
  • Dedicated memory and configuration files
  • Feishu channel integration
  • Proper routing and bindings

Prerequisites

  • OpenClaw installed and running
  • Gateway configured and accessible
  • Feishu app credentials (App ID, App Secret, Encrypt Key, Verification Token)

Quick Start

1. Prepare Bot Configuration

Create a configuration file with bot details. All fields under personality are customizable:

{
  "bots": [
    {
      "name": "general-assistant",
      "agentId": "feishu-bot-1",
      "appId": "cli_xxx",
      "appSecret": "xxx",
      "encryptKey": "xxx",
      "verificationToken": "xxx",
      "connectionMode": "websocket",
      "personality": {
        "role": "通用助手",
        "tagline": "你的第一接待入口",
        "style": "温和简洁、快速响应",
        "styleDescription": "态度友好,回答简洁明了,快速响应",
        "responsibilities": [
          "常识问答",
          "轻量办公",
          "需求分流",
          "日常兜底"
        ],
        "description": "我是你的全能基础助理,快速响应你的各种需求。",
        "motto": "有问必答,有求必应,做你最贴心的第一入口。",
        "emoji": "🙋"
      }
    }
  ]
}

Personality Fields (All Optional, Customizable)

FieldDescriptionExample
roleBot's role name"数据分析助手"
taglineShort tagline"你的数据专家"
styleWorking style"严谨、高效"
styleDescriptionDetailed style"注重数据准确性,逻辑严密"
responsibilitiesList of duties["数据分析", "报表生成"]
descriptionSelf-introduction"我是数据分析专家..."
mottoSignature motto"让数据说话"
emojiBot emoji"📊"

You can define ANY role you need - customer service, sales, HR, finance, legal, etc.

2. Run Setup Script

python3 /root/.openclaw/workspace/skills/feishu-bot-setup/scripts/setup_bots.py /path/to/config.json

3. Restart Gateway

openclaw gateway restart

Manual Setup Steps

If you need more control, follow these manual steps:

Step 1: Create Agent

openclaw agents add <agent-id> --workspace /path/to/workspace --non-interactive

Step 2: Configure Feishu Channel

Edit ~/.openclaw/openclaw.json and add to channels.feishu.accounts:

"<bot-name>": {
  "appId": "cli_xxx",
  "appSecret": "xxx",
  "encryptKey": "xxx",
  "verificationToken": "xxx",
  "domain": "feishu",
  "connectionMode": "websocket",
  "webhookPath": "/webhook/feishu/<bot-name>",
  "dmPolicy": "open",
  "groupPolicy": "open",
  "requireMention": false,
  "reactionNotifications": "off",
  "typingIndicator": true,
  "resolveSenderNames": true
}

Step 3: Bind Agent to Feishu Account

openclaw agents bind --agent <agent-id> --bind feishu:<bot-name>

Step 4: Create Agent Configuration Files

Create these files in the agent workspace:

  • SOUL.md - Role definition and personality
  • IDENTITY.md - Identity information
  • AGENTS.md - Workspace documentation
  • TOOLS.md - Tool usage notes (optional)
  • HEARTBEAT.md - Scheduled tasks (optional)

Step 5: Restart Gateway

openclaw gateway restart

Role Examples

You can create bots for ANY purpose. Here are some examples:

Customer Service Bot

{
  "role": "客服专员",
  "tagline": "你的贴心客服",
  "style": "耐心细致、专业友好",
  "responsibilities": ["问题解答", "投诉处理", "订单查询", "售后服务"],
  "emoji": "🎧"
}

Sales Assistant Bot

{
  "role": "销售顾问",
  "tagline": "你的销售专家",
  "style": "热情主动、洞察需求",
  "responsibilities": ["产品咨询", "方案推荐", "报价生成", "客户跟进"],
  "emoji": "💼"
}

HR Assistant Bot

{
  "role": "HR助手",
  "tagline": "你的人力资源伙伴",
  "style": "专业严谨、保密可靠",
  "responsibilities": ["政策解答", "请假审批", "入职指引", "福利咨询"],
  "emoji": "👔"
}

Legal Advisor Bot

{
  "role": "法务顾问",
  "tagline": "你的法律助手",
  "style": "严谨审慎、依法依规",
  "responsibilities": ["合同审核", "法律咨询", "风险提示", "合规建议"],
  "emoji": "⚖️"
}

Configuration Reference

Connection Modes

  • websocket (default): Long-lived connection, no public URL needed
  • webhook: Requires public URL for Feishu to send events

Policies

  • dmPolicy: open, allowlist, pairing, disabled
  • groupPolicy: open, allowlist, disabled
  • requireMention: true or false

Troubleshooting

Bot Not Responding

  1. Check gateway status: openclaw gateway status
  2. Verify bindings: openclaw agents bindings
  3. Check logs: openclaw logs --follow
  4. Ensure Feishu app is published and events are subscribed

Credential Issues

  • Verify App ID and App Secret match Feishu Open Platform
  • Check Encrypt Key and Verification Token are correct
  • Ensure app has required permissions (robot, im:message)

Resources

  • scripts/setup_bots.py - Automated setup script
  • references/example-config.json - Example configuration
  • references/agent-templates/ - Agent configuration templates

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

97.4%
按下载量换算634

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills