App Logo
skool.com

Comment on a Skool post

Add a comment to a Skool community post, addressed by the post's URL. Returns the account that commented, a preview of what was published, and whether an identical comment from that account was already on the post before this ran, so a repeated call is visible rather than silently duplicated. The comment is confirmed by reading it back from the post itself after publishing, not from the editor. This is a write: the comment is visible to everyone who can see the post.

Input

comment required

Text of the comment to publish. Line breaks are preserved.

postUrl required

Full URL of the Skool post, e.g. https://www.skool.com/<community>/<post-slug>

Output

posted required

True only when the comment was found on the post after publishing.

postUrl required
accountUsed optional

Handle that published the comment, read from the signed-in session rather than assumed.

alreadyPresent optional

True when an identical comment from this account was already on the post before this run, so a repeat call is visible instead of silently duplicating.

commentPreview optional

First part of the comment as it appears on the post after publishing.

FAQ

Add a comment to a Skool community post, addressed by the post's URL. Returns the account that commented, a preview of what was published, and whether an identical comment from that account was already on the post before this ran, so a repeated call is visible rather than silently duplicated. The comment is confirmed by reading it back from the post itself after publishing, not from the editor. This is a write: the comment is visible to everyone who can see the post.
Required: postUrl, comment.
It returns posted, postUrl, accountUsed, alreadyPresent, commentPreview.
Yes. It acts as you on skool.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the skool.com cookies saved by the Reduck extension.
It makes changes on skool.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/skool.com/comment_on_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/skool.com/comment_on_post
It is part of Reduck's official curated catalogue.

Start building not clicking