/install hizal-start
Hizal Start
Begin every work session with Hizal. Search before you build; write as you build.
Session Lifecycle
1. Check for Existing Session
Call get_active_session() first. If status="active", use the returned session_id and call resume_session to extend TTL. If status="none", proceed to start a new session.
2. Start Session
hizal__start_session(lifecycle_slug="\x3Cslug>")
Returns a session_id. Keep it visible — needed for register_focus and end_session.
The agent's project and lifecycle context is assumed known. If unsure, check AGENTS.md or ask the user.
3. Register Focus (Optional)
If the task is known, register it immediately:
hizal__register_focus(
session_id="\x3Csession-id>",
task="\x3Ctask description>",
tags=["\x3Ctag1>", "\x3Ctag2>"]
)
See the hizal-register-focus skill for details on focus registration.
After Starting
- Search Hizal for existing context on the task (see
hizal-searchskill) - Only then begin coding or building
- Write to Hizal as you make decisions (see
hizal-writeskill) - End your session when done (see
hizal-endskill)
Session Recovery
If you lose your session_id (context reset, compaction), call get_active_session() again and follow the same check/resume flow above.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hizal-start - 安装完成后,直接呼叫该 Skill 的名称或使用
/hizal-start触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hizal Start 是什么?
Initialize the agent's context memory session. Self-triggering — fires whenever the agent begins work, picks up a task, or enters a coding session. Use befor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。
如何安装 Hizal Start?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hizal-start」即可一键安装,无需额外配置。
Hizal Start 是免费的吗?
是的,Hizal Start 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hizal Start 支持哪些平台?
Hizal Start 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hizal Start?
由 Parker(@parkerscobey)开发并维护,当前版本 v0.1.0。