AI Enterprise Knowledge Base

# AI Enterprise Knowledge Base

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 "AI Enterprise Knowledge Base" with this command: npx skills add yang1002378395-cmyk/ai-enterprise-knowledge-base

AI Enterprise Knowledge Base

5分钟搭建企业内部问答系统。

功能特性

✅ 文档上传:支持 PDF/Word/Markdown/Excel ✅ 智能检索:向量搜索 + 语义理解 ✅ 权限管理:部门/角色/用户三级权限 ✅ 多渠道接入:飞书/企业微信/钉钉/Slack ✅ 知识图谱:自动提取实体关系 ✅ 数据分析:问答统计/知识缺口分析

快速开始

1. 安装 OpenClaw

git clone https://github.com/openclaw/openclaw.git
cd openclaw && npm install

2. 配置 Skill

name: ai-enterprise-knowledge-base
config:
  # 文档存储路径
  storage: ./knowledge-base
  
  # 向量数据库(可选)
  vectorDb: milvus  # or pinecone/weaviate
  
  # LLM 配置
  llm:
    provider: deepseek
    model: deepseek-chat
    
  # 权限配置
  auth:
    enabled: true
    provider: ldap  # or oauth/saml

3. 启动服务

openclaw skills install ai-enterprise-knowledge-base
openclaw start

使用示例

上传文档

curl -X POST http://localhost:3000/api/documents \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -F "file=@employee-handbook.pdf" \
  -F "department=hr"

问答

curl -X POST http://localhost:3000/api/ask \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d "question=公司的年假政策是什么?"

飞书集成

# config/channels.yaml
- platform: feishu
  app_id: cli_xxx
  app_secret: xxx
  events:
    - message.receive

定价

套餐价格功能
基础版¥99文档上传 + 智能检索
专业版¥299权限管理 + 多渠道接入
企业版¥999知识图谱 + 数据分析 + 定制开发

企业案例

某科技公司(500人)

  • 知识库文档:5000+
  • 月均问答:50000+
  • 新员工培训时间:缩短 60%
  • 内部工单:减少 40%

某电商公司(200人)

  • 客服知识库:自动回答 80% 常见问题
  • 客服响应时间:从 5 分钟降至 10 秒
  • 客户满意度:提升 25%

技术支持


安装配置服务:¥99 起,30 分钟搞定!

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.

General

Gpt Image2 Zh

使用 GPT Image 2(OpenAI gpt-image-2)生成高质量图片。由虾聊(ClawdChat)提供支持。当用户要求创建、生成、绘制图片,或提到 GPT 画图、gpt-image-2、OpenAI 生图,或需要精确文字渲染(海报/信息图/菜单字)、多元素指令跟随、图生图保人保物,或使用吉卜力/Pi...

Registry SourceRecently Updated
General

Sendbl

Create sendbl file-exchange links — request files from someone, send a file, check link status, list files in a link, or delete a link. Use when the user wan...

Registry SourceRecently Updated
General

商家GEO推手

中小商家免费GEO优化助手。当商家老板需要以下场景时触发: - 发布企业宣传信息到自媒体平台 - 生成符合SEO/GEO优化的文章内容 - 管理企业在抖音、小红书、知乎、百家号、头条号、搜狐号、网易号、快手等平台的品牌内容 - 上传营业执照、门头照片等产品资料自动生成宣传文案 - 客户案例包装和企业口碑内容创作...

Registry SourceRecently Updated
General

小龙虾备忘录

小龙虾备忘录 — 记录即时想法,让 AI 更好辅助创作

Registry SourceRecently Updated