Skip to main content

import_skill_bundle

Function import_skill_bundle 

Source
pub fn import_skill_bundle(
    zip_bytes: &[u8],
    dest_store: &Path,
) -> Result<ImportedSkillInfo>
Expand description

Import a skill bundle (zip bytes) into the skill store

Extracts the zip, validates SKILL.md, and moves to versioned storage. Storage layout: <dest_store>/<skill-name>/<version>/...