# Send Community Outreach to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solo-community-outreach",
    "name": "Community Outreach",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/fortunto2/solo-community-outreach",
    "canonicalUrl": "https://clawhub.ai/fortunto2/solo-community-outreach",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/solo-community-outreach",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solo-community-outreach",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/solo-community-outreach"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solo-community-outreach",
    "downloadUrl": "https://openagent3.xyz/downloads/solo-community-outreach",
    "agentUrl": "https://openagent3.xyz/skills/solo-community-outreach/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solo-community-outreach/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solo-community-outreach/agent.md"
  }
}
```
## Documentation

### /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

Parse project from $ARGUMENTS.

Read PRD/README to understand: problem, solution, ICP, key features.
If empty: ask via AskUserQuestion.



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)



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. Other Communities (optional)

site:indiehackers.com "{problem}" — Indie Hackers
site:dev.to "{solution category}" — Dev.to (if technical product)



Forced reasoning — outreach strategy:
Before drafting, write out:

Best 5 threads to engage with (highest relevance + activity)
Tone per community: Reddit (casual, self-deprecating), HN (technical, data-driven), PH (enthusiastic, builder)
Value-first angle: What genuine help can we offer BEFORE mentioning the product?
Red lines: No astroturfing, no fake accounts, always disclose you're the builder



Draft responses for top 5 threads:
For each thread:
### Thread: {title}
**URL:** {url}
**Subreddit/Community:** {community}
**Why relevant:** {1 sentence}

**Draft response:**
{2-4 paragraph response that:
- Directly addresses the question/problem
- Provides genuine value (tips, experience, data)
- Mentions the product naturally (last paragraph)
- Includes "disclaimer: I'm the developer" for transparency
}



Generate ProductHunt launch checklist:
## ProductHunt Launch Checklist

### Pre-Launch (1 week before)
- [ ] Hunter identified (or self-hunting)
- [ ] Tagline ready (< 60 chars): "{tagline}"
- [ ] Description ready (< 260 chars)
- [ ] 5+ screenshots/GIF prepared
- [ ] Maker comment drafted (story + problem + solution)
- [ ] Launch day scheduled (Tuesday-Thursday, 00:01 PST)

### Launch Day
- [ ] Post live and verified
- [ ] Maker comment posted immediately
- [ ] Share in relevant communities (not vote-begging)
- [ ] Respond to all comments within 1 hour
- [ ] Share progress on Twitter/LinkedIn

### Post-Launch
- [ ] Thank supporters
- [ ] Collect feedback from comments
- [ ] Update product based on feedback



Write outreach plan to docs/outreach-plan.md:
# Community Outreach Plan: {Project Name}

**Generated:** {YYYY-MM-DD}
**Product:** {one-line description}
**ICP:** {target persona}

## Target Communities

| Community | Relevant Threads Found | Priority |
|-----------|----------------------|----------|
| r/{subreddit} | N | high/medium/low |
| Hacker News | N | high/medium/low |
| ProductHunt | N | high/medium/low |

## Top Threads to Engage

{5 thread drafts from step 5}

## ProductHunt Launch Checklist

{checklist from step 6}

## Search Keywords Used
- {keyword1}: N results
- {keyword2}: N results

---
*Generated by /community-outreach. Review all drafts before posting.*



Output summary — communities found, top 3 threads to engage, PH readiness.

### 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. Other Communities (optional)

site:indiehackers.com "{problem}" — Indie Hackers
site:dev.to "{solution category}" — Dev.to (if technical product)

### Critical Rules

Value first, product second — every response must genuinely help the person
Always disclose — "I'm the developer" or "disclaimer: I built this"
No vote manipulation — never ask for upvotes
No astroturfing — never pretend to be a user
Respect community rules — check subreddit rules before posting
Quality over quantity — 5 great responses > 50 generic ones

### Web search not available

Cause: MCP web_search tool not configured or WebSearch not accessible.
Fix: Use WebSearch/WebFetch as primary. For better results with engine routing (Reddit, HN), set up SearXNG (private, self-hosted, free) and configure solograph MCP.

### No relevant threads found

Cause: Niche too small or wrong keywords.
Fix: Broaden search terms. Try competitor names, problem descriptions, or adjacent categories.

### Responses sound promotional

Cause: Product mention too prominent or lacks genuine value.
Fix: Rewrite with value-first approach: 80% helpful answer, 20% product mention. Always include builder disclosure.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: fortunto2
- Version: 1.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/solo-community-outreach)
- [Send to Agent page](https://openagent3.xyz/skills/solo-community-outreach/agent)
- [JSON manifest](https://openagent3.xyz/skills/solo-community-outreach/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/solo-community-outreach/agent.md)
- [Download page](https://openagent3.xyz/downloads/solo-community-outreach)