← 返回 Skills 市场
291
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mio-smart-chat
功能描述
基于用户习惯动态判断空闲状态,主动发起对话并智能识别任务分类分发给子Agent处理。
使用说明 (SKILL.md)
Mio-Smart-Chat
主动聊天 + 任务分发系统 - 学习用户习惯,按状态主动聊天,智能任务分发
功能
- 习惯学习 - 记录用户的活跃时间、话题偏好、聊天模式
- 主动聊天 - 检测到空闲时主动发起对话(非定时)
- 任务分发 - 智能识别任务类型并分发给子Agent处理
- 动态判断 - 基于学习到的习惯判断空闲状态
工作流程
用户输入
↓
┌──────────────────┐
│ 意图识别 │ ← 判断闲聊/任务/情绪
└────────┬─────────┘
↓
┌────┴────┐
↓ ↓
闲聊 任务
↓ ↓
记住习惯 分发子Agent
↓
检测空闲
↓
主动聊天
触发方式
- 用户消息触发:实时处理输入
- 主动触发:基于习惯动态判断(非定时)
文件结构
mio-smart-chat/
├── SKILL.md # 技能说明
├── index.js # 主入口
├── data/ # 数据目录
│ ├── habits.json # 用户习惯
│ └── tasks.json # 待办任务
└── config.json # 配置
技术实现
- 意图识别:基于关键词的任务分类
- 习惯学习:统计聊天时间和话题
- 空闲检测:动态判断,非固定时间
- 任务分发:spawn子Agent处理
安全使用建议
This skill appears coherent and local-only: it stores user habit data in a data/ folder next to the skill (data/habits.json) and does not request network credentials or perform external calls. Before installing, consider: 1) confirm where the agent runtime places the skill files so you know who can access data/habits.json (other users or services on the host may read it); 2) if you expect actual multi-agent dispatching, verify how the host platform will interpret 'dispatched' results since the code does not spawn child agents or call external endpoints; 3) if you have privacy concerns, review or sandbox the skill directory and clear or encrypt habit files if needed. If you want the skill to actually invoke sub-agents or remote services, request an updated version that explicitly implements and documents that behavior and lists any required credentials.
功能分析
Type: OpenClaw Skill
Name: mio-smart-chat
Version: 1.0.0
The skill is a basic stateful chatbot designed to track user activity patterns and topics locally to initiate proactive conversations. The code in index.js uses standard file I/O (fs) to manage local JSON files for habit tracking and employs simple keyword matching for intent and emotion analysis. There is no evidence of network activity, sensitive data access, or command execution.
能力评估
Purpose & Capability
Name/description (主动聊天,习惯学习,任务分发) match the included files. The code implements habit recording, idle detection, intent classification and a task-dispatch stub; these capabilities align with the stated purpose and require no extra credentials or binaries.
Instruction Scope
SKILL.md describes 'spawn子Agent处理' (spawn subAgents) and proactive triggering; the code provides a dispatchTask function that classifies and returns dispatched:true but does not actually spawn processes, make network calls, or invoke other agents. The proactive trigger exists as initiateChat/detectFreeState but there is no autonomous scheduler in the code—execution relies on the host agent calling these functions. This is a minor implementation-documentation mismatch, not an obvious security issue.
Install Mechanism
No install spec or external download; skill is delivered as files (index.js, config.json, SKILL.md). No package installation or archive extraction is performed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or external config paths. The code only reads/writes JSON files under a local data/ directory relative to the skill (habits.json, tasks.json). Requested access is proportional to its stated behavior (local habit storage).
Persistence & Privilege
The skill is not always-on and does not request elevated/persistent platform privileges. It persists data only to its own data/ directory and does not modify other skills or global agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mio-smart-chat - 安装完成后,直接呼叫该 Skill 的名称或使用
/mio-smart-chat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Mio-Smart-Chat 1.0.0 introduces a proactive chat and task delegation system that learns user habits.
- Learns users’ active times, topic preferences, and chat styles.
- Initiates conversations proactively based on detected idle states.
- Automatically identifies and delegates tasks to sub-agents.
- Dynamically distinguishes between casual chat and tasks using intent recognition.
- Stores user habits and pending tasks for smarter interactions.
元数据
常见问题
Mio智能聊天 是什么?
基于用户习惯动态判断空闲状态,主动发起对话并智能识别任务分类分发给子Agent处理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。
如何安装 Mio智能聊天?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mio-smart-chat」即可一键安装,无需额外配置。
Mio智能聊天 是免费的吗?
是的,Mio智能聊天 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mio智能聊天 支持哪些平台?
Mio智能聊天 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mio智能聊天?
由 libaiqwq(@libaiqwq)开发并维护,当前版本 v1.0.0。
推荐 Skills