← 返回 Skills 市场
parkerscobey

Hizal Register Focus

作者 Parker · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
52
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hizal-register-focus
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hizal-register-focus 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug hizal-register-focus
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。

如何安装 Hizal Register Focus?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hizal-register-focus」即可一键安装,无需额外配置。

Hizal Register Focus 是免费的吗?

是的,Hizal Register Focus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hizal Register Focus 支持哪些平台?

Hizal Register Focus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hizal Register Focus?

由 Parker(@parkerscobey)开发并维护,当前版本 v0.1.0。

💬 留言讨论