Read and search Reddit posts via web scraping of old.reddit.com. Use when Clawdbot needs to browse Reddit content - read posts from subreddits, search for topics, monitor specific communities. Read-only access with no posting or comments.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install reddit-scraper或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install reddit-scraper⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/reddit-scraper/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: reddit description: "Read and search Reddit posts via web scraping of old.reddit.com. Use when Clawdbot needs to browse Reddit content - read posts from subreddits, search for topics, monitor specific communities. Read-only access with no posting or comments." ---
Read and search Reddit posts using the public JSON API. No API key required.
# Read top posts from a subreddit
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit LocalLLaMA --limit 5
# Search for posts
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --search "clawdbot" --limit 5
# Read newest posts
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit ClaudeAI --sort nuevos --limit 5
| Option | Short | Description | Default | |--------|-------|-------------|---------| | --subreddit | -s | Subreddit name (without r/) | - | | --search | -q | Search query | - | | --sort | - | Sort: hot, new, top, populares, nuevos, rising | top | | --time | -t | Time filter: hour, day, week, month, year, all | day | | --limit | -n | Number of posts (max 100) | 25 | | --json | -j | Output as JSON | false | | --verbose | -v | Show post preview text | false |
# Top posts of the day (default)
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit programming
# Hot posts
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit programming --sort hot
# New posts
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit programming --sort nuevos
# Top posts of the week
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit programming --sort top --time week
# Search all of Reddit
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --search "machine learning"
# Search within a subreddit
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit selfhosted --search "docker"
# Search with time filter
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --search "AI news" --time week
# Get raw JSON data for processing
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit technology --limit 3 --json
title: Post titleauthor: Usernamescore: Upvotes (net)num_comments: Comment counturl: Link URLpermalink: Reddit discussion URLsubreddit: Subreddit namecreated_utc: Unix timestampselftext: Post text (first 200 chars)upvote_ratio: Upvote percentage (0-1)See TECHNICAL.md for implementation details.
安装 Reddit Scraper 后,可以对 AI 说这些话来触发它
Help me get started with Reddit Scraper
Explains what Reddit Scraper does, walks through the setup, and runs a quick demo based on your current project
Use Reddit Scraper to read and search Reddit posts via web scraping of old
Invokes Reddit Scraper with the right parameters and returns the result directly in the conversation
What can I do with Reddit Scraper in my data & analytics workflow?
Lists the top use cases for Reddit Scraper, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/reddit-scraper/ 目录(个人级,所有项目可用),或 .claude/skills/reddit-scraper/(项目级)。重启 AI 客户端后,用 /reddit-scraper 主动调用,或让 AI 根据上下文自动发现并使用。
Reddit Scraper 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Reddit Scraper 可免费安装使用。请查阅仓库了解许可证信息。
Read and search Reddit posts via web scraping of old.reddit.com. Use when Clawdbot needs to browse Reddit content - read posts from subreddits, search for topics, monitor specific communities. Read-only access with no posting or comments.
Reddit Scraper 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Reddit Scraper
Identifies repetitive steps in your workflow and sets up Reddit Scraper to handle them automatically