Skill Onboarder

Prompts

Auto-wires new skills into core system. On skill install detected, reads SKILL.md/AGENT.md/SOUL.md/hooks and injects into soul/memory/agent files.

Install

openclaw skills install skill-onboarder

Skill Onboarder

Purpose

Auto-wire new skills. On trigger, reads skill files → wires to core system.

Trigger

Matches: "installed", "new skill", "onboard", "wire skill", "onboarding"

Future: Auto-fires on skill:post-install event (not yet implemented)

Files Written

FileAdds
soul/master.mdSkill sections
agent/skills-active.mdTriggers + rules
workspace/_index.mdRegistration

Process

  1. Detect trigger → extract skill name
  2. Read: SKILL.md, AGENT.md, SOUL.md, hooks/
  3. Extract: triggers, rules (hard/soft), sections
  4. Inject to core files
  5. Confirm

Idempotent

Safe to re-run. Checks before write. Updates version if changed.