← Back to Skills Marketplace
libaiqwq

澪白主控Agent

by libaiqwq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
278
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mio-main
Description
Provides real-time chat, intent recognition, task delegation to sub-agents, and proactive companionship through direct dialogue and agent coordination.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mio-main
  3. After installation, invoke the skill by name or use /mio-main
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug mio-main
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 澪白主控Agent?

Provides real-time chat, intent recognition, task delegation to sub-agents, and proactive companionship through direct dialogue and agent coordination. It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.

How do I install 澪白主控Agent?

Run "/install mio-main" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 澪白主控Agent free?

Yes, 澪白主控Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 澪白主控Agent support?

澪白主控Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 澪白主控Agent?

It is built and maintained by libaiqwq (@libaiqwq); the current version is v1.0.0.

💬 Comments