bulk_draft_replies
Generate reply drafts for all comments on a post or replies on a note using a local LLM, outputting a JSONL file for review and approval before sending.
Instructions
WRITE TO LOCAL FILE (no Substack call). Generate reply drafts for every comment on a post (kind='post') or every reply on a note (kind='note') using the daemon-path LLM (host CLI: claude / cursor-agent / codex on PATH, or SUBSTACK_OPS_LLM_CMD). Output is a JSONL drafts file with action='proposed' per row; review, edit action to 'approved' or 'rejected', then send via send_approved_drafts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | post | |
| id | Yes | ||
| out | No | drafts.json | |
| model | No |