What problem does it solve?
Manually importing skills one by one into a Multica workspace is error-prone and hard to keep current when sources change. This Skill turns a maintained source manifest into a single command (or scheduled task) that batch imports and refreshes skills in the Multica skill database.
Core Features & Use Cases
- Manifest-driven batch sync: Reads a JSON manifest listing skills from GitHub, ClawHub, skills.sh, or local files/directories and runs
multica skill import for each entry.
- Three execution modes:
init for first-time import, update for refreshing sources with per-entry conflict strategies (overwrite/skip/fail), and plan for a no-side-effect preview.
- Local directory packaging: Automatically packs local skill directories into temporary zip archives, excluding work artifacts and oversized media to stay within server limits (1 MiB per file, 8 MiB per bundle, 256 files).
- Use Case: A maintainer keeps 30+ skills across local repos and GitHub. They list each source in
scripts/manifest.local.json, then schedule a weekly Multica Autopilot cron job that runs the script in update mode to keep every workspace skill current.
Quick Start
Copy scripts/manifest.example.json to scripts/manifest.local.json, fill in your skill source URLs, then ask the AI to run the sync script in plan mode to preview the imports before executing them.