Agent skill · Databases

community-signals

Extract leads from developer forums (Hacker News, Reddit) by detecting intent signals — alternative seeking, competitor pain, scaling challenges, DIY solutions, and migration intent. Scores users by intent strength and cross-platform presence.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorcan modify filesships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill community-signals --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: yes
Allowed tools: BashReadWriteEditGrepGlobWebSearch
Path: skills/lead-generation/packs/lead-gen-devtools/community-signals/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Community Signals Extract high-intent leads from developer community forums by detecting buying signals in public discussions. Currently supports Hacker News and Reddit. ## When to Use - User wants to find leads from developer communities or forums - User wants to identify people publicly expressing pain with competitors - User wants to find people asking "what tool should I use for X" - User mentions Hacker News, Reddit, Stack Overflow, or developer forums as lead sources - User describes prospects who discuss tools, complain about solutions, or ask for recommendations in public forums - User wants to find developers who built DIY/hacky solutions for problems the user's product solves ## Prerequisites - Python 3.9+ with `requests` and optionally `python-dotenv` - Apify API token in `.env` (for Reddit scraping) - No auth needed for Hacker News (free Algolia API) - Working directory: the project root containing this skill ## Phase 1: Collect Context ### Step 1: Gather Product & ICP Information Ask the user for the following. Do NOT proceed without this — the entire query generation depends on it. > "To find the right leads from developer communities, I need to understand: > 1. **W

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Phase 1: Collect Context
  4. Step 1: Gather Product & ICP Information
  5. Phase 2: Generate Search Queries
  6. Step 2: Generate Queries Across 9 Categories
  7. Step 3: Discover Relevant Subreddits
  8. Step 4: Present Queries for Review
  9. Step 5: Save Queries File
  10. Phase 3: Execute Scan
  11. Step 6: Verify Environment
  12. Step 7: Run the Tool
  13. Phase 4: Analyze & Recommend
  14. Step 9: Analyze the Results
Ships with 1 file
  • scripts/community_signals.py
Commands it runs
cat > ${CLAUDE_SKILL_DIR}/../.tmp/community_queries.json << 'QUERIESEOF'
python3 -c "import requests; print('OK')"
python3 ${CLAUDE_SKILL_DIR}/scripts/community_signals.py \
More from goose-skills
All skills →
About this skill
What does the community-signals skill do?

Extract leads from developer forums (Hacker News, Reddit) by detecting intent signals — alternative seeking, competitor pain, scaling challenges, DIY solutions, and migration intent. Scores users by intent strength and cross-platform presence.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill community-signals --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going