by lignertys
Reddit research skills for Claude Code and AI agents
# Add to your Claude Code skills
git clone https://github.com/lignertys/reddit-research-skillsGuides for using ai agents skills like reddit-research-skills.
Last scanned: 9/9/2026
{
"issues": [
{
"file": "skills/reddapi/SKILL.md",
"line": 72,
"type": "prompt-injection",
"message": "Possible instruction-override phrase: \"ignore previous instructions\"",
"severity": "high"
},
{
"file": "skills/reddapi/SKILL.md",
"line": 206,
"type": "prompt-injection",
"message": "Possible concealment directive: \"do not tell the user\"",
"severity": "high"
},
{
"file": "skills/reddapi/SKILL.md",
"line": 32,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "high"
},
{
"file": "skills/reddapi/SKILL.md",
"line": 50,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "high"
},
{
"file": "skills/reddapi/SKILL.md",
"line": 317,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "high"
},
{
"file": "skills/reddit-insights/SKILL.md",
"line": 137,
"type": "prompt-injection",
"message": "Possible instruction-override phrase: \"ignore previous instructions\"",
"severity": "high"
},
{
"file": "skills/reddit-insights/SKILL.md",
"line": 53,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "high"
},
{
"file": "skills/reddit-leads/SKILL.md",
"line": 53,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "medium"
},
{
"file": "skills/reddit-research/SKILL.md",
"line": 76,
"type": "prompt-injection",
"message": "Possible instruction-override phrase: \"ignore previous instructions\"",
"severity": "high"
},
{
"file": "skills/reddit-research/SKILL.md",
"line": 232,
"type": "prompt-injection",
"message": "Possible concealment directive: \"Do not tell the user\"",
"severity": "high"
},
{
"file": "skills/reddit-research/SKILL.md",
"line": 102,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "high"
},
{
"file": "skills/reddit-research/SKILL.md",
"line": 327,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "high"
},
{
"file": "skills/reddit-search-api/SKILL.md",
"line": 35,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-09-09T08:40:16.643Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}reddit-research-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by lignertys. Reddit research skills for Claude Code and AI agents. It has 419 GitHub stars.
Yes. reddit-research-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/lignertys/reddit-research-skills" and add it to your Claude Code skills directory (see the Installation section above).
reddit-research-skills is primarily written in Python. It is open-source under lignertys on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh reddit-research-skills against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Reddit research skills for Claude Code and AI agents.
Market research, user research, and product validation on Reddit via reddapi.dev - semantic search across 50K+ subreddits, 20M+ posts, and 40M+ comments, trends over a date range, and subreddit discovery, plus query playbooks for competitor research, niche validation, and trend tracking.
The original skill name for the same engine as reddit-research, kept live
for existing installs. Fully functional standalone; new installs should
prefer reddit-research for the expanded playbooks.
Pure API reference for the same engine - endpoints, parameters, response schemas, error codes, no research-workflow framing. For developers who just want the API docs.
B2B lead discovery - finds Reddit posts with buying intent, scores them 0-100, and classifies by lead type (pain_point, solution_request, complaint, feature_request, comparison). Requires a paid reddapi.dev plan.
Key facts: This is a third-party service (not Reddit official) - no Reddit
OAuth or app registration needed. It is not unlimited: access is gated by
plan-based rate limits (see skills/reddit-leads/SKILL.md for the plan/quota table);
an invalid or exhausted key returns HTTP 429.
Features:
similarity_score, working
date filters, and exact result counts up to limit: 100Install:
npx skills add https://github.com/lignertys/reddit-research-skills --skill reddit-research
Usage in Conversation:
After installing the skill, simply ask in natural language:
Find discussions about iPhone problems and complaints on Reddit
Search for user frustrations with current productivity tools
What are people saying about AI agent limitations?
Find Reddit discussions about competitor pain points for TOOL_NAME
Analyze trends in remote work discussions
The skill will use reddapi.dev to search Reddit and return relevant discussions with engagement metrics.
Get API Key: https://reddapi.dev
MIT