← 返回
开发者工具 Key 中文

Reddit (Agent-First)

Reddit intelligence CLI for AI agents. Use when working with reddit posts, subreddit research, comments, user profiles, wiki pages, domain mentions, marketin...
Reddit智能CLI工具,供AI代理使用。用于处理Reddit帖子、子版块研究、评论、用户资料、Wiki页面、域名提及及市场营销。
yahavf6
开发者工具 clawhub v0.1.6 1 版本 100000 Key: 需要
★ 0
Stars
📥 518
下载
💾 13
安装
1
版本
#latest

概述

ReddGrow — Reddit Intelligence for AI Agents

Reddit API access for AI agents. All commands output JSON to stdout. Errors go to stderr with exit code 1.

Setup

# Install
npm install -g @reddgrow/cli

# Authenticate (one-time)
reddgrow auth login rg_your_api_key_here

# Or use environment variable
export REDDGROW_API_KEY=rg_your_api_key_here

Commands

Subreddits

reddgrow subreddits search "<query>" [--limit N]                                            # (3 cr)
reddgrow subreddits about <name>                                                            # (1 cr)
reddgrow subreddits rules <name>                                                            # (1 cr)
reddgrow subreddits wiki <name>                                                             # list wiki pages (5 cr)
reddgrow subreddits wiki-page <name> <page>                                                 # read wiki page (5 cr)
reddgrow subreddits posts <name> [--sort hot|new|top|rising|controversial] [--time hour|day|week|month|year|all] [--limit N]  # (2 cr)
reddgrow subreddits comments <name> [--limit N]                                             # comment stream (2 cr)
reddgrow subreddits check-url <name> "<url>"                                                # check if URL submitted (3 cr)
reddgrow subreddits traffic <name>                                                          # traffic stats (1 cr)
reddgrow subreddits widgets <name>                                                          # sidebar widgets (1 cr)

Posts

reddgrow posts search "<query>" [--subreddit <name>] [--sort relevance|hot|top|new|comments] [--limit N]  # (3 cr)
reddgrow posts comments <subreddit> <post_id> [--sort best|top|new|controversial] [--limit N]             # (2 cr)
reddgrow posts duplicates <subreddit> <post_id>                                                           # (5 cr)
reddgrow posts batch <id1,id2,...>                                                                        # (5 cr)

Users

reddgrow users profile <username>               # karma, account age, activity (1 cr)
reddgrow users posts <username> [--limit N]     # post history (2 cr)
reddgrow users comments <username> [--limit N]  # comment history (2 cr)

Domains

reddgrow domains mentions <domain> [--limit N]  # all posts linking to domain (5 cr)

Auth

reddgrow auth whoami         # identity & credits remaining (1 cr)
reddgrow auth status         # connection status
reddgrow auth login <key>    # save API key (run once)

Workflows

Before posting to a subreddit

  1. Read rules: reddgrow subreddits rules — rule violations get posts removed instantly
  2. Check community type: reddgrow subreddits about — if subreddit_type is restricted or private, stop; if submission_type is link or self, respect it
  3. Check URL not already submitted: reddgrow subreddits check-url ""
  4. Read wiki for extra guidelines: reddgrow subreddits wiki-page index
  5. Post only after all checks pass

Research a subreddit

  1. Find communities: reddgrow subreddits search ""
  2. Inspect details: reddgrow subreddits about — size, type, activity
  3. Browse content: reddgrow subreddits posts --sort top --time week --limit 50
  4. Check activity: reddgrow subreddits traffic
  5. Discover guidelines: reddgrow subreddits wiki then wiki-page

Monitor a domain / brand

  1. Discover mentions: reddgrow domains mentions --limit 100
  2. Read discussion: reddgrow posts comments --sort best
  3. Check for duplicates: reddgrow subreddits check-url "" before re-sharing

Analyze a Reddit user

  1. Get overview: reddgrow users profile — karma, age, verified status
  2. Review posts: reddgrow users posts --limit 50
  3. Review comments: reddgrow users comments --limit 50

Rules

  1. ALWAYS run reddgrow subreddits rules before posting — rule violations get posts removed
  2. ALWAYS run reddgrow subreddits check-url "" before sharing any link — duplicate posts are banned
  3. Read wiki (wiki-page index) when rules reference additional guidelines
  4. Respect subreddit_type: restricted or private means posting is not allowed
  5. Respect submission_type: some subreddits only accept links or only text posts
  6. ALWAYS check reddgrow auth whoami before large batch operations to avoid credit exhaustion
  7. Never post promotional content to communities that explicitly prohibit self-promotion

Configuration

VariableDescriptionDefault
--------------------------------
REDDGROW_API_KEYAPI key (overrides saved key)
REDDGROW_API_URLAPI base URLhttps://api.reddgrow.ai
REDDGROW_MODEOutput mode (human or json)json

版本历史

共 1 个版本

  • v0.1.6 当前
    2026-03-30 13:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,164
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,150
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,196