File contents 多渠道个人助理
适用场景
支持提醒类任务自动触发,减少手工跟进。;## 稳定自动版(可长期运行)
功能说明
多渠道个人助理
一个对话入口,路由到 Telegram 话题、Slack、Google Workspace、Todoist、Asana。
这个案例能帮你做什么
把跨平台的日常动作集中到统一指令入口。
用话题路由减少上下文污染(配置/更新/内容/CRM/财务)。
支持提醒类任务自动触发,减少手工跟进。
你需要的 Skills(按类型)
类型
Skill / 工具
用途
来源
外部(需安装)
gog CLI
Gmail/Calendar/Drive 操作
Google Workspace
外部(需配置)
Slack Bot
团队协作渠道
Slack API
外部(需配置)
Todoist / Asana
任务与项目协作
官方 API
内置
Telegram topics
场景路由入口
OpenClaw Built-in
快速体验版(先跑一轮)
你是我的多渠道助手。
请先演示 5 条路由:
1) "Add [task] to my todo" → Todoist
2) "Create a card for [topic]" → Asana
3) "Schedule [event]" → Calendar
4) "Email [person]" → Gmail
5) "Upload [file]" → Drive
本轮只输出路由结果,不执行外部写操作。
稳定自动版(可长期运行)
1) Telegram 话题划分(源案例)
config
updates
video-ideas
personal-crm
earnings
knowledge-base
2) 路由提示词(源案例)
You are my multi-channel assistant. Route requests based on context...
3) 自动提醒(源案例)
- Monday 6 PM: "🗑️ Trash day tomorrow"
- Friday 3 PM: "✍️ Time to write the weekly company update"
成功标准
单入口可覆盖主要工作流操作。
路由稳定,无明显错发。
自动提醒按时触发。
源文件
来源:awesome-openclaw-zh 原始文件:multi-channel-assistant.md
1 --- 2 name: multi-channel-assistant 3 description: 多渠道个人助理 4 --- 5 6 # 多渠道个人助理 7 8 ## 适用场景 9 - 支持提醒类任务自动触发,减少手工跟进。;## 稳定自动版(可长期运行) 10 11 ## 功能说明 12 # 多渠道个人助理 13 14 > 一个对话入口,路由到 Telegram 话题、Slack、Google Workspace、Todoist、Asana。 15 16 ## 这个案例能帮你做什么 17 18 - 把跨平台的日常动作集中到统一指令入口。 19 - 用话题路由减少上下文污染(配置/更新/内容/CRM/财务)。 20 - 支持提醒类任务自动触发,减少手工跟进。 21 22 ## 你需要的 Skills(按类型) 23 24 | 类型 | Skill / 工具 | 用途 | 来源 | 25 |---|---|---|---| 26 | 外部(需安装) | `gog` CLI | Gmail/Calendar/Drive 操作 | Google Workspace | 27 | 外部(需配置) | Slack Bot | 团队协作渠道 | Slack API | 28 | 外部(需配置) | Todoist / Asana | 任务与项目协作 | 官方 API | 29 | 内置 | Telegram topics | 场景路由入口 | OpenClaw Built-in | 30 31 ## 快速体验版(先跑一轮) 32 33 ```text 34 你是我的多渠道助手。 35 请先演示 5 条路由: 36 1) "Add [task] to my todo" → Todoist 37 2) "Create a card for [topic]" → Asana 38 3) "Schedule [event]" → Calendar 39 4) "Email [person]" → Gmail 40 5) "Upload [file]" → Drive 41 本轮只输出路由结果,不执行外部写操作。 42 ``` 43 44 ## 稳定自动版(可长期运行) 45 46 ### 1) Telegram 话题划分(源案例) 47 48 - `config` 49 - `updates` 50 - `video-ideas` 51 - `personal-crm` 52 - `earnings` 53 - `knowledge-base` 54 55 ### 2) 路由提示词(源案例) 56 57 ```text 58 You are my multi-channel assistant. Route requests based on context... 59 ``` 60 61 ### 3) 自动提醒(源案例) 62 63 ```text 64 - Monday 6 PM: "🗑️ Trash day tomorrow" 65 - Friday 3 PM: "✍️ Time to write the weekly company update" 66 ``` 67 68 ## 成功标准 69 - 单入口可覆盖主要工作流操作。 70 - 路由稳定,无明显错发。 71 - 自动提醒按时触发。 72 73 ## 源文件 74 来源:awesome-openclaw-zh 75 原始文件:multi-channel-assistant.md
YangYuChen-Work/awesome-ai-skills/tree/main/生产力/multi-channel-assistant commit d32e1976fb
Frequently asked questions How do I install the Multi Channel Assistant skill? Run npx skillmds@latest add yangyuchen-work/multi-channel-assistant in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Multi Channel Assistant skill do? 多渠道个人助理 It is listed under Coding & Dev Tools on SkillMD.
Is Multi Channel Assistant safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Multi Channel Assistant? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Multi Channel Assistant free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Multi Channel Assistant? YangYuChen-Work (@yangyuchen-work) published this skill. Their other Agent Skills are listed on their SkillMD profile.