mmk-threads-replies

Get replies and conversation for a Threads post. Triggers on "threads replies", "post conversation", "show replies", "post replies".

MMK Threads — Replies

Prerequisite: Read ../mmk-shared/SKILL.md for auth, global flags, and error handling. Parent: mmk-threads — includes Pagination guidance.

Always use -o json when parsing results or composing with other commands.


replies — Get replies/conversation for a post

mmk threads replies <media_id> -o json
mmk threads replies 12345678 --limit 20 -o json
mmk threads replies 12345678 --reverse -o json
mmk threads replies 12345678 --after <cursor> -o json

Positional argument: <media_id> (required — the post ID)

Optional flags:

FlagDefaultDescription
--limit50Max replies per page
--reversefalseOldest first
--afterPagination cursor for next page

See Also