Agent Plugins Marketplace
All plugins

reddit-fetch

v0.2.6

Research any topic using Reddit via Gemini CLI's web access capabilities

CodexClaude Code2 Skills

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install reddit-fetch for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add reddit-fetch@paat-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “reddit-fetch” remain stable.

  • Codex: reddit-fetch@agent-plugin-marketplacereddit-fetch@paat-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/paat/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/reddit-fetch/.

Plugin files

plugins/reddit-fetch/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/reddit-fetch-reddit-fetch-workflow/SKILL.md
└── skills/reddit-research/SKILL.md

Included Skills2

reddit-fetch-reddit-fetch-workflowskills/reddit-fetch-reddit-fetch-workflow/SKILL.md

Run /reddit-fetch workflow from reddit-fetch; alias /reddit-fetch:reddit-fetch.

reddit-researchskills/reddit-research/SKILL.md

Use to research Reddit opinions, recommendations, troubleshooting, product feedback, and real user experiences.

Plugin manifests2

plugins/reddit-fetch/.codex-plugin/plugin.json
{
  "name": "reddit-fetch",
  "version": "0.2.6",
  "description": "Research any topic using Reddit via Gemini CLI's web access capabilities",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Reddit Fetch",
    "shortDescription": "Research any topic using Reddit via Gemini CLI's web access capabilities",
    "longDescription": "Research any topic using Reddit via Gemini CLI's web access capabilities",
    "developerName": "Andre Paat",
    "category": "Research",
    "capabilities": [
      "Skills",
      "Scripts"
    ],
    "defaultPrompt": "Use the reddit-fetch plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "reddit",
    "research",
    "gemini",
    "web-search",
    "community"
  ],
  "skills": "./skills/"
}
plugins/reddit-fetch/.claude-plugin/plugin.json
{
  "name": "reddit-fetch",
  "version": "0.2.6",
  "description": "Research any topic using Reddit via Gemini CLI's web access capabilities",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "reddit",
    "research",
    "gemini",
    "web-search",
    "community"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[reddit-fetch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/reddit-fetch)