Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

solo-community-outreach单独社区外展

Agent Skill

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

总安装

593

周安装

24

GitHub Stars

15

下载量

186
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:solo-community-outreach(单独社区外展)
来源仓库:https://github.com/fortunto2/solo-factory
仓库路径:skills/solo-community-outreach
安装命令:
npx skills add https://github.com/fortunto2/solo-factory --skill solo-community-outreach
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/fortunto2/solo-factory --skill solo-community-outreach

简介

solo-community-outreach 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于社区推广或外展活动相关的信息检索任务。
  • 可通过来源仓库和 README 文档核验具体功能和使用方式。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • 建议结合实际场景验证其适用性和输出质量。

SKILL.md

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

  1. 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)

  1. Search communities (run searches in parallel): 3a. Reddit For each keyword group, search via MCP web_search(query) or WebSearch: 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: Extract: title, URL, points, comment count. 3c. ProductHunt Search via site:producthunt.com: Extract: product names, launch dates, upvote counts, taglines. 3d. Other Communities (optional)

- "{problem} reddit" — pain point threads - "{solution category} recommendations reddit" — recommendation requests - "{competitor} alternative reddit" — competitor frustration - "{competitor} vs reddit" — comparison threads - "Show HN: {similar product category}" — similar launches - "Ask HN: {problem domain}" — questions in the space - "{competitor name} site:news.ycombinator.com" — competitor mentions - "{product category} site:producthunt.com" — similar launches - "{competitor} site:producthunt.com" — competitor pages - site:indiehackers.com "{problem}" — Indie Hackers - site:dev.to "{solution category}" — Dev.to (if technical product)

  1. 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

  1. 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}
  2. 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
  3. 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.*
  4. Output summary — communities found, top 3 threads to engage, PH readiness.

Critical Rules

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

Gotchas

  1. Reddit shadowban triggers — posting links in your first comment on a subreddit, multiple self-promotional posts in 24h, or using shortened URLs. Always build comment karma in a subreddit before mentioning your product.
  2. Subreddit self-promotion rules vary wildly — r/SaaS allows Show posts, r/startups requires flair, r/webdev bans affiliate links. Always check sidebar rules before drafting. Some require 10:1 comment-to-promotion ratio.
  3. PH vote manipulation detection — ProductHunt detects coordinated upvotes from same IP/network/timing. Never share direct PH links in Slack/Discord asking for upvotes. Share on social media with context instead.
  4. Old threads are locked — Reddit threads >6 months old are archived (can't comment). Filter by date, not just relevance. HN threads don't lock but old ones get zero visibility.
  5. "I built this" disclosure backfires if too early — lead with value (3-4 sentences of genuine help), THEN disclose. Opening with "disclaimer: I'm the dev" makes the entire comment read as an ad.

Common Issues

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.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.28%
按下载量换算69

Claude

28.52%
按下载量换算53

Cursor

19.59%
按下载量换算36

Gemini CLI

9.32%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills