← ClaudeAtlas

mmk-notionlisted

This skill should be used when the user asks to manage Notion pages, workspaces, teams, people, databases, meetings, comments, users, publishing, subscriptions, emojis, views, or any Notion-related operation using the mmk CLI. Triggers on phrases like "invite to Notion", "publish page", "revoke access", "list teams", "database schema", "AI summary", "meeting notes", "workspace members", "duplicate page", "page config", "publish settings", "list published", "guest pages", "subscription", "add comment", "reply to comment", "list users", "get user", "get page", "update page", "archive page", "lock page", "page markdown", "create page from markdown", "append markdown", "replace markdown", "update markdown", "custom emoji", "database view", "list views".
magic-meal-kits/mmk-skills · ★ 1 · AI & Automation · score 55
Install: claude install-skill magic-meal-kits/mmk-skills
# MMK Notion > **Prerequisite:** Read [`../mmk-shared/SKILL.md`](../mmk-shared/SKILL.md) for auth, global flags, and error handling. Manage Notion pages, workspaces, teams, people, databases, and meetings using the `mmk` CLI. Always use `-o json` when parsing results or composing with other commands. ## Sub-Command Skills | Sub-command | Description | Skill | |-------------|-------------|-------| | `page` | Invite, revoke, publish, unpublish, config, publish-settings, duplicate, list-published, markdown (get/create/append/replace/update), transcript, get, update, update-markdown [deprecated] (17 commands) | [`mmk-notion-page`](../mmk-notion-page/SKILL.md) | | `workspace` | Invite users to workspace, remove from workspace (2 commands) | [`mmk-notion-workspace`](../mmk-notion-workspace/SKILL.md) | | `team` | List teams, invite to team, remove from team (3 commands) | [`mmk-notion-team`](../mmk-notion-team/SKILL.md) | | `subscription` | Show workspace subscription details (1 command) | [`mmk-notion-subscription`](../mmk-notion-subscription/SKILL.md) | | `people` | List members/guests, show guest page access (2 commands) | [`mmk-notion-people`](../mmk-notion-people/SKILL.md) | | `database` | Schema, query, insert, update, upsert, check-duplicates, delete, AI summary, AI summary auto (9 commands) | [`mmk-notion-database`](../mmk-notion-database/SKILL.md) | | `comment` | Add, list, reply page comments (3 commands) | [`mmk-notion-comment`](../mmk-notion-comment/SKILL.md) | | `u