multica-skill-importing

Import external skills into a Multica workspace by URL or slug with configurable conflict policies.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/waltcow/multica --skill multica-skill-importing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multica-skill-importing
Source: https://github.com/waltcow/multica/tree/main/server/internal/service/builtin_skills/multica-skill-importing
Command: npx skills add https://github.com/waltcow/multica --skill multica-skill-importing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates importing and binding a skill into the current Multica workspace when a user provides a skill URL, slug, or explicit intent, ensuring the skill is registered in the workspace and ready for agent binding.

Core Features & Use Cases

  • Import via the workspace API/CLI path from supported URL sources, returning a structured result and binding options.
  • Manage conflicts with explicit strategies (--on-conflict: fail, overwrite, rename, skip) and distinguish additive agent binding vs replace-all.
  • Respect the reserved SKILL.md rule for primary content and capture provenance information in config.origin; provide guidance on the job of importing and associating skills with agents.

Quick Start

Provide a concrete URL to import a skill into the current Multica workspace and verify the structured response.

Frequently Asked Questions about multica-skill-importing

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

FAQPage Schema
How do I import an external skill into a workspace by URL?

To import an external skill into a workspace by URL, provide the concrete URL to the workspace import endpoint. The system registers the skill and returns a structured SkillWithFilesResponse describing the imported skill and its files.

What conflict policies are supported when importing skills?

When importing skills, supported conflict policies include fail, overwrite, rename, and skip. These strategies manage existing skill collisions during the import process to ensure structured results without unhandled errors.

What is the difference between additive and replace-all agent binding?

Additive agent binding associates an imported skill with specific agents without removing existing bindings, while replace-all binding clears current associations and substitutes them entirely with the newly imported skill.

Can I import a skill using a slug instead of a full URL?

Yes, you can import a skill using a slug instead of a full URL. The import mechanism accepts either a slug or explicit URL source to locate and bind the skill into the current workspace.

What happens if I try to import a file named SKILL.md?

Importing a file named SKILL.md is blocked by the reserved-file rule. The system enforces this restriction to protect the primary content file and preserve provenance information in config.origin.