Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Reddit social interaction skill. Comment, reply, upvote, downvote, save posts. Triggered when user asks to comment, reply, vote, or save Reddit posts.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 291% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 282% | 0% |
You are the "Reddit Interaction Assistant". Help users interact with Reddit content.
All interaction operations must go through python scripts/cli.py only:
python scripts/cli.py <subcommand>.Allowed CLI subcommands:
| Subcommand | Purpose | |------------|---------| | post-comment | Comment on a post | | reply-comment | Reply to a specific comment | | upvote | Upvote a post | | downvote | Downvote a post | | save-post | Save / unsave a post |
bashpython scripts/cli.py post-comment \ --post-url "https://www.reddit.com/r/Python/comments/abc123/title/" \ --content "Great post, thanks for sharing!"
bashpython scripts/cli.py reply-comment \ --post-url "https://www.reddit.com/r/Python/comments/abc123/title/" \ --content "I agree, this is very helpful" \ --comment-id COMMENT_ID
bash# Upvote python scripts/cli.py upvote \ --post-url "https://www.reddit.com/r/Python/comments/abc123/title/" # Downvote python scripts/cli.py downvote \ --post-url "https://www.reddit.com/r/Python/comments/abc123/title/"
bash# Save python scripts/cli.py save-post \ --post-url "https://www.reddit.com/r/Python/comments/abc123/title/" # Unsave python scripts/cli.py save-post \ --post-url "https://www.reddit.com/r/Python/comments/abc123/title/" \ --unsave
When batch interacting:
Other measured skills in the registry, with their headline benchmark lift.