Install
openclaw skills install reddit-publisherResearch subreddits, draft Reddit-native posts, and publish/schedule via Late API. Includes ScrapeCreators for reading (search, subreddit details, comments) and Late for writing (validate, flairs, post). Built-in anti-AI-slop pass ensures posts sound human.
openclaw skills install reddit-publisherResearch, draft, and publish Reddit posts that sound human.
mkdir -p ~/.config/scrapecreators && echo "YOUR_KEY" > ~/.config/scrapecreators/api_key && chmod 600 ~/.config/scrapecreators/api_keymkdir -p ~/.config/late && echo "YOUR_KEY" > ~/.config/late/api_key && chmod 600 ~/.config/late/api_keypython3 ./scripts/late_reddit.py accounts# Search Reddit globally
python3 ./scripts/sc_reddit.py search --query "AI agent" --timeframe week
# Search within a subreddit
python3 ./scripts/sc_reddit.py subreddit-search --subreddit nocode --query "automation" --timeframe month
# Get subreddit details (size, description)
python3 ./scripts/sc_reddit.py subreddit-details --subreddit microsaas
# Get post + comments
python3 ./scripts/sc_reddit.py post-comments --url "https://www.reddit.com/r/.../comments/..."
# Search Reddit Ad Library
python3 ./scripts/sc_reddit.py ads-search --query "Notion"
# List connected Reddit accounts
python3 ./scripts/late_reddit.py accounts
# Validate subreddit exists
python3 ./scripts/late_reddit.py validate-subreddit --subreddit r/microsaas
# List available flairs
python3 ./scripts/late_reddit.py reddit-flairs --account-id <ACCOUNT_ID> --subreddit microsaas
# Post now
python3 ./scripts/late_reddit.py create-post --account-id <ACCOUNT_ID> --subreddit microsaas --title "My title" --body "My body"
# Schedule a post
python3 ./scripts/late_reddit.py create-post --account-id <ACCOUNT_ID> --subreddit microsaas --title "My title" --body "My body" --scheduled-for 2026-04-01T10:00:00Z
When drafting a Reddit post or comment:
Read the references before finalizing any draft:
./references/stop-slop/phrases.md — words and phrases to remove./references/stop-slop/structures.md — patterns to avoid./references/stop-slop/examples.md — before/after calibrationCreate a file references/post-history.md to track your posts: