openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Reddit Lead Prospecting

Find buying-intent leads on Reddit via Brave Search — no Reddit account or OAuth needed. Score posts and generate value-first comments.

开发与 DevOps

作者:pbopps @3rdbrain

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.1

统计:⭐ 0 · 24 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:3rdbrain/reddit-prospecting

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, manifest, and runtime instructions are consistent with its stated purpose (finding Reddit posts via Brave Search and generating comment content) and the single required secret (BRAVE_API_KEY) appears proportionate.

目的

The name/description claim to search Reddit via Brave Search and generate comments/scores. package.json and SKILL.md both declare only BRAVE_API_KEY. No unrelated cloud credentials, binaries, or config paths are requested — this matches the stated purpose.

说明范围

SKILL.md instructs using the included Node script to search, score, and generate comments. It explicitly says it does not use Reddit OAuth or the reddit.com API. The provided JS implements analysis, comment generation, scoring, and post templates. The code imports https (expected for calling the Brave Search API). Recommend verifying the (truncated) portions of reddit-prospecting.js that perform network calls to ensure they only contact Brave …

安装机制

No install spec is provided (no downloads or package installs). The skill ships as a small Node script and package.json. No external installers or archive downloads are present, which is low-risk.

证书

Only BRAVE_API_KEY is required (declared in SKILL.md and package.json). That is proportionate for a skill that queries Brave Search. I saw no other environment variables in the visible code. Confirm the remainder of the source does not read other env vars before trusting it.

持久

The skill does not request always:true or other elevated persistence. It does not declare any config path writes or system-wide changes. Autonomous invocation is allowed (platform default) but there's no evidence the skill tries to persist credentials or modify other skills.

综合结论

This skill appears to do what it says: search Reddit via Brave Search and generate scoring/comment drafts. Before installing, review the full reddit-prospecting.js network code to confirm it only calls Brave Search endpoints (api.search.brave.com) and does not include hidden endpoints or code to post directly to reddit.com (posting would require Reddit auth). Keep your BRAVE_API_KEY private; a leaked API key could be abused to make queries on …

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Reddit Lead Prospecting」。简介:Find buying-intent leads on Reddit via Brave Search — no Reddit account or OAut…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/3rdbrain/reddit-prospecting/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: reddit-prospecting
description: Find buying-intent leads on Reddit via Brave Search — no Reddit account or OAuth needed. Score posts and generate value-first comments.
version: 1.0.0
author: ModelFitAI <skills@modelfitai.com>
license: MIT
keywords: [openclaw, skill, reddit, lead-gen, prospecting, brave-search, sales]
requires:
  env: [BRAVE_API_KEY]
---

# Reddit Lead Prospecting Skill

Find high-intent leads on Reddit using **Brave Search** (`site:reddit.com`) — no Reddit account, no OAuth, no credentials except a free Brave API key.

## How It Works

Instead of Reddit's OAuth API (which requires app registration and credentials), this skill queries `site:reddit.com` via the Brave Search API. You get real Reddit posts and comments with buying intent — without touching Reddit's API at all.

## Commands

Run with Node.js: `node {baseDir}/reddit-prospecting.js <command> [args]`

- **search `<keyword>`** — Find high-intent Reddit posts via Brave Search
- **score** — Score a Reddit prospect for lead quality
- **comment** — Generate a value-first comment structure for a post

## Usage

```bash
node {baseDir}/reddit-prospecting.js search "looking for AI agent tool"
node {baseDir}/reddit-prospecting.js search "alternative to Zapier" --subreddit startups
node {baseDir}/reddit-prospecting.js score --username u/founder123 --post "frustrated with my current tool"
node {baseDir}/reddit-prospecting.js comment --title "Best AI tools for lead gen?" --subreddit AIMarketing
```

## Environment Variables

- `BRAVE_API_KEY` — Brave Search API key. Free tier: 2,000 queries/month. Sign up at [api.search.brave.com](https://api.search.brave.com)

## What It Does NOT Use

- No Reddit client ID or secret
- No Reddit username or password
- No Reddit OAuth flow
- No direct calls to reddit.com API endpoints