mmk-threads-posts

Get recent Threads posts with optional insights and date filtering. Triggers on "threads posts", "my posts", "recent posts", "show posts".

MMK Threads — Posts

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.


posts — Get my recent posts

mmk threads posts -o json
mmk threads posts --limit 10 --insights -o json
mmk threads posts --since 2025-01-01 --until 2025-06-30 -o json
mmk threads posts --after <cursor> -o json

Optional flags:

FlagDefaultDescription
--limit25Number of posts per page
--insightsfalseInclude views/likes/replies counts
--sinceStart date (Unix timestamp or ISO 8601)
--untilEnd date (Unix timestamp or ISO 8601)
--afterPagination cursor for next page

Output includes a "Next page" hint with the cursor when more results are available.


See Also