← Back to Skills Marketplace
parkerscobey

Hizal Start

by Parker · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
52
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install hizal-start
Description
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...
README (SKILL.md)

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

  1. Search Hizal for existing context on the task (see hizal-search skill)
  2. Only then begin coding or building
  3. Write to Hizal as you make decisions (see hizal-write skill)
  4. End your session when done (see hizal-end skill)

Session Recovery

If you lose your session_id (context reset, compaction), call get_active_session() again and follow the same check/resume flow above.

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hizal-start
  3. After installation, invoke the skill by name or use /hizal-start
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of the hizal-start skill. - Handles starting, resuming, and recovering agent context memory sessions. - Self-triggers at the start of work, when picking up tasks, or entering coding sessions. - Includes guidance on session lifecycle, registering focus, and best practices for interacting with Hizal context memory.
v0.0.1
- Initial release of the hizal-start skill. - Establishes workflow for initializing or resuming the agent's context memory session at the start of any work, coding, or task pickup. - Details step-by-step session lifecycle, including session check, start, and optional task focus registration. - Provides guidance for seamless session recovery and integration with related Hizal skills (search, write, end). - Self-triggers based on key phrases or work context changes, ensuring sessions are managed reliably.
Metadata
Slug hizal-start
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments