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.
At a Glance
Section titled “At a Glance”- Category: Imports
- Source: Built-in
- Availability: Opt-in — set
MM_TOOL_GROUPS=imports(always dispatchable by name) - Required parameters: 1
- Total parameters: 5
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
url | string | No | HTTPS URL to fetch the skill from (GitHub blob URLs auto-converted to raw) |
file_path | string | No | Local file path to import from (must be a .md file) |
name | string | No | Override slug/ID for the imported skill |
overwrite | boolean | No | Replace existing skill if a duplicate is found (default: false) |
Example
Section titled “Example”{ "tool": "mm_import_skill", "arguments": { "project_path": "/Users/you/projects/my-app", "url": "https://example.com", "file_path": "2026-01-15-my-feature" }}Related Tools
Section titled “Related Tools”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…