← Back to Skills Marketplace
kelsia14

Reddit Cli

by kelsia · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
3872
Downloads
4
Stars
21
Active Installs
3
Versions
Install in OpenClaw
/install reddit-cli
Description
Reddit CLI using cookies for authentication. Read posts, search, and get subreddit info.
Usage Guidance
This skill is internally coherent and implements a read-only Reddit CLI that uses your browser session cookies, but take these precautions before installing: (1) verify the source — prefer the GitHub repo URL and a trusted author; (2) don't paste long-lived session cookies into global shell rc files if you can avoid it — consider using a short-lived session, a dedicated account, or a container/VM; (3) be aware that REDDIT_SESSION and token_v2 are sensitive credentials: anyone with them can act as your session; (4) confirm you have Node.js installed (the script is a Node program); (5) review the included script yourself (it only calls reddit.com endpoints), and if you can't review code, run it in an isolated environment; (6) consider using Reddit's official OAuth flow (or read-only public endpoints) instead of exporting browser cookies for better security.
Capability Analysis
Type: OpenClaw Skill Name: reddit-cli Version: 1.0.2 The OpenClaw skill 'reddit-cli' is classified as benign. The `scripts/reddit-cli.js` file correctly implements a Reddit CLI, reading `REDDIT_SESSION` and `TOKEN_V2` environment variables as explicitly stated in `SKILL.md` and `README.md`. These cookies are used solely for authentication with `https://www.reddit.com` and are not exfiltrated to any other domain. There is no evidence of malicious execution, persistence, privilege escalation, obfuscation, or prompt injection attempts against the agent in any of the provided files.
Capability Assessment
Purpose & Capability
The name/description match the code and SKILL.md: the script performs GET requests to reddit.com and exposes commands for posts, search, and subreddit info. However, the package metadata lists no required env vars or binaries, while the SKILL.md and script rely on REDDIT_SESSION and optional TOKEN_V2 and require Node (a JS script). The omission is an inconsistency (likely sloppy metadata) but not evidence of malicious intent.
Instruction Scope
Runtime instructions are narrowly scoped: they tell the user how to extract reddit_session (and optionally token_v2) from browser cookies, set them as environment variables, and run the CLI. The instructions do not ask the agent to read unrelated files, exfiltrate data, or contact unexpected endpoints; the code only requests reddit.com endpoints. Note: instructing users to copy session cookies is inherently sensitive.
Install Mechanism
There is no install spec (instruction-only), which minimizes installer risk. The repository includes a single Node script; README suggests downloading from raw.githubusercontent.com (a standard host). The package does not declare Node as a required binary despite being a Node script — a minor but relevant omission.
Credentials
The functionality legitimately requires reddit_session and optionally token_v2 cookies, which are sensitive credentials. Those env vars are described in SKILL.md/README and used by the script, but the skill metadata did not list them as required. Storing session cookies in ~/.bashrc persists sensitive credentials in plaintext on disk and increases risk if the machine is compromised; users should understand that these are effectively authentication credentials and treat them accordingly.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not ask for system-wide configuration access. It appears to operate only when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reddit-cli
  3. After installation, invoke the skill by name or use /reddit-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated version number in SKILL.md from 1.0.0 to 1.0.2 - No other content changes detected
v1.0.1
- Added README.md for improved user documentation. - Updated examples in SKILL.md for clearer, more relevant usage scenarios. - Minor code or documentation fixes in scripts/reddit-cli.js and SKILL.md.
v1.0.0
- Updated skill.
Metadata
Slug reddit-cli
Version 1.0.2
License
All-time Installs 21
Active Installs 21
Total Versions 3
Frequently Asked Questions

What is Reddit Cli?

Reddit CLI using cookies for authentication. Read posts, search, and get subreddit info. It is an AI Agent Skill for Claude Code / OpenClaw, with 3872 downloads so far.

How do I install Reddit Cli?

Run "/install reddit-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reddit Cli free?

Yes, Reddit Cli is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Reddit Cli support?

Reddit Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reddit Cli?

It is built and maintained by kelsia (@kelsia14); the current version is v1.0.2.

💬 Comments