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
部署方式
云端
本地/云端
代码控制
受限
完全控制
数据安全
云端存储
本地存储
开发方式
可视化+代码
纯代码
生态规模
大
中等
...
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 ...
第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 ...
第5讲:Skill 的交互设计:让对话更自然
第5讲:Skill 的交互设计:让对话更自然
掌握 Skill 交互设计的核心技巧,让你的 Skill 像真人一样自然流畅。
一、为什么交互设计很重要?1.1 用户体验的差异12345678❌ 糟糕的交互:用户:查北京天气Skill:{"city": "北京", "weather": "晴", "temp": "25"}✅ 优秀的交互:用户:北京今天天气怎么样?Skill:北京今天天气晴朗☀️,气温 15-25°C,空气质量良,适合户外活动!建议 ...
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 ...
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 ...
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 ...
第2讲:Skill 生态全景图:平台、开发者、用户
第2讲:Skill 生态全景图:平台、开发者、用户
了解 Skill 生态的参与者,找到你的定位和机会。
一、Skill 生态的三方参与者12345678910┌─────────────────────────────────────────────────────────┐│ 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 ...
第1讲:什么是 AI Skill?为什么现在必须学?
第1讲:什么是 AI Skill?为什么现在必须学?
本讲是整个课程的起点,带你建立对 AI Skill 的完整认知。
一、Skill 是什么?1.1 一个简单的比喻想象你请了一个全能助理:
你让它"把这份 PDF 转成 Word",它立刻完成
你说"帮我整理这周的会议记录",它自动处理
你问"这个 Excel 表格怎么求和",它手把手教你
这个助理不需要工资、不会累、24 小时在线——这就是 AI Skill。
1.2 技术定义AI Skill(技能) 是运行在 AI 大模型之上的功能插件,它:
🎯 理解用户的自然语 ...
Daily Report Auto-Generation Skill Configuration Tutorial: Save 30 Minutes Every Day
Hello everyone, I'm Programmer Wanfeng, practicing various AI projects.
What's the most painful thing every day before getting off work? Writing daily reports - recalling what you did today, organizing data, writing summaries, at least 30 minutes.
Today I teach you how to configur ...
日报自动生成Skill配置教程:每天节省30分钟
大家好,我是正在实战各种 AI 项目的程序员晚枫。
每天下班前最痛苦的事是什么?写日报——回忆今天做了什么、整理数据、写总结,至少 30 分钟。
今天教你配置 日报自动生成 Skill,让 AI 自动帮你汇总数据、生成日报。
一、Skill 简介功能概述日报自动生成 Skill 可以:
✅ 自动汇总任务管理工具数据(飞书任务/钉钉/Notion 等)
✅ 自动读取日历事件
✅ 自动统计代码提交/Git 记录
✅ 自动读取邮件/消息摘要
✅ 生成结构化的日报文档
✅ 定时自动发送
适用人群
人群
收益
程序员
自动汇总代 ...
Invoice OCR Recognition Skill Practice: Auto-Extract Information to Generate Reimbursement Form
Hello everyone, I'm Programmer Wanfeng, practicing various AI projects.
What's the most annoying thing every month when reimbursing? Manually entering invoice information - invoice code, invoice number, amount, date... typing into Excel one by one, both boring and error-prone.
Tod ...
发票OCR识别Skill实战:自动提取信息生成报销表
大家好,我是正在实战各种 AI 项目的程序员晚枫。
每个月报销时,最烦的是什么?手动录入发票信息——发票代码、发票号码、金额、日期……一张张敲进 Excel,既枯燥又容易出错。
今天教你用 发票 OCR 识别 Skill,拍照/上传发票,自动提取信息生成报销表。
一、Skill 简介功能概述发票 OCR 识别 Skill 可以:
✅ 识别增值税发票(电子/纸质)
✅ 识别火车票、机票行程单
✅ 识别出租车票、定额发票
✅ 自动提取关键字段(金额、日期、税号等)
✅ 导出为 Excel/JSON 格式
✅ 自动查重、验真
支持的发票类型
...
