Install
openclaw skills install openclaw-subagent-toolsetProvides predefined constrained tool subsets for spawning sub-agents tailored to task types like Explore, Plan, Verification, Coding, and Secretary.
openclaw skills install openclaw-subagent-toolsetWhen spawning a sub-agent, select the appropriate tool subset based on task type and add it to the task prompt to constrain its behavior.
For information gathering, code reading, file analysis.
Forbidden: exec, sessions_spawn, edit, write
For task breakdown, planning, scheme design.
Forbidden: exec, sessions_spawn, edit, write
For testing, verification, result confirmation.
Forbidden: sessions_spawn, edit (dangerous write operations)
For code writing, debugging, fixing.
Full tool access (high privilege)
For document organization, summarization, report generation.
Forbidden: exec, sessions_spawn, edit, write, glob_search, grep_search
When spawning a sub-agent, read the corresponding tool subset from this skill and prepend it to the task prompt:
You are an Explore-type sub-agent.
You may only use the following tools: read_file, glob_search, grep_search, WebFetch, WebSearch, Skill
Forbidden: exec, sessions_spawn, edit, write
[Your task follows...]