Skip to content
Development
Skill

/reddit

Read Reddit content through OpenCLI using the user's Chrome logged-in session. Actions: search posts, read posts and comments, browse subreddit/hot/popular feeds. Keywords: reddit, subreddit, post, comment, search reddit, hot posts, popular posts.

From plugin
all-my-ai-needs
1223 skills9 MCP
Install
$ npx -y skills add codingSamss/all-my-ai-needs --skill reddit --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/reddit

Context preview

The summary Claude sees to decide when to auto-load this skill.

Read Reddit content through OpenCLI using the user's Chrome logged-in session. Actions: search posts, read posts and comments, browse subreddit/hot/popular feeds. Keywords: reddit, subreddit, post, comment, search reddit, hot posts, popular posts.

SKILL.md

reddit.SKILL.md
name: reddit
description: "Read Reddit content through OpenCLI using the user's Chrome logged-in session. Actions: search posts, read posts and comments, browse subreddit/hot/popular feeds. Keywords: reddit, subreddit, post, comment, search reddit, hot posts, popular posts."

Reddit Skill (Read-Only)

Use OpenCLI for Reddit read-only tasks. This replaces the previous Composio MCP route because the local Chrome session path is more direct and avoids a remote MCP/OAuth dependency.

When To Use

Triggered by:

  • "search reddit [query]", "find on reddit [query]"
  • "read reddit post [url/id]", "show reddit post"
  • "reddit comments [url/id]", "show comments on reddit"
  • "reddit hot", "reddit popular", "hot posts on r/[subreddit]"
  • "browse r/[subreddit]", "latest on r/[subreddit]"

Prerequisites

1. Node.js and npm are installed. 2. OpenCLI is installed: `npm install -g @jackwener/opencli` 3. The OpenCLI Chrome extension is installed manually from the Chrome Web Store. 4. Chrome is open and logged into `reddit.com`. 5. If Reddit is blocked by the current network, use the local proxy configured for this machine.

Check status without starting or changing the daemon:

opencli daemon status

Do not run `opencli doctor` for routine checks; it can start the daemon.

Commands

Search posts:

opencli reddit search "<query>" -f yaml

Read a post and comments:

opencli reddit read "<post_id_or_url>" -f yaml

Browse a subreddit:

opencli reddit subreddit "<subreddit>" -f yaml

Hot and popular feeds:

opencli reddit hot -f yaml
opencli reddit popular -f yaml

Subreddit metadata:

opencli reddit subreddit-info "<subreddit>" -f yaml

Fallback

Use `rdt-cli` only when OpenCLI is not viable, such as a server or existing non-desktop setup:

rdt search "<query>" --limit 10
rdt read "<post_id_or_url>"
rdt sub "<subreddit>" --limit 20
rdt popular --limit 10

`rdt-cli` also requires logged-in Reddit cookies. Anonymous Reddit access is not treated as a supported path.

Safety

  • Read-only only: search, browse, read posts and comments.
  • Do not post, comment, vote, subscribe, or message users.
  • Do not bypass captcha or automated risk controls.
  • If OpenCLI returns `AUTH_REQUIRED`, ask the user to refresh Reddit login in Chrome.
Read more
Ships withall-my-ai-needs

跨 Claude Code 与 Codex 两套 agent 的 skill 能力真源与同步规则。写入由 agent 执行,人只审校与决策。 把 Claude Code 与 Codex 的可复用能力收敛到一个仓库,按 platform-first 维护:每个平台独立持有自己的 skills/ 与运行约定,同名 skill 允许在两端并存,不强行抽象去重。 仓库要解决的是多端 AI 配置的漂移——GitHub 仓库、本地工作区、本地 CLI

Get the whole plugin

Other skills on all-my-ai-needs.

aihot
Skill

aihot

查询 AIHOT 的中文 AI 资讯、精选、当前热点和日报。用户询问今天或最近的 AI 新闻、AI 圈动态、大模型或产品发布、OpenAI/Anthropic/Google 最新消息、AI 论文、AI 日报、AIHOT 精选、当前最热事件,或需要同步当前全部精选时使用。必须通过 aihot.news 的匿名只读…

apifox-cli
Skill

apifox-cli

通过 Apifox CLI 管理 Apifox 项目资源。触发场景:运行接口自动化测试/测试套件,查询/创建/更新/删除接口、环境、Schema、Mock、分支等项目资源,导入导出 API 文档,查看测试报告,管理 Runner、定时任务、通知等 CI/CD 配置。CLI 输出为结构化 JSON,常含…