← 返回 Skills 市场
Enterprise AI Assistant Bundle
作者
yang1002378395-cmyk
· GitHub ↗
· v1.0.0
· MIT-0
271
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install enterprise-ai-assistant-bundle
功能描述
One-stop enterprise AI assistant solution integrating Feishu and OpenClaw for quick deployment of smart customer service, group chat assistant, and workflow...
使用说明 (SKILL.md)
Enterprise AI Assistant Bundle | 企业 AI 助手部署包
一站式企业 AI 助手解决方案:飞书 + OpenClaw 集成,5 分钟搭建智能客服/群聊助手/自动化工作流
🎯 适用场景
- 企业需要快速部署 AI 客服
- 团队需要智能群聊助手
- 自动化审批/通知/报表生成
- 零代码配置,开箱即用
📦 包含内容
- 飞书机器人配置 - 完整配置文件 + 部署脚本
- OpenClaw 集成 - 预配置 AI 模型(DeepSeek/智谱/通义)
- 常用技能包:
- 智能客服(自动回复 FAQ)
- 群聊助手(会议安排/提醒)
- 审批自动化(请假/报销)
- 日报生成器
🚀 快速开始
1. 安装依赖
pip install openclaw lark
2. 配置飞书应用
- 访问 飞书开放平台
- 创建企业自建应用
- 获取 App ID 和 App Secret
- 配置事件订阅(消息接收)
3. 运行部署脚本
python deploy.py --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET
4. 测试
在飞书群聊中 @机器人 发送消息,AI 将自动回复。
💰 定价
| 版本 | 价格 | 功能 |
|---|---|---|
| 基础版 | ¥99 | 单机器人 + 基础问答 |
| 高级版 | ¥299 | 多机器人 + 自定义技能 |
| 企业版 | ¥999 | 私有部署 + 定制开发 |
🔧 技术支持
- 微信:OpenClawCN(备注:企业 AI 助手)
- 邮箱:[email protected]
- Discord:https://discord.gg/clawd
📄 License
MIT License - 购买后可商用、可二次开发
作者:OpenClaw 中文社区 版本:1.0.0 更新时间:2026-03-17
安全使用建议
Before installing or running this skill: (1) Understand it requires Feishu App ID/Secret and an OPENCLAW_API_KEY even though the registry metadata doesn't list these — treat that as a red flag. (2) Review the included files yourself: deploy.py will auto-run pip installs if dependencies are missing and writes your app_secret into config.json in plaintext. Prefer setting OPENCLAW_API_KEY as an environment variable rather than embedding credentials in files. (3) Test in an isolated environment/container and do not use production credentials until you vet the OpenClaw and lark packages on PyPI (confirm the correct packages and versions). (4) Consider auditing the network endpoints (https://api.openclaw.ai/v1) and verifying the maintainer/contact info. (5) If you need this functionality but want lower risk: extract the minimal code you need, pin dependency versions, remove auto-install behavior, and avoid writing secrets to disk (or encrypt them / use a secrets manager).
功能分析
Type: OpenClaw Skill
Name: enterprise-ai-assistant-bundle
Version: 1.0.0
The bundle provides a template for a Feishu (Lark) AI assistant but exhibits several high-risk behaviors and security anti-patterns. The `deploy.py` script uses `os.system` to install dependencies and requires users to provide sensitive credentials (`App ID` and `App Secret`) as command-line arguments, which are subsequently stored in plain text in `config.json`. Most notably, the script installs the `lark` package (a well-known parsing library) but `bot.py` attempts to import Feishu-related classes (e.g., `MessageManager`, `EventManager`) from it that do not exist in the legitimate library, suggesting either a broken implementation or a potential dependency confusion/typosquatting risk. Additionally, the `bot.py` script is incomplete, containing `TODO` markers for its primary message-sending functionality.
能力评估
Purpose & Capability
Name/description promise a Feishu + OpenClaw assistant and the code matches that purpose, but the skill metadata declares no required environment variables or primary credential while the code and README clearly require OpenClaw API key, Feishu App ID and App Secret. The metadata omission is incoherent and hides necessary privileges.
Instruction Scope
SKILL.md instructions are mostly in-scope (install deps, create Feishu app, run deploy script). However the runtime instructions rely on creating config.json that contains secrets and on implicit runtime behavior in deploy.py (auto pip installs). The bot code also contains a TODO for actually sending replies to Feishu — the current implementation will call OpenClaw and return replies but does not post them back, so the user must modify/complete behavior.
Install Mechanism
There is no formal install spec in the registry, but deploy.py will attempt to auto-install dependencies via os.system('pip install ...') at runtime. Auto-installing packages from PyPI at runtime increases risk (supply-chain / unexpected packages). This is moderate risk compared to a declared, reviewed install spec.
Credentials
The code expects OPENCLAW_API_KEY (env) and requires Feishu App ID/Secret passed to deploy.py, yet the registry lists no required env vars/credentials. deploy.py writes the Feishu app_secret into config.json in plaintext and writes a placeholder for the OpenClaw API key. Storing secrets on disk and failing to declare required credentials are disproportionate and concerning.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only creates files under the current directory (config.json, skills/). No elevated persistence privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install enterprise-ai-assistant-bundle - 安装完成后,直接呼叫该 Skill 的名称或使用
/enterprise-ai-assistant-bundle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Enterprise AI Assistant Bundle.
- Provides an all-in-one AI assistant deployment solution for enterprises (Feishu + OpenClaw integration).
- Enables quick setup for smart customer service, group chat assistants, and automated workflows with zero-code configuration.
- Includes ready-to-use Feishu bot configuration, OpenClaw integration with pre-configured AI models, and essential skill packs (FAQ answering, meeting reminders, approval automation, daily reports).
- Simple installation and deployment workflow detailed in documentation.
- Multiple pricing tiers and technical support channels provided.
元数据
常见问题
Enterprise AI Assistant Bundle 是什么?
One-stop enterprise AI assistant solution integrating Feishu and OpenClaw for quick deployment of smart customer service, group chat assistant, and workflow... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。
如何安装 Enterprise AI Assistant Bundle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install enterprise-ai-assistant-bundle」即可一键安装,无需额外配置。
Enterprise AI Assistant Bundle 是免费的吗?
是的,Enterprise AI Assistant Bundle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Enterprise AI Assistant Bundle 支持哪些平台?
Enterprise AI Assistant Bundle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Enterprise AI Assistant Bundle?
由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.0.0。
推荐 Skills