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 ...
第4讲:你的第一个 Skill:Hello World 实战
第4讲:你的第一个 Skill:Hello World 实战
动手创建你的第一个 AI Skill,完成从理论到实践的跨越。
一、准备工作1.1 注册 Coze 账号
访问 https://www.coze.cn
使用手机号或抖音账号注册
完成实名认证(如需发布到商店)
1.2 了解 Coze 界面12345678910111213141516┌─────────────────────────────────────────────────────────┐│ Coze 工作台 │├──── ...
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 ...
第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 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 ...
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 生态 │├──────────────┬──────────────────┬───────────────────────┤│ 平台方 │ 开发者 │ 用 ...
第1讲:什么是 AI Skill?为什么现在必须学?
第1讲:什么是 AI Skill?为什么现在必须学?
本讲是整个课程的起点,带你建立对 AI Skill 的完整认知。
一、Skill 是什么?1.1 一个简单的比喻想象你请了一个全能助理:
你让它"把这份 PDF 转成 Word",它立刻完成
你说"帮我整理这周的会议记录",它自动处理
你问"这个 Excel 表格怎么求和",它手把手教你
这个助理不需要工资、不会累、24 小时在线——这就是 AI Skill。
1.2 技术定义AI Skill(技能) 是运行在 AI 大模型之上的功能插件,它:
🎯 理解用户的自然语 ...
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 ...
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 格式
✅ 自动查重、验真
支持的发票类型
...
PDF Merge Split Skill Complete Tutorial: One-Click Process Hundreds of PDF Files
Hello everyone, I'm Programmer Wanfeng, practicing various AI projects.
Contract archiving, report organization, invoice summary... these scenarios are inseparable from PDF processing.
Today I teach you to use PDF Merge Split Skill, one-click process hundreds of PDF files.
1. Skill I ...
PDF合并拆分Skill完整教程:一键处理上百个PDF文件
大家好,我是正在实战各种 AI 项目的程序员晚枫。
合同归档、报告整理、发票汇总……这些场景都离不开 PDF 处理。
今天教你用 PDF 合并拆分 Skill,一键处理上百个 PDF 文件。
一、Skill 简介功能概述PDF 处理 Skill 可以:
✅ 合并多个 PDF 为一个
✅ 按页码/范围拆分 PDF
✅ 提取指定页面
✅ 旋转页面
✅ 压缩 PDF 大小
✅ 添加/删除水印
✅ PDF 转图片
适用场景
场景
示例
合同归档
把 50 份合同合并为一个文件
报告整理
按章节拆分大型报告
发票汇总
合并月度发票提交财务
...
Excel Batch Merge Skill Usage Guide: Merge 100 Tables in 3 Minutes
Hello everyone, I'm Programmer Wanfeng, practicing various AI projects.
At the end of every month, finance, operations, and sales people all need to do one thing: merge dozens or even hundreds of Excel files into one.
Before, using Python to write code? Too complicated.Now, install Ex ...
Excel批量合并Skill使用指南:3分钟合并100个表格
大家好,我是正在实战各种 AI 项目的程序员晚枫。
每个月底,财务、运营、销售的同学都要做一件事:把几十个甚至上百个 Excel 文件合并成一个。
以前用 Python 写代码?太复杂。现在,装上 Excel 批量合并 Skill,3 分钟搞定。
一、Skill 简介功能概述Excel 批量合并 Skill 可以:
✅ 合并多个 Excel 文件为一个
✅ 自动识别表头,智能对齐列
✅ 支持按指定列排序
✅ 支持去重、筛选
✅ 保留原始格式
适用场景
场景
示例
月度报表汇总
合并 30 个每日销售报表
数据清洗
合并多个部门的数据文件
历史数据归档 ...
Three Major AI Office Platform Comparison: Coze vs OpenClaw vs Feishu CLI, Which is Right for You?
Hello everyone, I'm Programmer Wanfeng, practicing various AI projects.
2026 is the first year of AI Agent applications. Major platforms have launched Skill/plugin ecosystems. Facing the three main choices: Coze, OpenClaw, and Feishu CLI, many people ask me: Which one should I us ...
三大AI办公平台对比:Coze vs OpenClaw vs 飞书CLI,哪个更适合你?
大家好,我是正在实战各种 AI 项目的程序员晚枫。
2026 年是 AI Agent 应用元年,各大平台纷纷推出 Skill/插件生态。面对 Coze 扣子、OpenClaw、飞书 CLI 这三个主流选择,很多人问我:到底该用哪个?
今天这篇对比评测,帮你一次性搞清楚。
一、平台概览
特性
Coze 扣子
OpenClaw
飞书 CLI
出品方
字节跳动
开源社区
飞书官方
定位
零代码 AI 应用平台
开源 AI Agent 框架
飞书办公自动化工具
Skill 数量
60+ 官方 + 社区
1700+(ClawHub)
19 个官方 Age ...
Feishu CLI Office Skill Quick Start: 19 Official Skills Let AI Take Over Your Work
Hello everyone, I'm Programmer Wanfeng,实战 various AI projects.
March 28, 2026, Feishu officially open-sourced Lark CLI - a command-line tool designed specifically for AI Agents. With it installed, your AI (like Claude Code, Cursor) can directly control Feishu's calendar, ...



