← 返回 Skills 市场
libaiqwq

Mio Companion

作者 libaiqwq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
247
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mio-companion
功能描述
主动学习用户习惯,定时发起聊天,自动识别待办事项并安排时间管理任务。
安全使用建议
This skill stores conversation logs, habits, todos and schedules as JSON files under a data directory (OPENCLAW_WORKSPACE/mio-companion-data or ./mio-companion-data). It does not contact external services or ask for credentials, despite SKILL.md mentioning Feishu integration — that appears to be an undocumented/unsupported feature. Before installing, consider: (1) whether you are comfortable with user messages being persisted to disk (check and/or change the dataDir in config.json), (2) whether you expect external messaging integrations (if so, they are not implemented here and would require additional credentials), and (3) reviewing or rotating/deleting the data files if you later uninstall the skill. If you need networked notifications, request or verify an explicit, audited integration rather than relying on this skill's current code.
功能分析
Type: OpenClaw Skill Name: mio-companion Version: 1.0.0 The Mio-Companion skill is designed to track user habits, mine tasks from conversations, and initiate proactive chats. While it logs user conversation history and activity patterns to local JSON files (log.json, habits.json) within the workspace, this behavior is explicitly documented and aligned with its stated purpose as a 'companion' skill. The code in index.js lacks any indicators of malicious intent, such as data exfiltration, unauthorized network calls, or the use of dangerous execution functions like eval or child_process.
能力评估
Purpose & Capability
The skill's name/description (habit learning, proactive chat, todo mining, scheduling) matches the included index.js implementation. Note: SKILL.md and config mention dependencies like a '飞书' (Feishu) message sender and other skills (self-improvement, cron), but the code does not call any external messaging APIs or require related credentials — this is a mild documentation/expectation mismatch rather than evidence of malicious behavior.
Instruction Scope
SKILL.md instructs periodic checks and lists data files (habits.json, todos.json, schedule.json) which the code creates and uses. The code logs conversation content to a local log file and mines todos from free-form text; that behavior is expected but has privacy implications because user messages are persisted to disk. There are no instructions or code paths that read unrelated system files, access unexpected env vars, or transmit data externally.
Install Mechanism
No install spec is present (instruction-only/style), and the shipped code is a single JS file that reads/writes local JSON files. Nothing is downloaded or executed from external URLs and no packages are installed at runtime by the skill itself.
Credentials
The registry metadata declares no required env vars or credentials. The code optionally uses OPENCLAW_WORKSPACE to choose the data directory (falls back to current dir), which is proportionate. No secrets or unrelated credentials are requested. The only privacy-relevant resource access is writing and reading the skill's data directory.
Persistence & Privilege
always is false and the skill does not request special platform privileges. It persists its own data under a dedicated data directory and does not modify other skills or global agent configuration. Autonomous invocation (model calls) is allowed by default on the platform; combined with local logging this increases runtime activity but is expected for this type of companion skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mio-companion
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mio-companion 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Mio Companion - 主动陪伴学习技能
元数据
Slug mio-companion
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mio Companion 是什么?

主动学习用户习惯,定时发起聊天,自动识别待办事项并安排时间管理任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 Mio Companion?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mio-companion」即可一键安装,无需额外配置。

Mio Companion 是免费的吗?

是的,Mio Companion 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mio Companion 支持哪些平台?

Mio Companion 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mio Companion?

由 libaiqwq(@libaiqwq)开发并维护,当前版本 v1.0.0。

💬 留言讨论