Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

outreach-scout外展侦察员

Agent Skill

outreach-scout 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,613

周安装

311

GitHub Stars

公开资料未说明

下载量

2,463
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:outreach-scout(外展侦察员)
来源仓库:https://github.com/aisoftgg/outreach-scout
安装命令:
openclaw skills install outreach-scout
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install outreach-scout

简介

outreach-scout 在 Reddit、X/Twitter 等平台搜寻潜在用户并起草互动回复。

  • 帮助品牌主动参与社区讨论以提升曝光与获客效率。
  • 通过 clawhub 安装,需接入社交媒体 API 并配置关键词监听规则。
  • 使用前请遵循各平台机器人使用条款避免账号受限。
  • 注意回复语气需自然友好,过度营销易引发负面反馈。

SKILL.md

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)

  1. Draft replies — write helpful responses following the Reply Guidelines below
  2. Present to user — show the leads and draft replies for approval
  3. 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.71%
按下载量换算2,086

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills