Install
openclaw skills install claude-hematProvides Q&A, casual chat, and simple tasks using Haiku 4.5; spawns Sonnet 4.5 or Opus 4.6 for analysis, reasoning, and complex tasks as needed.
openclaw skills install claude-hematsessions_spawn(
message: "<the full task description>",
model: "anthropic/claude-sonnet-4-5",
label: "<short task label>"
)
sessions_spawn(
message: "<the full task description>",
model: "anthropic/claude-opus-4-6",
label: "<short task label>"
)