Skip to content
K

mm_import_skill

Import an external skill from an HTTPS URL or local .md file into .claude/skills/. Validates content, detects duplicates, and tracks source URL for future reference.

  • Category: Entity Creation
  • Source: Built-in
  • Required parameters: 1
  • Total parameters: 5
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
urlstringNoHTTPS URL to fetch the skill from (GitHub blob URLs auto-converted to raw)
file_pathstringNoLocal file path to import from (must be a .md file)
namestringNoOverride slug/ID for the imported skill
overwritebooleanNoReplace existing skill if a duplicate is found (default: false)
{
"tool": "mm_import_skill",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"url": "https://example.com",
"file_path": "2026-01-15-my-feature"
}
}
  • mm_create_feature - [DEPRECATED — use mm_create with entity=feature] Create a new feature to grou…
  • mm_create_spec - [DEPRECATED — use mm_create with entity=spec] Create a new spec with proper s…
  • mm_add_task - [DEPRECATED — use mm_create with entity=task] Add a task to a spec’s implemen…
  • mm_update_task - [DEPRECATED — use mm_update with entity=task] Update a task’s status in imple…
  • mm_link_spec - [DEPRECATED — use mm_link with entity=spec] Link an existing spec to a featur…