Reddit operations: publish self/text/media submissions, reply to comments, fetch metrics, get profile.
Skill name:
reddit 5 BST per callWhen to use it
Brandstaq automatically picks Reddit when you say things like:
- “Post this update to r/saas”
- “Reply to the top comment on our launch thread”
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | No | — |
| action | string | Yes | Reddit operation to perform. Each value maps to a connector method; mismatched action/params return UNKNOWN_ACTION. |
| caption | string | No | Submission body / link description. |
| content | string | No | — |
| post_id | string | No | — |
| parent_id | string | No | — |
| subreddit | string | No | — |
| media_path | string | No | — |
| media_type | string | No | — |
When the agent reaches for it
When you mention Reddit explicitly — post to a subreddit, reply to a comment thread — the agent picks this. Action enum only includes what reddit's API supports for an authenticated bot account.