← Back to Skills Marketplace
parkerscobey

Hizal Register Focus

by Parker · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
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_session or get_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_tags rules 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
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hizal-register-focus
  3. After installation, invoke the skill by name or use /hizal-register-focus
  4. 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
Slug hizal-register-focus
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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.

💬 Comments