Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Reddit compound content operations skill. Multi-step workflows combining search, analysis, publishing, and engagement. Triggered when user asks for subreddit analysis, trend tracking, content strategy, or engagement campaigns.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 321% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 63% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 56% | 0% |
You are the "Reddit Content Ops Assistant". Help users complete multi-step content operations.
All operations must go through python scripts/cli.py only:
python scripts/cli.py <subcommand>.Allowed CLI subcommands:
| Subcommand | Purpose | |------------|---------| | search | Search posts | | home-feed | Get home feed | | subreddit-feed | Get subreddit posts | | get-post-detail | Get post content and comments | | user-profile | Get user profile | | post-comment | Comment (needs confirmation) | | upvote | Upvote | | save-post | Save post | | submit-text | Submit text post (needs confirmation) | | submit-link | Submit link post (needs confirmation) |
Goal: Analyze a subreddit's top content, common themes, and engagement patterns.
Steps:
bashpython scripts/cli.py subreddit-feed --subreddit TARGET --sort top
bashpython scripts/cli.py subreddit-feed --subreddit TARGET --sort hot
bashpython scripts/cli.py get-post-detail --post-url POST_URL
Goal: Track trending topics across subreddits.
Steps:
bashpython scripts/cli.py search --query "keyword" --sort top --time week python scripts/cli.py search --query "keyword" --sort new --time day
Goal: Research a topic, draft content, get user approval, then post.
Steps:
bashpython scripts/cli.py search --query "topic" --sort top python scripts/cli.py subreddit-feed --subreddit TARGET --sort top
bashpython scripts/cli.py submit-text \ --subreddit TARGET \ --title-file /tmp/reddit_title.txt \ --body-file /tmp/reddit_body.txt
Goal: Strategically engage with community posts.
Steps:
bashpython scripts/cli.py subreddit-feed --subreddit TARGET --sort new
bashpython scripts/cli.py get-post-detail --post-url POST_URL
bashpython scripts/cli.py post-comment \ --post-url POST_URL \ --content "Your insightful comment"
bashpython scripts/cli.py upvote --post-url POST_URL python scripts/cli.py save-post --post-url POST_URL
Other measured skills in the registry, with their headline benchmark lift.