← Back to Skills Marketplace
parkerscobey

Hizal End

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

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hizal-end
  3. After installation, invoke the skill by name or use /hizal-end
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug hizal-end
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install Hizal End?

Run "/install hizal-end" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hizal End free?

Yes, Hizal End is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Hizal End support?

Hizal End is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hizal End?

It is built and maintained by Parker (@parkerscobey); the current version is v0.1.0.

💬 Comments