← Back to Skills Marketplace
52
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hizal-register-focus
Description
Declare what the agent is currently working on. Self-triggering — fires whenever the agent has a clear task and wants related context to auto-inject. Use at...
README (SKILL.md)
Hizal Register Focus
Declare what you're working on. Enables focus-tag-based chunk injection.
Usage
hizal__register_focus(
session_id="\x3Csession-id>",
task="\x3Cclear description of current work>",
tags=["\x3Crelevant-tag>", "\x3Canother-tag>"]
)
Parameters
- session_id — the active session's ID (from
start_sessionorget_active_session) - task — a short, clear description of what you're doing (e.g., "Implement webhook signature verification for Nuvei DMNs")
- tags — keywords that match
focus_tagsrules on context chunks. Chunks with matching rules get injected into your session automatically.
When to Use
- At session start, if the task is known
- Mid-session, if the task changes significantly
- After a context reset, to re-establish focus
Tips
- Keep tags specific and domain-relevant. Good:
["webhooks", "signing", "nuvei"]. Bad:["code", "work"]. - You can re-register with different tags as the task evolves — it replaces the previous focus.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hizal-register-focus - After installation, invoke the skill by name or use
/hizal-register-focus - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of hizal-register-focus skill.
- Provides an interface for agents to declare their current task and inject context based on focus tags.
- Self-triggering: activates automatically when the agent states a clear goal or task.
- Supports registration at session start, during task changes, or after a context reset.
- Allows replacement of focus by re-registering with new tags.
- Includes guidance on usage, parameters, and best practices for effective tagging.
Metadata
Frequently Asked Questions
What is Hizal Register Focus?
Declare what the agent is currently working on. Self-triggering — fires whenever the agent has a clear task and wants related context to auto-inject. Use at... It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Hizal Register Focus?
Run "/install hizal-register-focus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hizal Register Focus free?
Yes, Hizal Register Focus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hizal Register Focus support?
Hizal Register Focus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hizal Register Focus?
It is built and maintained by Parker (@parkerscobey); the current version is v0.1.0.
More Skills