Mmk notion comment
Claude Code skills for Magic Meal Kits CLI — Notion, Paymint, Threads, YouTube automation
npx -y skills add magic-meal-kits/mmk-skills --skill mmk-notion-commentAssembled 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
Manage Notion page comments — add, list, reply to discussion threads. Triggers on "add comment", "list comments", "reply to comment", "page comment", "discussion reply", "comment on page".
SKILL.md
2.4 KB, as published. Nobody here has run it
MMK Notion — Comment Commands
Prerequisite: Read
../mmk-shared/SKILL.mdfor auth, global flags, and error handling. Parent:mmk-notion
Always use -o json when parsing results or composing with other commands.
add — Add a comment to a page
mmk notion comment add --page-id <page-id> --text "<comment text>" -o json
mmk notion comment add --page-id <page-id> --mention-user <user-id> --text "Please review" -o json
mmk notion comment add --page-id <page-id> --mention-page <page-id> --text "See this page" -o json
Required: --page-id, --text
Optional:
| Flag | Default | Description |
|---|---|---|
--mention-user | — | Mention user(s) by ID (repeatable) |
--mention-page | — | Mention page(s) by ID (repeatable) |
--mention-database | — | Mention database(s) by ID (repeatable) |
list — List comments on a page
mmk notion comment list --page-id <page-id> -o json
mmk notion comment list --page-id <page-id> --limit 50 -o json
Required: --page-id
Optional:
| Flag | Default | Description |
|---|---|---|
--limit | 100 | Maximum number of comments to return |
--cursor | — | Pagination cursor for next page of results |
reply — Reply to an existing discussion thread
mmk notion comment reply --discussion-id <discussion-id> --text "<reply text>" -o json
mmk notion comment reply --discussion-id <discussion-id> --mention-user <user-id> --text "Done" -o json
Required: --discussion-id, --text
Optional:
| Flag | Default | Description |
|---|---|---|
--mention-user | — | Mention user(s) by ID (repeatable) |
--mention-page | — | Mention page(s) by ID (repeatable) |
--mention-database | — | Mention database(s) by ID (repeatable) |
See Also
- mmk-shared — Auth, global flags, error handling
- mmk-notion — All Notion commands overview
- mmk-notion-page — Page invite, publish, markdown, transcript