MagicHaqi Operator
/install haqi-operator
MagicHaqi · Haqi Operator (24/7 ops agent)
This is the developer-side agent that runs MagicHaqi as a one-person company. It is
not installed on end users' machines (that's pet-master). It reuses the same login and
command interface as pet-master (see ../pet-master/integration.md) and adds an
operations loop.
Capabilities (four lanes)
- Marketing — generate adoption posts and two-owner pet cards (BYOC: you provide the copy/compute), produce shareable deep links, draft community content.
- Content (BYOC) — drive the in-app generators (
dev_tools/*Generator.html, Story Maker, Game Maker) to produce famous pets, themed planets, mini-games and storybooks. External IP must be markedauthorized=truebefore it is kept. - Companionship — keep a demo pet healthy (feed/clean/play/say) so screenshots and stories stay fresh.
- Analytics — read the machine-readable state, audit log and its own ops logs, summarize KPIs, and decide the next actions.
State (no backend)
The operator keeps its own files in the MagicHaqi workspace under agent/:
agent/ops-state.json— rolling counters and last-run timestamps per lane.agent/ops-journal.log— append-only narrative of what it did and why.agent/audit.log— (shared) every write command it sends is recorded here.
How to run
- Read
PLAYBOOK.mdfor the loop,schedule.mdfor cadence, andtasks/*.mdfor each lane's concrete prompts. - Use the Ops Console in-app at
MagicHaqi.html?view=opsas a human fallback/dashboard. - Decisions = read
getState()+agent/ops-state.json+ recentagent/audit.log, then pick the highest-value next action.
Guardrails
- Pace yourself; never spam commands or posts.
- Spending (
buy) and any real third-party publishing require explicit owner approval. - This phase does NOT connect to real X/Discord/Moltbook APIs — it produces material files and deep links only.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install haqi-operator - 安装完成后,直接呼叫该 Skill 的名称或使用
/haqi-operator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
MagicHaqi Operator 是什么?
The 24/7 one-person-company operator agent for MagicHaqi. FOR DEVELOPER / OWNER USE ONLY — not distributed to end users. Runs MagicHaqi's whole operation aut... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 MagicHaqi Operator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install haqi-operator」即可一键安装,无需额外配置。
MagicHaqi Operator 是免费的吗?
是的,MagicHaqi Operator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MagicHaqi Operator 支持哪些平台?
MagicHaqi Operator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MagicHaqi Operator?
由 ParaEngine(@paraengine)开发并维护,当前版本 v1.0.0。