skillpack-harvest

Generalize mature host skills into the inbrain bundle via a structured workflow.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill skillpack-harvest-inbrainfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpack-harvest
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/skillpack-harvest
Command: npx skills add https://github.com/inbrainfun/inbrain --skill skillpack-harvest-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lift proven host skills from a host repository back into inbrain's bundle so other clients can scaffold them, enabling consistent adoption and reuse.

Core Features & Use Cases

  • Editorial workflow: copy host skill files into inbrain and run privacy lint to generalize references.
  • Genericization and publishing: scrub fork-specific names and convert them into reusable references for broad client adoption.
  • Bundle readiness: update skill manifests and openclaw plugin entries so downstream clients can consume the new slug.

Quick Start

Run the harvest command to lift a host skill into inbrain's bundle and enable downstream clients to scaffold it.

Frequently Asked Questions about skillpack-harvest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate forked host skills into a shared bundle for reuse?

To migrate forked host skills into a shared bundle, run the harvest command to apply privacy linting, scrub fork-specific references, and update the skill manifest and openclaw.plugin.json for downstream consumption.

What is the editorial genericization workflow for publishing host skills?

Editorial genericization is the process of copying mature host skill files, running privacy lint to scrub fork-specific names, and converting them into reusable references to update the bundle's skill manifest.

How do I verify host skill maturity before upstreaming to a bundle?

You can verify host skill maturity before upstreaming by running the harvest command in dry-run mode to check frontmatter contracts, triggers, and outputs while preserving the original host repository files.

Does the harvest workflow preserve the original host skill files?

Yes, the harvest workflow preserves the original host skill files by copying them into the inbrain bundle and applying editorial genericization and privacy linting only to the new bundle version.

What do I need to update in openclaw.plugin.json when generalizing a skill?

When generalizing a skill for bundle readiness, you need to update the openclaw.plugin.json entries and specify frontmatter contracts, triggers, and outputs so downstream clients can consume the new slug.

Are there limitations when scrubbing fork-specific references during bundle migration?

A key limitation during bundle migration is that the privacy lint and genericization process requires strict frontmatter contracts and structured workflow adherence to successfully convert fork-specific names into reusable references without breaking triggers.