openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Outreach Scout

Find and engage warm leads on Reddit, X/Twitter, and forums. Monitors platforms for people asking questions your product solves, drafts helpful replies that...

开发与 DevOps

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:aisoftgg/outreach-scout

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only outreach helper that asks the agent to search the web, draft replies, and track results in local markdown files; its requested capabilities and artifacts are coherent with its stated purpose and it does not ask for credentials or install code.

目的

Name/description match the instructions: the skill instructs the agent to search Reddit/X/Forums, draft replies, and log activity. It doesn't request unrelated binaries, cloud creds, or config paths. The supplied config/log templates align with the purpose.

说明范围

Instructions reference reading/writing local files (life/areas/outreach/scout-config.md and scout-log.md), using web_search queries, drafting replies, and presenting results for approval. This stays within outreach scope. Note: heartbeat automation will run periodic searches (up to once per 4 hours) — the SKILL.md indicates presenting results for approval rather than auto-posting, but you should verify configuration (the template allows 'Platf…

安装机制

No install spec and no code files — instruction-only. Nothing will be downloaded or written to disk by an installer. This is low risk from an install-execution perspective.

证书

The skill requires no environment variables, no credentials, and no config paths beyond user-local markdown files. There are no unexplained secret requests.

持久

always:false (not forced into every agent run). Agent invocation/autonomy is allowed by default, which is normal; the skill's heartbeat guidance allows periodic scanning but does not instruct automatic posting. No modification of other skills or global agent settings is requested.

综合结论

This skill is instruction-only and internally consistent, but review these before enabling it: 1) Keep 'Platforms where agent can post directly' set to 'none' (or require explicit approval) if you do not want automatic posting. 2) Inspect and maintain the scout-config.md to ensure the agent doesn't have permissions to post or use credentials you don't intend to share. 3) Be mindful of platform rules — limit replies per day and avoid duplicate …

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Outreach Scout」。简介:Find and engage warm leads on Reddit, X/Twitter, and forums. Monitors platforms…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aisoftgg/outreach-scout/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: outreach-scout
description: Find and engage warm leads on Reddit, X/Twitter, and forums. Monitors platforms for people asking questions your product solves, drafts helpful replies that naturally mention your offering, and tracks all activity. Use when you need marketing, lead generation, audience building, finding potential customers, or growing product awareness. Works with heartbeats for automated daily scouting.
---

# Outreach Scout

Find people who already need what you're selling. Draft replies that help first, sell second.

## Quick Start

1. Create a scout config file at `life/areas/outreach/scout-config.md` using the template in `{baseDir}/assets/scout-config-template.md`
2. Create the tracking log at `life/areas/outreach/scout-log.md` using `{baseDir}/assets/scout-log-template.md`
3. Run a scout session (see workflow below)

## Core Workflow

### Manual Scout (on-demand)

When asked to scout, find leads, or do outreach:

1. **Read config** — load `life/areas/outreach/scout-config.md` for targets, keywords, and products
2. **Search** — run platform searches (see Search Patterns below)
3. **Filter** — check `life/areas/outreach/scout-log.md` to skip already-seen threads
4. **Analyze** — for each promising result, fetch the thread and assess:
   - Is someone asking a question your product answers?
   - Is the thread recent enough to engage? (< 48 hours ideal, < 7 days acceptable)
   - Is there already a good answer? (if yes, skip unless you can add genuine value)
5. **Draft replies** — write helpful responses following the Reply Guidelines below
6. **Present to user** — show the leads and draft replies for approval
7. **Log** — record all found threads in the scout log (whether engaged or skipped)

### Heartbeat Scout (automated)

Add to your HEARTBEAT.md:
```
## Outreach Scout
- Run a scout sweep during daytime heartbeats (max 1x per 4 hours)
- Present any new leads found
- Skip if last scout was < 4 hours ago (check scout-log.md timestamps)
```

During heartbeat: run the scout workflow, but only present results if you find something worth engaging. Don't message the user just to say "no leads found."

## Search Patterns

### Reddit
Use `web_search` with these query patterns:
```
site:reddit.com "[keyword]" after:[date]
site:reddit.com/r/[subreddit] "[keyword]"
```

Search for:
- Direct questions: "how do I [thing your product does]"
- Frustration signals: "struggling with", "can't figure out", "anyone know how to"
- Recommendation requests: "best way to", "what do you use for", "recommendations for"
- Comparison threads: "[competitor] vs", "alternative to"

### X/Twitter
Use `web_search` with:
```
site:x.com "[keyword]" OR site:twitter.com "[keyword]"
```

Search for:
- Questions and complaints about problems you solve
- "Anyone know a good..." requests
- Build-in-public threads in your niche

### Forums & Communities
Use `web_search` with:
```
"[keyword]" site:discord.com OR site:community.[domain] OR site:forum.[domain]
```

### General Web
```
"[keyword]" "[problem phrase]" -site:youtube.com
```

## Reply Guidelines

**The golden rule: Be genuinely helpful. The mention of your product is the side dish, not the main course.**

### Structure of a good reply
1. **Acknowledge their problem** — show you understand what they're dealing with
2. **Give real help** — answer their question or share useful info (this is the bulk of the reply)
3. **Natural mention** — if relevant, mention your product/skill as one option among several
4. **No hard sell** — no "BUY NOW", no affiliate links, no pressure

### What makes a reply feel genuine vs spammy

**Genuine:**
> "I ran into the same issue setting up memory persistence. What worked for me was a 3-layer system — daily notes for raw logs, a knowledge graph for durable stuff, and a tacit knowledge file for preferences/lessons. I actually packaged this as a free skill on ClawHub (para-memory) if you want to skip the setup."

**Spammy:**
> "Check out para-memory on ClawHub! It solves exactly this problem! 🚀🔥"

### Platform-specific guidelines
See `{baseDir}/references/platform-tips.md` for Reddit, X, and Discord etiquette.

### Reply tone
- Match the platform's culture (Reddit is more technical, X is more casual)
- Be concise — long replies get skipped
- Include specific details that show you actually know what you're talking about
- If you can't add genuine value, don't reply

## Tracking

The scout log (`life/areas/outreach/scout-log.md`) tracks:
- Date and time of each scout session
- Threads found (URL, platform, relevance score)
- Action taken (replied, skipped, saved for later)
- Results (if known — upvotes, replies, clicks)

This prevents double-engaging threads and helps identify which platforms/keywords produce the best leads.

## Metrics

Track weekly in the scout log:
- **Threads found** — total leads discovered
- **Threads engaged** — replies posted
- **Response rate** — replies that got positive engagement
- **Conversions** — any clicks/sales that traced back to outreach

## Advanced: Multi-Product Scouting

If you have multiple products, the config supports listing several. The scout will match threads to the most relevant product and tailor the reply accordingly.

## Credits

Built by Kai @ KaiShips — kaiships.com