← 返回 Skills 市场
libaiqwq

澪白主控Agent

作者 libaiqwq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
278
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mio-main
功能描述
Provides real-time chat, intent recognition, task delegation to sub-agents, and proactive companionship through direct dialogue and agent coordination.
安全使用建议
This skill appears to do what it says: chat, detect intent, dispatch simple tasks, and occasionally initiate conversation. Before installing: (1) be aware it writes conversation text to a local file at ./data/mem.json (privacy risk if the host is shared); (2) the code has small bugs (an unterminated string in memory() and an incorrect length check in keep()) that may cause runtime errors or unbounded memory growth — consider fixing those lines or asking the author for a patch; (3) run the skill in a sandboxed environment or with limited filesystem permissions if you are concerned about storing sensitive content; and (4) if you need networked sub-agent coordination, confirm whether additional code or configuration will be added (currently there are no network calls). If you want, I can point out the exact lines to fix or produce a corrected index.js copy that addresses the bugs and makes the memory file size-limit explicit.
功能分析
Type: OpenClaw Skill Name: mio-main Version: 1.0.0 The skill bundle implements a basic chatbot with intent recognition, task dispatching, and a simple memory system. The code in `index.js` manages local state and chat history using a local JSON file (`data/mem.json`). While the script contains a syntax error (an unclosed string in the `memory` function) and a logic error in the `keep` function (comparing an array directly to a number instead of its length), these are clearly unintentional bugs rather than malicious constructs. There is no evidence of data exfiltration, unauthorized network access, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description (real-time chat, intent recognition, sub-agent dispatch, proactive companionship) aligns with the actual implementation: chat(), isTask/isEmotion intent checks, dispatch(), and active() for proactive messages. No unexpected external capabilities are requested.
Instruction Scope
SKILL.md is confined to chat/dispatch behavior. The runtime JS performs local file I/O to persist a memory file under a data/ directory (data/mem.json). This is consistent with a memory feature but is worth noting because it stores user-provided text on disk.
Install Mechanism
No install spec; the skill is instruction/code-only and does not download or execute external archives or packages during install. This is the lowest-risk install pattern.
Credentials
The skill requests no environment variables or credentials and does not access system configuration paths beyond creating/using a local ./data/mem.json file.
Persistence & Privilege
always:false and no special privileges. The skill writes a local memory file (data/mem.json) in its directory — normal for a local memory feature, but it does create persistent data on disk that may contain user messages.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mio-main
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mio-main 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of 澪白主控Agent: - Supports real-time direct conversation and proactive chat companionship. - Recognizes user intent to distinguish between chat and task requests. - Dispatches tasks to specialized sub-Agents as needed. - Can be triggered by real-time messages, heartbeat signals, or scheduled tasks. - Main workflow: Input → Intent Recognition → Route to Chat or Task Handling.
元数据
Slug mio-main
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

澪白主控Agent 是什么?

Provides real-time chat, intent recognition, task delegation to sub-agents, and proactive companionship through direct dialogue and agent coordination. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 澪白主控Agent?

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

澪白主控Agent 是免费的吗?

是的,澪白主控Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

澪白主控Agent 支持哪些平台?

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

谁开发了 澪白主控Agent?

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

💬 留言讨论