export

Package a running workspace into a portable template with metadata and secret stripping.

226|55|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Miosa-osa/canopy --skill export-miosa-osa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export
Source: https://github.com/Miosa-osa/canopy/tree/main/library/skills/workspace/export
Command: npx skills add https://github.com/Miosa-osa/canopy --skill export-miosa-osa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Package a running workspace into a portable, reusable template that preserves SYSTEM.md, agent definitions, skills, references, configurations, seed tasks, and budgets, enabling quick replication in other environments.

Core Features & Use Cases

  • Template packaging of agents, skills, budgets, and configuration for easy import.
  • Secret stripping, path templatization, and metadata generation to ensure safe, portable templates.
  • Use Case: share a fully configured workspace with another team or migrate a workspace between environments.

Quick Start

Run the export command to generate a portable workspace template ready for import.

Frequently Asked Questions about export

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

FAQPage Schema
How do I package a workspace as a reusable template?

Yes, the template packaging process enforces secret stripping to remove sensitive data automatically, ensuring the generated workspace template is safe for sharing across teams and migrating between environments.

Does exporting a workspace remove secrets automatically?

Yes, the template packaging process enforces automatic secret stripping to remove sensitive data, ensuring the generated workspace template is safe for sharing across teams and migrating between environments.

What is included when I export a workspace configuration?

Path templatization converts hardcoded file paths into dynamic template variables during export, ensuring the packaged workspace template remains portable and functions predictably when imported into new environments.

How do I share a fully configured workspace with another team?

Yes, you can migrate a workspace between environments by packaging it into a portable template that preserves configurations and budgets, allowing predictable imports into the new target environment.

Why does path templatization matter for workspace portability?

Path templatization converts hardcoded file paths into dynamic variables during export, ensuring the packaged workspace template remains portable and functions predictably when imported into new environments.

Can I backup a running workspace using the export template feature?

Yes, you can backup a running workspace by packaging it into a self-contained template that preserves all agent definitions and configurations, allowing predictable restoration through imports later.