Lecture 12: Excel Automation Skill Development
Lecture 12: Excel Automation Skill Development
Master Excel scenario Skill development, achieve automated operations like data cleaning, report generation, format conversion, make tedious spreadsheet work easy and efficient.
1. Scenario Analysis1.1 User Pain PointsIn daily office work, Excel pro ...
第12讲:Excel 自动化 Skill 开发
第12讲:Excel 自动化 Skill 开发
掌握 Excel 场景的 Skill 开发,实现数据清洗、报表生成、格式转换等自动化操作,让繁琐的表格处理工作变得轻松高效。
一、场景分析1.1 用户痛点在日常办公中,Excel 处理是最耗时的工作之一:
数据清洗痛苦:从各部门收集的数据格式不统一,需要手动整理、去重、填充空值
报表制作繁琐:每周/每月需要重复制作相同格式的报表,复制粘贴容易出错
格式转换困难:需要将 Excel 转换为 PDF、CSV 等其他格式,操作步骤多
数据合并复杂:多个表格需要按条件合并,VLOOKUP 公式写起来头大
批量处理低效:几百个文件需要统 ...
我要去郑州讲课了!腾讯云龙虾公开课,手把手教你用AI搞定龙虾
腾讯云龙虾公开课郑州站,程序员晚枫分享OpenClaw如何赋能一人公司
QClaw和WorkBuddy,傻傻分不清楚?一文讲清楚!
详细对比QClaw和WorkBuddy的区别,帮助你选择适合自己的AI工具
Lecture 11: Feishu CLI Practice: Team Collaboration Skill
Lecture 11: Feishu CLI Practice: Team Collaboration Skill
Build an enterprise-level team collaboration Skill hands-on, master Feishu ecosystem development.
1. Project GoalDevelop "Team Butler" Skill, functions include:
📅 Smart meeting management
✅ Task assignment and tracking
📝 Dail ...
第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
部署方式
云端
本地/云端
代码控制
受限
完全控制
数据安全
云端存储
本地存储
开发方式
可视化+代码
纯代码
生态规模
大
中等
...
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 ...
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 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 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 工作台 │├──── ...
