> 主动聊天 + 任务分发系统 - 学习用户习惯,按状态主动聊天,智能任务分发
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill mio-smart-chat --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mio Smart Chat?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-mio-smart-chat)More formats (shields.io, HTML) on the badges page.
# Mio-Smart-Chat
> 主动聊天 + 任务分发系统 - 学习用户习惯,按状态主动聊天,智能任务分发
## 功能
1. **习惯学习** - 记录用户的活跃时间、话题偏好、聊天模式
2. **主动聊天** - 检测到空闲时主动发起对话(非定时)
3. **任务分发** - 智能识别任务类型并分发给子Agent处理
4. **动态判断** - 基于学习到的习惯判断空闲状态
## 工作流程
```
用户输入
↓
┌──────────────────┐
│ 意图识别 │ ← 判断闲聊/任务/情绪
└────────┬─────────┘
↓
┌────┴────┐
↓ ↓
闲聊 任务
↓ ↓
记住习惯 分发子Agent
↓
检测空闲
↓
主动聊天
```
## 触发方式
- 用户消息触发:实时处理输入
- 主动触发:基于习惯动态判断(非定时)
## 文件结构
```
mio-smart-chat/
├── SKILL.md # 技能说明
├── index.js # 主入口
├── data/ # 数据目录
│ ├── habits.json # 用户习惯
│ └── tasks.json # 待办任务
└── config.json # 配置
```
## 技术实现
- 意图识别:基于关键词的任务分类
- 习惯学习:统计聊天时间和话题
- 空闲检测:动态判断,非固定时间
- 任务分发:spawn子Agent处理
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!