Bundle workspace for sharing as a portable .ocf.zip package
Activation phrases and patterns:
Trigger logic:
Overview: Load the current workspace, inject provenance metadata, generate an AI-readable setup prompt, and bundle everything into a portable .ocf.zip package.
Load Workspace — Discover and read all workspace artifacts
Validate Before Export — Run a lightweight structural check
Inject Metadata — Add provenance and package metadata
Generate Setup Prompt — Create an AI-readable installation guide
import-package skill (or a human) through installing and configuring the package in a new OpenClaw instanceBundle .ocf.zip — Assemble the final portable package
The Forge activates this skill as a packaging specialist — methodical, thorough, focused on producing a portable artifact that faithfully reproduces the workspace elsewhere. Think of it as a master craftsman carefully wrapping a finished blade for delivery.
design-system to build one first."name: user-provided or defaultversion: "1.0.0" (first export) or increment if re-exportingauthor: from OpenClaw user config or promptcreatedAt: current ISO timestampopenclawVersion: current OpenClaw version for compatibilityagenticPattern: detected pattern from workspace config (if identifiable)agents: list of agent names from workspacedescription: user-provided or auto-generated summaryforge_version: The Forge version that created this packageimport-package skillRequired at runtime:
Optional enhancements:
Leads to: import-package (recipient uses this to install the exported package)
Triggered by: design-system (natural follow-up after building a system), harden-workspace (export after hardening), validate-workspace (export after validation confirms quality)
Shares context with: validate-workspace (pre-export validation reuses validation logic), import-package (shared manifest.ocf.json schema and setup-prompt.md format)
import-package