--- name: recruitment description: Onboard new agents into OpenClaw. Triggers on "new agent", "add agent", "create agent", "recruit agent", "onboard agent". --- > Scripts must be executed via `pcexec`. The onboard script uses `proxy-pcexec`. ## Scripts | Command | Description | |---------|-------------| | `{baseDir}/scripts/new-agent --type openclaw --agent-id [--model ]` | Create and register an OpenClaw agent | | `{baseDir}/scripts/new-agent --type contractor --contractor-provider --agent-id ` | Create and register a contractor agent | | `{baseDir}/scripts/onboard --name --role --position --gender --bot-token ` | Set up agent identity and Discord binding (call via `proxy-pcexec` with `proxy-for: `) | ## Workflows - `{baseDir}/workflows/recruitment.md` — Full onboarding flow: gather requirements, create agent, interview, onboard, report.