← Back to Skills Marketplace
yang1002378395-cmyk

Enterprise AI Assistant Bundle

by yang1002378395-cmyk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
271
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install enterprise-ai-assistant-bundle
Description
One-stop enterprise AI assistant solution integrating Feishu and OpenClaw for quick deployment of smart customer service, group chat assistant, and workflow...
README (SKILL.md)

Enterprise AI Assistant Bundle | 企业 AI 助手部署包

一站式企业 AI 助手解决方案:飞书 + OpenClaw 集成,5 分钟搭建智能客服/群聊助手/自动化工作流

🎯 适用场景

  • 企业需要快速部署 AI 客服
  • 团队需要智能群聊助手
  • 自动化审批/通知/报表生成
  • 零代码配置,开箱即用

📦 包含内容

  1. 飞书机器人配置 - 完整配置文件 + 部署脚本
  2. OpenClaw 集成 - 预配置 AI 模型(DeepSeek/智谱/通义)
  3. 常用技能包
    • 智能客服(自动回复 FAQ)
    • 群聊助手(会议安排/提醒)
    • 审批自动化(请假/报销)
    • 日报生成器

🚀 快速开始

1. 安装依赖

pip install openclaw lark

2. 配置飞书应用

  1. 访问 飞书开放平台
  2. 创建企业自建应用
  3. 获取 App ID 和 App Secret
  4. 配置事件订阅(消息接收)

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

Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install enterprise-ai-assistant-bundle
  3. After installation, invoke the skill by name or use /enterprise-ai-assistant-bundle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug enterprise-ai-assistant-bundle
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.

How do I install Enterprise AI Assistant Bundle?

Run "/install enterprise-ai-assistant-bundle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Enterprise AI Assistant Bundle free?

Yes, Enterprise AI Assistant Bundle is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Enterprise AI Assistant Bundle support?

Enterprise AI Assistant Bundle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Enterprise AI Assistant Bundle?

It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.0.

💬 Comments