第11讲:飞书 CLI 实战:团队协作 Skill
第11讲:飞书 CLI 实战:团队协作 Skill
动手开发企业级团队协作 Skill,掌握飞书生态开发。
一、项目目标开发「团队管家」Skill,功能包括:
📅 智能会议管理
✅ 任务分配与追踪
📝 日报自动收集
📊 团队数据统计
二、功能设计2.1 会议管理1234567用户:@团队管家 创建周会Skill:好的!创建周会: 📅 时间:下周一 14:00(默认) 👥 参与人:@所有人 📍 地点:线上 确认请回复"确认",修改请回复具体信息
2.2 任务分配12345678910111213用户 ...
Lecture 10: Feishu CLI Platform Deep Dive
Lecture 10: Feishu CLI Platform Deep Dive
Master enterprise-level Skill platform Feishu CLI, develop team collaboration Skills.
1. Feishu CLI Introduction1.1 What is Feishu CLI?Feishu CLI is Feishu's open AI Agent Skill development framework:
✅ Deep integration with Feishu ecosystem
✅ Enter ...
第10讲:飞书 CLI 平台深度解析
第10讲:飞书 CLI 平台深度解析
掌握企业级 Skill 平台飞书 CLI,开发团队协作 Skill。
一、飞书 CLI 简介1.1 什么是飞书 CLI?飞书 CLI 是飞书开放的 AI Agent Skill 开发框架:
✅ 与飞书生态深度集成
✅ 企业级权限管理
✅ 群聊、审批、日历原生支持
✅ 3月28日刚开源(红利期)
1.2 核心能力
能力
说明
场景
群聊机器人
在群聊中交互
团队助手
审批集成
对接审批流程
自动化审批
日历操作
管理日程
会议助手
文档协作
操作飞书文档
知识管理
多维表格
操作 Bitable
数据管理
二、环境 ...
Lecture 9: OpenClaw Practice: Develop Data Processing Skill
Lecture 9: OpenClaw Practice: Develop Data Processing Skill
Build a complete data processing Skill hands-on, master OpenClaw practical techniques.
1. Project GoalDevelop "Data Analyst" Skill, functions include:
📊 Data cleaning and preprocessing
📈 Data statistical analysis
📉 Visuali ...
第9讲:OpenClaw 实战:开发数据处理 Skill
第9讲:OpenClaw 实战:开发数据处理 Skill
动手开发一个完整的数据处理 Skill,掌握 OpenClaw 实战技巧。
一、项目目标开发「数据分析师」Skill,功能包括:
📊 数据清洗和预处理
📈 数据统计分析
📉 可视化图表生成
📄 分析报告导出
二、项目结构12345678910111213data-analyst-skill/├── skill.yaml├── main.py├── tools/│ ├── __init__.py│ ├── data_cleaner.py│ ├── analyzer.py│ └── visualizer. ...
Lecture 8: OpenClaw Platform Deep Dive
Lecture 8: OpenClaw Platform Deep Dive
Master the open source Skill platform OpenClaw, achieve more flexible Skill development.
1. OpenClaw Introduction1.1 What is OpenClaw?OpenClaw is an open source AI Skill development platform:
✅ Completely open source, code controllable
✅ Native Python supp ...
第8讲:OpenClaw 平台深度解析
第8讲:OpenClaw 平台深度解析
掌握开源 Skill 平台 OpenClaw,实现更灵活的 Skill 开发。
一、OpenClaw 简介1.1 什么是 OpenClaw?OpenClaw 是一个开源的 AI Skill 开发平台:
✅ 完全开源,代码可控
✅ Python 原生支持
✅ 本地运行,数据安全
✅ 丰富的 ClawHub 生态
1.2 与 Coze 的区别
特性
Coze
OpenClaw
部署方式
云端
本地/云端
代码控制
受限
完全控制
数据安全
云端存储
本地存储
开发方式
可视化+代码
纯代码
生态规模
大
中等
...
第7讲:Coze 实战:搭建办公助手 Skill
第7讲:Coze 实战:搭建办公助手 Skill
动手搭建一个完整的办公助手,掌握 Coze 实战开发。
一、项目概述1.1 项目目标搭建一个功能完整的办公助手 Bot,包含:
📊 Excel 数据处理(合并、拆分)
📝 周报自动生成
✅ 待办事项管理
1.2 技术架构12345678910办公助手 Bot├── 人设与回复逻辑├── 插件│ ├── Excel Processor(Excel处理)│ └── File Manager(文件管理)├── 工作流│ ├── Weekly Report Generator(周报生成)│ └── Todo Manage ...
Lecture 7: Coze Practice: Build Office Assistant Skill
Lecture 7: Coze Practice: Build Office Assistant Skill
Build a complete office assistant hands-on, master Coze practical development.
1. Project Overview1.1 Project GoalBuild a fully functional office assistant Bot, including:
📊 Excel Data Processing (merge, split)
📝 Weekly Report Auto-genera ...
Lecture 6: Coze Platform Deep Dive
Lecture 6: Coze Platform Deep Dive
Comprehensively master Coze platform's core features and advanced techniques.
1. Coze Platform Architecture1.1 Overall Architecture1234567891011121314151617Coze Platform├── Application Layer│ ├── Bot (Chatbot)│ ├── Plugin│ ├── Workflow│ └── Knowledg ...
第6讲:Coze 扣子平台深度解析
第6讲:Coze 扣子平台深度解析
全面掌握 Coze 平台的核心功能和高级技巧。
一、Coze 平台架构1.1 整体架构1234567891011121314151617Coze 平台├── 应用层│ ├── Bot(对话机器人)│ ├── 插件(Plugin)│ ├── 工作流(Workflow)│ └── 知识库(Knowledge)│├── 能力层│ ├── 大模型(LLM)│ ├── 多模态(图片/语音)│ └── 工具调用(Function Calling)│└── 生态层 ├── Coze 商店 ├── 豆包(抖音) ├── ...
Lecture 5: Skill Interaction Design: Making Conversations More Natural
Lecture 5: Skill Interaction Design: Making Conversations More Natural
Master core skills of Skill interaction design, make your Skill as natural and smooth as a real person.
1. Why is Interaction Design Important?1.1 User Experience Differences12345678❌ Poor interaction:User: Check Beijing wea ...
第5讲:Skill 的交互设计:让对话更自然
第5讲:Skill 的交互设计:让对话更自然
掌握 Skill 交互设计的核心技巧,让你的 Skill 像真人一样自然流畅。
一、为什么交互设计很重要?1.1 用户体验的差异12345678❌ 糟糕的交互:用户:查北京天气Skill:{"city": "北京", "weather": "晴", "temp": "25"}✅ 优秀的交互:用户:北京今天天气怎么样?Skill:北京今天天气晴朗☀️,气温 15-25°C,空气质量良,适合户外活动!建议 ...
Lecture 4: Your First Skill: Hello World Practice
Lecture 4: Your First Skill: Hello World Practice
Create your first AI Skill hands-on, completing the leap from theory to practice.
1. Preparation1.1 Register a Coze Account
Visit https://www.coze.cn
Register with phone number or Douyin account
Complete real-name authentication (if publishing t ...
第4讲:你的第一个 Skill:Hello World 实战
第4讲:你的第一个 Skill:Hello World 实战
动手创建你的第一个 AI Skill,完成从理论到实践的跨越。
一、准备工作1.1 注册 Coze 账号
访问 https://www.coze.cn
使用手机号或抖音账号注册
完成实名认证(如需发布到商店)
1.2 了解 Coze 界面12345678910111213141516┌─────────────────────────────────────────────────────────┐│ Coze 工作台 │├──── ...
Lecture 3: Core Concepts of Skills: Intent, Action, Tool
Lecture 3: Core Concepts of Skills: Intent, Action, Tool
Understand the three core concepts of Skills, build the correct technical cognitive framework.
1. Skill Architecture Model1.1 A Complete Skill Interaction Flow1234567891011User input: "Convert this PDF to Word document" ↓[Int ...
第3讲:Skill 的核心概念:Intent、Action、Tool
第3讲:Skill 的核心概念:Intent、Action、Tool
理解 Skill 的三大核心概念,建立正确的技术认知框架。
一、Skill 的架构模型1.1 一个完整的 Skill 交互流程1234567891011用户输入: "把这份 PDF 转成 Word 文档" ↓[Intent 识别] → 意图:文件格式转换 ↓[参数提取] → source: PDF, target: Word, file: xxx.pdf ↓[Tool 选择] → 调用 PDF 解析工具 + Word 生成工具 ↓[Action 执行] → 读取 PDF ...
第2讲:Skill 生态全景图:平台、开发者、用户
第2讲:Skill 生态全景图:平台、开发者、用户
了解 Skill 生态的参与者,找到你的定位和机会。
一、Skill 生态的三方参与者12345678910┌─────────────────────────────────────────────────────────┐│ Skill 生态 │├──────────────┬──────────────────┬───────────────────────┤│ 平台方 │ 开发者 │ 用 ...
Lecture 2: Skill Ecosystem Panorama: Platforms, Developers, Users
Lecture 2: Skill Ecosystem Panorama: Platforms, Developers, Users
Understand participants in the Skill ecosystem, find your positioning and opportunities.
1. Three Parties in the Skill Ecosystem123456789101112┌─────────────────────────────────────────────────────────┐│ Skill ...
Lecture 1: What is AI Skill? Why You Must Learn It Now?
Lecture 1: What is AI Skill? Why You Must Learn It Now?
This lecture is the starting point of the entire course, helping you build a complete understanding of AI Skills.
1. What is a Skill?1.1 A Simple MetaphorImagine you hired an all-capable assistant:
You say "convert this PDF to Word&qu ...
