agentsclimarketplace

Mmk notion

Skill magic-meal-kits/mmk-skills/skills/mmk-notion

Claude Code skills for Magic Meal Kits CLI — Notion, Paymint, Threads, YouTube automation

Install
npx -y skills add magic-meal-kits/mmk-skills --skill mmk-notion

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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".

SKILL.md

3.2 KB, as published. Nobody here has run it

MMK Notion

Prerequisite: Read ../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-commandDescriptionSkill
pageInvite, 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
workspaceInvite users to workspace, remove from workspace (2 commands)mmk-notion-workspace
teamList teams, invite to team, remove from team (3 commands)mmk-notion-team
subscriptionShow workspace subscription details (1 command)mmk-notion-subscription
peopleList members/guests, show guest page access (2 commands)mmk-notion-people
databaseSchema, query, insert, update, upsert, check-duplicates, delete, AI summary, AI summary auto (9 commands)mmk-notion-database
commentAdd, list, reply page comments (3 commands)mmk-notion-comment
userGet user details, list workspace users (2 commands)mmk-notion-user
meetingList AI meeting notes (1 command)mmk-notion-meeting
emojiList custom workspace emojis (1 command)mmk-notion-emoji
viewList, get, create, update, delete database views (5 commands)mmk-notion-view

Tips

  1. --block-id accepts both raw UUIDs and full Notion URLs — the CLI extracts the ID automatically
  2. For bulk operations, run commands sequentially and check each result
  3. Always use -o json for reliable parsing in scripts and skill compositions
  4. Page invite errors for non-Notion users indicate the email is not associated with a Notion account — consider using the mmk-notion-onboard skill for automatic email fallback

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.