← Back to Skills Marketplace
247
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mio-companion
Description
主动学习用户习惯,定时发起聊天,自动识别待办事项并安排时间管理任务。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mio-companion - After installation, invoke the skill by name or use
/mio-companion - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Mio Companion - 主动陪伴学习技能
Metadata
Frequently Asked Questions
What is Mio Companion?
主动学习用户习惯,定时发起聊天,自动识别待办事项并安排时间管理任务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install Mio Companion?
Run "/install mio-companion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mio Companion free?
Yes, Mio Companion is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mio Companion support?
Mio Companion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mio Companion?
It is built and maintained by libaiqwq (@libaiqwq); the current version is v1.0.0.
More Skills