/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hizal-start - After installation, invoke the skill by name or use
/hizal-start - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Hizal Start?
Run "/install hizal-start" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hizal Start free?
Yes, Hizal Start is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hizal Start support?
Hizal Start is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hizal Start?
It is built and maintained by Parker (@parkerscobey); the current version is v0.1.0.