📚
WritingPython

Reddit Search API

by lignertys

Reddit Search API is a Writing skill for Claude Code, published by lignertys in reddit-research-skills.

219 stars1 forkson lignertys/reddit-research-skillsAdded 2026/09/04+75% in starsRepository updated 2026/08/06
agent-skillsclaude-codeclaude-skillgemini-cli-extensionskills
Install in seconds
Install Reddit Search API
Copy Reddit Search API into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/lignertys/reddit-research-skills/tree/main/skills/reddit-search-api ~/.claude/skills/reddit-search-api

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/lignertys/reddit-research-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/reddit-search-api/SKILL.md in lignertys/reddit-research-skills
Installs to
~/.claude/skills/reddit-search-api
Collection
One of 5 skills cataloged from this repository
Category
Writing1144 skills

What Reddit Search API does

Reddit Search API documents reddapi.dev search, trends, and subreddit endpoints with auth, parameters, response schemas, and error codes. Use it when you need raw API reference or are debugging an integration.

Reddit Search API is cataloged under Writing on DirSkills. Reddit Search API comes from a repository tagged agent-skills, claude-code, claude-skill, gemini-cli-extension and skills.

Documentation

README

reddit-search-api Skill

Pure reference for reddapi.dev's search/trends/subreddits endpoints - auth, parameters, response shapes, error codes. No workflow guidance or query playbooks here; see reddit-research for that.

Auth & Credentials

Requests authenticate with REDDAPI_API_KEY from the environment of the shell that runs them. Its value is never needed in this conversation.

The operator sets both variables once, in their own shell, before the agent runs anything. The agent never reads, writes, or transports the key's value:

export REDDAPI_API_KEY=...                                  # from https://reddapi.dev/account
export REDDAPI_AUTH="Authorization: Bearer $REDDAPI_API_KEY"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Reddit Search API

  • What else does lignertys publish alongside Reddit Search API?

    Reddit Search API is one of 5 skills that DirSkills catalogs from lignertys/reddit-research-skills, the repository it ships in. Its siblings there include Reddapi, Reddit Insights and Reddit Leads. Each one is a separate skill with its own page in this directory, installs the same way Reddit Search API does, and is maintained by lignertys in that same repository. The rest of the collection is listed on the lignertys/reddit-research-skills page.

  • How does Reddit Search API compare to other Writing skills?

    Reddit Search API ranks #942 by stars among the 1144 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Reddit Search API against them. Open each page to compare what they document and how they install.