/install hizal-search
Hizal Search
Search before you build. Don't rediscover what the team already decided.
Semantic Search
Start with 2-3 broad searches using different phrasings:
hizal__search_context(query="\x3Ckey concept from the task>")
hizal__search_context(query="\x3Cticket id or feature name>")
hizal__search_context(query="\x3Crelated subsystem or endpoint>")
Narrow by Scope
# Project-specific knowledge and conventions
hizal__search_context(query="\x3Cconcept>", scope="PROJECT", project_id="\x3Cid>")
# Prior agent memory / investigation notes
hizal__search_context(query="\x3Cconcept>", scope="AGENT", chunk_type="MEMORY")
# Org-wide principles and standards
hizal__search_context(query="\x3Cconcept>", scope="ORG")
Filter by Chunk Type
hizal__search_context(query="\x3Cconcept>", chunk_type="KNOWLEDGE")
hizal__search_context(query="\x3Cconcept>", chunk_type="CONVENTION")
hizal__search_context(query="\x3Cconcept>", chunk_type="MEMORY")
Exact Lookup by query_key
When you know the exact key:
hizal__read_context(query_key="\x3Cexact-query-key>", project_id="\x3Cid>")
Read a Specific Chunk
hizal__read_context(id="\x3Cchunk-uuid>")
Synthesize Related Context
Pull related chunks for synthesis (read-only, never delete source chunks):
hizal__compact_context(query="\x3Cconcept>")
hizal__compact_context(query="\x3Cconcept>", scope="PROJECT", project_id="\x3Cid>")
Version History
Inspect how a chunk evolved:
hizal__get_context_versions(id="\x3Cchunk-uuid>")
Search Strategy
- Broad first — 2-3 searches with different phrasings
- Read the results — chunks contain architecture decisions, conventions, and prior work
- Narrow by scope if broad search returns too much noise
- Use query_key if you already know the key
- If an AGENT memory chunk is broadly useful — promote it with
write_knowledgeorwrite_convention
See hizal-write skill for writing back to Hizal.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hizal-search - After installation, invoke the skill by name or use
/hizal-search - Provide required inputs per the skill's parameter spec and get structured output
What is Hizal Search?
Retrieve existing context before building anything. Self-triggering — fires whenever the agent is about to search the codebase, recall prior decisions, look... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.
How do I install Hizal Search?
Run "/install hizal-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hizal Search free?
Yes, Hizal Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hizal Search support?
Hizal Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hizal Search?
It is built and maintained by Parker (@parkerscobey); the current version is v0.1.0.