multica-skill-importing

Import skills from URLs into a Multica workspace via the import API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Facilitates safe, structured installation of skills into a Multica workspace by using the official import endpoint, ensuring that external skills are integrated and managed within Multica rather than installed locally.

Core Features & Use Cases

  • Uses the workspace import API (POST /api/skills/import) to bring a skill into the Multica skill database.
  • Supports multiple URL source families (e.g., github.com, skills.sh, clawhub.ai) and translates them to a managed workspace skill.
  • Handles name conflicts with strategies like fail, overwrite, rename, or skip, and returns a structured result including existing_skill when needed.
  • Enforces provenance and validation rules, including the reserved SKILL.md policy, and results in a SkillWithFilesResponse for created/updated imports.
  • Guides agent-skill binding as a separate operation to attach skills to agents without mutating existing bindings.

Quick Start

Provide a concrete URL (or slug) to the skill and run the import command to install it into the current workspace.

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 a skill into a Multica workspace from a URL?

To import a skill into a Multica workspace, provide a concrete URL or slug from a recognized host like github.com, and the import API will translate it into a managed workspace skill.

What happens if I import a skill with a name that already exists in my workspace?

When a name conflict occurs during a skill import, you can choose a conflict-resolution strategy such as fail, overwrite, rename, or skip, and the result will include the existing_skill data if applicable.

Does the Multica workspace import API support sources from github.com and clawhub.ai?

Yes, the Multica workspace import API supports multiple URL source families including github.com, skills.sh, and clawhub.ai, translating them into managed workspace skills.

Can I bind an imported skill to an agent during the workspace import process?

No, agent-skill binding is a separate operation that attaches skills to agents without mutating existing bindings, ensuring the import process only handles installing the skill into the workspace.

What validation rules are enforced when importing external skills into Multica?

The import process enforces provenance and validation rules, including the reserved SKILL.md policy, returning a structured envelope with status, skill, and provenance data for created or updated imports.