# Mmk Threads Replies

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

- Skill: `magic-meal-kits/mmk-threads-replies` (Agent Skill)
- Install (CLI): `npx skillmds@latest add magic-meal-kits/mmk-threads-replies`
- Raw SKILL.md: https://api.skillmd.com/api/skills/magic-meal-kits/mmk-threads-replies/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: magic-meal-kits (https://skillmd.com/u/magic-meal-kits)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/magic-meal-kits/mmk-threads-replies

---


# MMK Threads — Replies

> **Prerequisite:** Read [`../mmk-shared/SKILL.md`](../mmk-shared/SKILL.md) for auth, global flags, and error handling.
> Parent: [`mmk-threads`](../mmk-threads/SKILL.md) — includes Pagination guidance.

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

---

## replies — Get replies/conversation for a post

```bash
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:**

| Flag | Default | Description |
|------|---------|-------------|
| `--limit` | `50` | Max replies per page |
| `--reverse` | `false` | Oldest first |
| `--after` | | Pagination cursor for next page |

---

## See Also

- [mmk-shared](../mmk-shared/SKILL.md) — Auth, global flags, error handling
- [mmk-threads](../mmk-threads/SKILL.md) — Pagination, all Threads commands overview
- [mmk-threads-posts](../mmk-threads-posts/SKILL.md) — Get recent posts

