reddit-cli

Browse Reddit feeds, subreddits, and user profiles via CLI with JSON output.

208|42|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill reddit-cli-itamarzand88
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reddit-cli
Source: https://github.com/ItamarZand88/CLI-Anything-WEB/tree/main/.claude/skills/reddit-cli
Command: npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill reddit-cli-itamarzand88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading Reddit via the web interface can be slow and fragmented; this Skill provides a fast, scriptable CLI to browse feeds, subreddits, and user profiles, with optional write operations when authenticated.

Core Features & Use Cases

  • Browse feeds, subreddits, and user profiles from the command line with JSON output
  • Perform write actions (vote, comment, submit, save, subscribe) when authenticated
  • Retrieve structured data for automation and integration into other tools

Quick Start

Use the reddit-cli to list hot posts from a subreddit in JSON format.

Frequently Asked Questions about reddit-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I browse Reddit from the command line and get JSON output?▼

You can browse Reddit from the command line and get JSON output by using a CLI interface that communicates directly with Reddit endpoints, returning structured data for feeds, subreddits, and user profiles.

Can I automate Reddit posts, comments, and votes from a CLI?▼

Yes, you can automate write operations like submitting posts, commenting, and voting from a CLI by completing an authentication workflow that enables these actions across Reddit entities.

Do I need Python installed to use a Reddit CLI for web automation?▼

Yes, you need Python installed along with its specific dependencies to run this Reddit CLI, as it relies on a Python environment to communicate with Reddit endpoints and handle authentication workflows.

What is the best way to script subreddit feed retrieval for automation?▼

The best way to script subreddit feed retrieval for automation is using a command line interface that fetches hot posts and returns structured JSON data, allowing seamless integration into other tools.

Does this Reddit CLI support reading user profiles and subscribing to subreddits?▼

Yes, this Reddit CLI supports read-only exploration of user profiles and feeds, and authenticated users can manage subreddit subscriptions directly from the command line.

What are the limitations of using a CLI for Reddit web automation?▼

Limitations of using a CLI for Reddit web automation include the requirement to install Python and its dependencies, and the need to handle authentication workflows before performing any write operations like voting or submitting.