skillpack-harvest

Migrate fork-specific automation skills into a centralized shared bundle.

45|11|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/beyonai/ByClaw --skill skillpack-harvest-beyonai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpack-harvest
Source: https://github.com/beyonai/ByClaw/tree/main/middleware/openclaw/skills/gbrain/references/skillpack-harvest
Command: npx skills add https://github.com/beyonai/ByClaw --skill skillpack-harvest-beyonai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the fragmentation of custom-built automation patterns by providing a structured, safe, and editorialized workflow to lift mature skills from local forks into the central gbrain bundle for organization-wide reuse.

Core Features & Use Cases

  • Editorialized Promotion: Ensures skills are mature, generalized, and scrubbed of sensitive fork-specific data before upstreaming.
  • Privacy-First Linting: Automatically detects and prevents the leakage of internal project names, emails, or proprietary identifiers during the harvest process.
  • Use Case: A developer creates a highly effective custom skill for managing internal deployment logs in their local fork; they use this skill to generalize and publish that logic so other teams can scaffold and use it globally.

Quick Start

Invoke the harvest skill by telling the agent to harvest the skill named my-custom-tool from the local repository path.

Frequently Asked Questions about skillpack-harvest

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

FAQPage Schema
How do I migrate local automation skills into a shared deployment workflow?

To migrate local automation skills into a shared deployment workflow, you use an editorial harvest process to genericize triggers, scrub sensitive entities, and validate code conformance for central distribution.

What is the best way to prevent sensitive data leakage when sharing custom workflow automation?

The best way to prevent sensitive data leakage when sharing custom workflow automation is to apply automated privacy linting that detects and blocks internal project names, emails, and proprietary identifiers during the promotion process.

How do I generalize fork-specific refactoring triggers for an openclaw core bundle?

To generalize fork-specific refactoring triggers for an openclaw core bundle, you apply an editorial validation workflow that strips local dependencies and standardizes code structure for organization-wide reuse.

Does the skill harvest process require specific dependencies to validate code conformance?

No specific external dependencies are required to validate code conformance, as the harvest process uses built-in structural verification and automated privacy linting to ensure high-quality skill distribution.

When should I avoid promoting local automation skills to a centralized gbrain bundle?

You should avoid promoting local automation skills to a centralized gbrain bundle when the skills are not yet mature, contain fork-specific logic that cannot be generalized, or fail automated privacy linting checks.