← 返回 Skills 市场
parkerscobey

Hizal Start

作者 Parker · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
52
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hizal-start
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hizal-start 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug hizal-start
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论