What problem does it solve?
This Skill prevents successful but private or fork-specific “host” skills from being incorrectly upstreamed into gbrain by enforcing an editorial genericization workflow plus a privacy lint and verification gates.
Core Features & Use Cases
- Upstream skill lifting (host → gbrain): Copies a mature host skill into gbrain’s
skills/<slug>/ directory and updates openclaw.plugin.json so other gbrain clients can scaffold it.
- Editorial genericization and trigger scrubbing: Rewrites fork-specific names, entities, channels, and routing examples so triggers and evaluation fixtures generalize safely.
- Safety-checked publishing workflow: Performs a dry-run preview, runs privacy lint (unless explicitly bypassed with documentation), rolls back on lint failure, and validates with conformance tests after harvest.
Quick Start
Use the skillpack harvest workflow to copy a mature host skill into gbrain by running a dry-run preview first, then performing the real harvest once the editorial genericization checklist and privacy lint pass for the chosen slug.