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: Imports
  • Source: Built-in
  • Availability: Opt-in — set MM_TOOL_GROUPS=imports (always dispatchable by name)
  • 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_sync_github - Bidirectional sync between GitHub issues and .mm/issues/. Pulls open GitHub i…
  • mm_import_meeting_notes - Import meeting notes from Grain. Fetches meeting by ID or searches by query/d…
  • mm_save_grain_note - Save a Grain meeting note to the central grain notes store at ~/.monday-morni…