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.mdfor 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:
| Flag | Default | Description |
|---|---|---|
--limit | 25 | Number of posts per page |
--insights | false | Include views/likes/replies counts |
--since | Start date (Unix timestamp or ISO 8601) | |
--until | End date (Unix timestamp or ISO 8601) | |
--after | Pagination cursor for next page |
Output includes a "Next page" hint with the cursor when more results are available.
See Also
- mmk-shared — Auth, global flags, error handling
- mmk-threads — Pagination, all Threads commands overview
- mmk-threads-insights — Account analytics
- mmk-threads-replies — Post replies/conversation