Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Find Me Leads

ASecurity

Surface fresh leads in a segment from a source you pick: your CRM closed-won lookalikes, a LinkedIn comment thread, a recent-funding feed, a Google Maps search, or a subreddit. I quick-score each against your playbook's hard disqualifiers and only keep GREEN and YELLOW. Every row cites the trigger signal that surfaced them.

113 stars
0 votes
0 copies
0 views
Added 9/19/2026
content-marketinggo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add gethouston/houston --skill find-me-leads --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Find Me Leads?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Find Me Leads
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-find-me-leads/badge)](https://www.skillsdirectory.com/skills/gethouston-find-me-leads)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: find-me-leads
description: "Surface fresh leads in a segment from a source you pick: your CRM closed-won lookalikes, a LinkedIn comment thread, a recent-funding feed, a Google Maps search, or a subreddit. I quick-score each against your playbook's hard disqualifiers and only keep GREEN and YELLOW. Every row cites the trigger signal that surfaced them."
version: 1
category: Sales
featured: yes
image: handshake
integrations: [hubspot, salesforce, attio, linkedin, twitter, reddit, firecrawl]
x_houston:
  created_by: houston
  skill_schema: 1
---


# Find Me Leads

Surface net-new leads in segment.

## When to use

- "find me {N} leads in {segment}".
- "surface leads I can reach out to this week".
- "compile leads from {LinkedIn post / subreddit / event}".
- Scheduled: weekly prospecting routine.

## Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

- **CRM**  -  expand from lookalikes of your closed-won accounts. Required if you pick that source.
- **Social**  -  pull commenters from a LinkedIn post or thread. Required if you pick that source.
- **Search / research**  -  pull recent-funding or recent-hire signals. Required if you pick that source.
- **Scrape**  -  parse a Google Maps results page or a subreddit. Required if you pick that source.

If none of the source categories are connected I stop and ask you to connect at least one (CRM is the strongest place to start because closed-won lookalikes convert best).

## Information I need

I read your sales context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

- **Your sales playbook**  -  Required. Why I need it: I need your ideal customer profile and disqualifiers to quick-score candidates honestly. If missing I ask: "I don't have your playbook yet  -  want me to draft it now?"
- **The segment you want leads in**  -  Required. Why I need it: "leads" is too broad to filter against your ideal customer profile. If missing I ask: "Which segment should I pull from  -  industry, company size, role, geography?"
- **How many leads you want**  -  Required. Why I need it: caps the search and the file. If missing I ask: "How many leads do you want me to surface  -  10, 20, 50?"
- **Where to source from**  -  Required. Why I need it: each source uses a different connected tool. If missing I ask: "Should I expand lookalikes from your CRM, pull commenters from a LinkedIn post, scan a recent-funding feed, scrape a Google Maps area, or surface a subreddit thread?"

## Steps
<!-- houston-workflow:v1 -->

1. **Read ledger + playbook.** Gather missing required fields
   (ONE question each, best-modality first). Write atomically.

2. **Pick source.** Based on segment + user intent, ask
   which source (unless named):
   - **Connected CRM**  -  expand from lookalike of closed-won.
   - **LinkedIn comment thread**  -  paste post URL; compile
     commenters.
   - **Search engine / funding feed**  -  recent-funding or
     recent-hire signals in segment.
   - **Google Maps**  -  local-biz segments.
   - **Subreddit / community**  -  recent high-engagement posts.

3. **Pull candidates.** Via `composio search <category>` per picked
   source. Cap ~3× requested count for filtering.

4. **Per-candidate quick-score**  -  apply playbook's hard
   disqualifiers. Drop RED. Per surviving candidate, capture:
   - Company + LinkedIn / website URL.
   - Primary contact name + title + LinkedIn (if available).
   - Trigger signal that surfaced them (hiring post, Series B,
     commented on X thread, 4.8-star review  -  cite specifically).
   - Quick fit: GREEN / YELLOW (skip RED  -  dropped).

5. **Write batch file** to `leads/batches/{segment-slug}-{YYYY-
   MM-DD}.md` (atomic `*.tmp` → rename)  -  query, source, date, lead
   list with trigger signals cited.

6. **Append to `leads.json`.** Per surviving candidate, append
   new row with `status: "new"`, `source` (slug of this
   search), `fitScore` (GREEN/YELLOW). No duplicates  -  check
   existing rows by company + name. Read-merge-write atomic.

7. **Append to `outputs.json`:**

   ```json
   {
     "id": "<uuid v4>",
     "type": "lead-batch",
     "title": "Leads  -  {segment}",
     "summary": "<N leads surfaced from {source}. Top signal: {signal}.>",
     "path": "leads/batches/{segment-slug}-{date}.md",
     "status": "ready",
     "createdAt": "<ISO>",
     "updatedAt": "<ISO>",
     "domain": "outbound"
   }
   ```

8. **Summarize to user.** Top 3 leads inline + full file
   path. Suggest: "`research-an-account depth=enrich-contact` on #1
   next?" or "`score-my-pipeline subject=lead-fit` in bulk across these?".

## What I never do

- Invent leads, names, titles, trigger signals. Every lead ties
  to real tool response or URL observation.
- Contact anyone or push leads into CRM without approval.
- Hardcode tool names  -  Composio discovery at runtime only.

## Outputs

- `leads/batches/{segment-slug}-{YYYY-MM-DD}.md`
- Appends to `leads.json` (new rows only).
- Appends to `outputs.json` with `type: "lead-batch"`,
  `domain: "outbound"`.

Attribution

gethoustongethouston
View sourceMore from gethouston →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Postiz

Postiz is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Google My Business, TikTok, Pinterest, Dribbble, Discord, Slack, Kick, Twitch, Mastodon, Bluesky, Lemmy, Farcaster, Telegram, Nostr, VK, Medium, Dev.to, Hashnode, WordPress, ListMonk

21281 votes

Serp Analysis

SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.

2831 votes

On Page Seo Auditor

This skill performs detailed on-page SEO audits to identify issues and optimization opportunities. It analyzes all on-page elements that affect search rankings and provides actionable recommendations.

1821 votes

Brand

Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

1240080 votes

Release Announcement

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

798220 votes
View all in content-marketing →