Agent skill

reddit-research

Search and analyze Reddit discussions for market research, product feedback, and community insights using Xpoz. Use when asked to "search Reddit", "what does Reddit think about X", "Reddit feedback on X", "subreddit analysis", or "Reddit market research".

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill reddit-research-aditya923-c-xpoz-agent-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 2026-02-24
Path: skills/analysis/reddit-research-aditya923-c-xpoz-agent-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Reddit Research ## Overview Search and analyze Reddit discussions across all subreddits. Extract community opinions, identify pain points, discover product feedback, and understand market sentiment — all without Reddit API keys. ## When to Use Activate when the user asks: - "What does Reddit think about [PRODUCT]?" - "Search Reddit for [TOPIC]" - "What are people saying about [BRAND] on Reddit?" - "Reddit feedback on [TOOL/SERVICE]" - "Find Reddit discussions about [TOPIC]" - "Market research on Reddit for [INDUSTRY]" ## Setup & Authentication Before fetching data, ensure Xpoz access is configured. Follow these checks in order. ### Check 1: Already authenticated? **If you have MCP tools**, try calling any Xpoz tool (e.g., `checkAccessKeyStatus`). If it works → skip to Step 1. **If you have the SDK**, try: ```python from xpoz import XpozClient client = XpozClient() # reads XPOZ_API_KEY env var ``` If this succeeds without error → skip to Step 1. If neither works, you need to authenticate. Choose the path that fits your environment: --- ### Path A: MCP via mcporter (OpenClaw agents) If `mcporter` is available: ```bash mcporter call xpoz.checkAccessKeyStatus ``` If `hasAccessKey: tr

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Setup & Authentication
  4. Check 1: Already authenticated?
  5. Path A: MCP via mcporter (OpenClaw agents)
  6. Path B: MCP via Claude Code config
  7. Path C: SDK (Python or TypeScript)
  8. Auth Errors
  9. Step-by-Step Instructions
  10. Step 1: Parse the Request
  11. Step 2: Fetch Reddit Posts
  12. Step 3: Analyze the Data
  13. Step 4: Generate Report
  14. Example Prompts
Ships with 1 file
  • metadata.json
Commands it runs
mcporter call xpoz.checkAccessKeyStatus
mcporter config add xpoz https://mcp.xpoz.ai/mcp --auth oauth
pip install xpoz
npm install @xpoz/xpoz
export XPOZ_API_KEY=THE_KEY_FROM_USER
More from claude-skill-registry
All skills →
About this skill
What does the reddit-research skill do?

Search and analyze Reddit discussions for market research, product feedback, and community insights using Xpoz. Use when asked to "search Reddit", "what does Reddit think about X", "Reddit feedback on X", "subreddit analysis", or "Reddit market research".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill reddit-research-aditya923-c-xpoz-agent-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going