rdt-cli provides a complete Reddit command-line experience: browse feeds, read posts and comments, search, view user profiles, and perform authenticated actions (upvote, save, subscribe, comment). It outputs structured machine-readable JSON/YAML for agent workflows and includes guidance for authentication and safe agent usage.
Use when an agent or user needs to interact with Reddit from a terminal or automated workflow — gathering posts, exporting results, researching users, or performing account actions that require browser-extracted cookies. Ideal for pipelines that need compact, JSON-formatted results.
Likely compatible with agents that can run shell/CLI tools and parse JSON/YAML output (Copilot/Codex-like agents, CLI-capable automation agents).
rdt-cli is a well-structured Reddit CLI skill for agents, offering browsing, search, reading, and authenticated interactions via browser cookie extraction. SKILL.md is comprehensive with clear auth workflows, error handling tables, agent-specific defaults (--json, --compact), and safety notes including built-in rate limiting. No bundled scripts to test. Auth via browser-cookie3 is a reasonable pattern, and the skill explicitly warns against parallelizing requests and bypassing rate limits.
No scripts present — static analysis only. The anti-detection section (Chrome 133 fingerprint, Gaussian jitter delays) is thoughtful for account safety. Skill is well-documented with clear agent workflow examples. References external SCHEMA.md for output contracts which wasn't available for review but is a good architectural practice.