TopRank Skills

Home / Claw Skills / Git / GitHub / solo-community-outreach
Official OpenClaw rules 36%

solo-community-outreach

Find relevant Reddit, HN, and ProductHunt threads and draft value-first community responses with launch checklist. Use when user says "find communities", "draft outreach", "Reddit promotion", "ProductHunt launch", or "community marketing". Do NOT use for social media posts (use /content-gen) or video scripts (use /video-promo).

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 solo-community-outreach 技能。 若已安装,则直接安装 solo-community-outreach 技能。

Overview

Skill Key
fortunto2/solo-community-outreach
Author
fortunto2
Source Repo
openclaw/skills
Version
-
Source Path
skills/fortunto2/solo-community-outreach
Latest Commit SHA
f61615be062688cddebb8a7f61149d404d79fb7b

Extracted Content

SKILL.md excerpt

# /community-outreach

Find relevant community threads (Reddit, Hacker News, ProductHunt) and draft contextual, value-first responses. NOT spam — genuine helpful answers that naturally mention the product.

## MCP Tools (use if available)

- `web_search(query, engines, include_raw_content)` — search Reddit, HN, web
- `kb_search(query)` — find related methodology
- `project_info(name)` — get project details

If MCP tools are not available, use WebSearch/WebFetch as fallback.

## Steps

1. **Parse project** from `$ARGUMENTS`.
   - Read PRD/README to understand: problem, solution, ICP, key features.
   - If empty: ask via AskUserQuestion.

2. **Extract search keywords:**
   - Problem keywords (what users complain about)
   - Solution keywords (what users search for)
   - Category keywords (the market/niche)
   - Competitor names (for "vs" and "alternative" threads)

3. **Search communities** (run searches in parallel):

   ### 3a. Reddit
   For each keyword group, search via MCP `web_search(query)` or WebSearch:
   - `"{problem} reddit"` — pain point threads
   - `"{solution category} recommendations reddit"` — recommendation requests
   - `"{competitor} alternative reddit"` — competitor frustration
   - `"{competitor} vs reddit"` — comparison threads

   For each result, extract: subreddit, title, URL, post date, comment count.
   Filter: prefer threads < 6 months old, > 5 comments (active).

   ### 3b. Hacker News
   Search via `site:news.ycombinator.com`:
   - `"Show HN: {similar product category}"` — similar launches
   - `"Ask HN: {problem domain}"` — questions in the space
   - `"{competitor name} site:news.ycombinator.com"` — competitor mentions

   Extract: title, URL, points, comment count.

   ### 3c. ProductHunt
   Search via `site:producthunt.com`:
   - `"{product category} site:producthunt.com"` — similar launches
   - `"{competitor} site:producthunt.com"` — competitor pages

   Extract: product names, launch dates, upvote counts, taglines.

   ### 3d. Oth...

Related Claw Skills