← 返回 Skills 市场
parkerscobey

Hizal End

作者 Parker · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hizal-end
功能描述
Close the agent's context session and consolidate what was learned. Self-triggering — fires when the agent finishes a task, wraps up work, or is about to go...
使用说明 (SKILL.md)

Hizal End

Close your session. Review what surfaced. Let knowledge compound.

End Session

hizal__end_session(session_id="\x3Csession-id>")

Review SURFACE Chunks

The session end returns MEMORY chunks tagged for consolidation review. For each chunk, decide:

Keep

Useful personal observation. Leave as AGENT memory. No action needed.

Promote

Valuable for the team. Write it back as a PROJECT chunk:

# For architecture/design decisions
hizal__write_knowledge(project_id="\x3Cid>", query_key="\x3Ckey>", title="\x3Ctitle>", content="\x3Cchunk-content>")

# For codebase conventions
hizal__write_convention(project_id="\x3Cid>", query_key="\x3Ckey>", title="\x3Ctitle>", content="\x3Cchunk-content>")

Then optionally delete the original AGENT chunk:

hizal__delete_context(project_id="\x3Cid>", id="\x3Cchunk-id>")

Discard

Noise or one-off observation. Ignore it.

When to End

  • At the end of a work session
  • When switching to a completely different project/task (end old, start new)
  • Before a long break

Session Recovery After End

If you need to resume work later, call hizal-start — it will start a fresh session or resume an existing one.

如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hizal-end
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hizal-end 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Version 0.1.0 of hizal-end introduces initial support for ending agent context sessions and reviewing memory. - Adds skill to close agent context sessions and consolidate learned information. - Reviews surfaced memory chunks, allowing users to keep, promote, or discard each chunk. - Provides commands to promote valuable knowledge to team or project memory, or remove unwanted data. - Details when to use the skill (end of session, switching tasks, before breaks). - Instructions included for resuming sessions using hizal-start.
元数据
Slug hizal-end
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Hizal End 是什么?

Close the agent's context session and consolidate what was learned. Self-triggering — fires when the agent finishes a task, wraps up work, or is about to go... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。

如何安装 Hizal End?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hizal-end」即可一键安装,无需额外配置。

Hizal End 是免费的吗?

是的,Hizal End 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hizal End 支持哪些平台?

Hizal End 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hizal End?

由 Parker(@parkerscobey)开发并维护,当前版本 v0.1.0。

💬 留言讨论