Agent Subagents UI
v1.1.0Add, extend, fix, or document the Subagents panel inside the OpenClaw Control UI Agents page. Use when implementing an Agents-page Subagents tab, wiring edit...
⭐ 0· 87·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description describe adding a Subagents panel to the Agents UI; the included SKILL.md and reference source files are all UI components, tests, and implementation notes that match that goal. Nothing requested (no env vars, no binaries, no config paths) is out of scope for a UI change.
Instruction Scope
The runtime instructions are focused on UI wiring, form fields, and config keys (agents.list[i].subagents.*, agents.defaults.subagents.*). The guidance references only repository files and config shapes relevant to the feature and does not instruct the agent to read unrelated files, environment secrets, or contact external endpoints.
Install Mechanism
This is instruction-only (no install spec or code executed by the skill). The validation steps call pnpm and vitest (pnpm --dir ui exec vitest run ... and pnpm --dir ui build) but the skill does not declare required binaries — the commands assume a development toolchain is present. That's expected for a dev helper but worth noting: tests/build will execute project scripts on the host.
Credentials
The skill requests no environment variables, credentials, or config paths. The UI code referenced calls the application's client.request methods to interact with the app backend (e.g., agents.create, agents.files.set) which is consistent with a Control UI implementation and not an unexplained credential request.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. Nothing in the instructions indicates it would modify other skills or system-wide agent settings beyond wiring UI state and calling the application's normal API surfaces.
Assessment
This skill is a coherent, instruction-only developer helper for adding a Subagents panel to the Control UI. It does not require credentials and includes reference code and test instructions. Before using it: (1) run it in a developer sandbox (not a production server); (2) note that validation steps call pnpm/vitest and build scripts — ensure you have pnpm and the project toolchain installed and review package.json scripts to avoid running unexpected install/build hooks; (3) because the skill's UI code will call the app's client.request methods at runtime, only use it against a trusted OpenClaw backend; and (4) the skill contains no hidden network endpoints or secret-exfiltration instructions, but always review proposed file changes before applying them.Like a lobster shell, security has layers — review code before you run it.
agentsvk973fgckapmfmwkw5h2xa9rdyh83ck3mlatestvk973fgckapmfmwkw5h2xa9rdyh83ck3mopenclawvk973fgckapmfmwkw5h2xa9rdyh83ck3msubagentsvk973fgckapmfmwkw5h2xa9rdyh83ck3muivk973fgckapmfmwkw5h2xa9rdyh83ck3m
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
