Install
openclaw skills install hizal-register-focusDeclare 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 session start when the task is known, or mid-session when the task changes. Triggers on phrases like "here's what I'm doing", "my task is", "I'm working on", "let me focus on", or any time the agent articulates a specific goal or ticket.
openclaw skills install hizal-register-focusDeclare what you're working on. Enables focus-tag-based chunk injection.
hizal__register_focus(
session_id="<session-id>",
task="<clear description of current work>",
tags=["<relevant-tag>", "<another-tag>"]
)
start_session or get_active_session)focus_tags rules on context chunks. Chunks with matching rules get injected into your session automatically.["webhooks", "signing", "nuvei"]. Bad: ["code", "work"].