houmao-memory-mgr

Manage Houmao agent memo content and memo-linked pages.

18|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/igamenovoer/houmao --skill houmao-memory-mgr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: houmao-memory-mgr
Source: https://github.com/igamenovoer/houmao/tree/main/src/houmao/agents/assets/system_skills/houmao-memory-mgr
Command: npx skills add https://github.com/igamenovoer/houmao --skill houmao-memory-mgr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill makes it easy to read and update Houmao-managed agent memory surfaces so your agents stay aligned over time without manual file spelunking.

Core Features & Use Cases

  • Live memo management: inspect, set, append, delete, and read memo-linked pages under the live houmao-memo.md and pages/ surfaces for managed agents.
  • Profile memo-seed management: create, update, set, or clear easy-profile and raw-profile memo seeds that shape future launches.
  • Correct routing and safety boundaries: prevents accidental edits of live agent memory when a reusable launch profile memo seed is intended, and enforces memo-surface-only mutations.

Quick Start

Use houmao-memory-mgr to append a note to your target agent’s memo while keeping memo pages organized.

Frequently Asked Questions about houmao-memory-mgr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely edit agent memory files for running managed agents?

Agent memory edits are safely managed by routing memo commands to live `houmao-memo.md` and `pages/` surfaces. The Skill inspects, appends, deletes, and reads pages while enforcing scope guardrails to prevent unintended state mutations.

What is the best way to update memo seeds for reusable launch profiles?

Updating memo seeds for launch profiles is handled by selecting easy-profile or raw-profile sources. The Skill creates, updates, sets, or clears birth-time memo seeds that shape future agent launches when memo-related triggers are present.

Can I append notes to markdown agent memos without manual file editing?

Appending notes to markdown agent memos is supported through command routing without manual file spelunking. The Skill handles memo set, append, read, and delete operations directly on the target agent's managed memo surfaces.

Does this approach prevent accidental edits to live agent memory?

Preventing accidental edits to live agent memory is enforced by strict scope handling and safety boundaries. The Skill distinguishes between live-session memo edits and reusable launch profile memo seeds to avoid unintended state mutations.

What are the limitations of command routing for memo page operations?

Command routing for memo page operations is limited to memo-surface-only mutations within the Houmao managed environment. The Skill requires strict scope handling for page operations and does not support editing external files outside the managed agent memory.

When do I need to manage memo-linked pages for durable agent memory?

Managing memo-linked pages is needed when keeping agent memory aligned over time across sessions. The Skill organizes pages under the live `pages/` surface and supports durable memory updates for running managed agents.