houmao-agent-gateway

Operate managed-agent gateway attach, detach, discovery, and control surfaces via houmao-mgr CLI or HTTP routes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Managing a live managed-agent gateway is hard to do reliably from the outside, especially when you need to attach/detach, discover the current gateway endpoint, and operate gateway-specific surfaces like reminders and the mail-notifier.

Core Features & Use Cases

  • Gateway lifecycle control: attach, detach, and check status for the live gateway sidecar without confusing it with starting or stopping the managed agent process.
  • Gateway-only operation & inspection: deliver gateway prompt/interrupt/raw key behavior and inspect gateway TUI state, history, watches, and note-prompt surfaces.
  • Ranked live reminders & mail-notifier management: list/create/update/pause/remove gateway reminders and inspect/enable/disable the gateway mail-notifier polling behavior for open inbox mail.

Quick Start

Use houmao-agent-gateway to attach the live gateway for agent 'my-agent', then list its current reminders.

Frequently Asked Questions about houmao-agent-gateway

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

FAQPage Schema
How do I attach and detach a live agent gateway sidecar?

To attach and detach a live agent gateway sidecar, use the houmao-mgr CLI or pair-managed HTTP boundaries to handle gateway lifecycle control, keeping broader managed-agent inspection out of scope.

How do I manage ranked live reminders and mail-notifier polling for a gateway?

Manage ranked live reminders and mail-notifier polling by using supported gateway CLI surfaces or gateway-specific HTTP routes to list, create, update, pause, or remove reminders and enable/disable the mail-notifier.

What is the difference between gateway lifecycle control and managed agent process control?

Gateway lifecycle control specifically handles attaching, detaching, and checking the status of the live gateway sidecar, whereas managed agent process control starts or stops the main agent process.

Can I inspect gateway TUI state and history without guessing gateway coordinates?

Yes, you can inspect gateway TUI state, history, watches, and note-prompt surfaces by relying on gateway-specific HTTP routes or supported gateway CLI surfaces rather than guessing gateway coordinates.

Do I need the Houmao gateway trigger workflow to operate gateway-only control surfaces?

Yes, operating gateway-only control surfaces requires the Houmao gateway trigger workflow with help-first routing to manage prompt, interrupt, and raw key behavior effectively.

Why does my gateway discovery fail when managing the mail-notifier?

Gateway discovery fails when you guess gateway coordinates; you must rely on gateway-specific HTTP routes or supported gateway CLI surfaces to discover the current endpoint and operate the mail-notifier.