find-missed-connections

Fetch recent Craigslist missed-connection posts and summarize highlights with locations.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill find-missed-connections-uniquecrete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-missed-connections
Source: https://github.com/Uniquecrete/ThinkFasterv1/tree/main/Skills/find-missed-connections
Command: npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill find-missed-connections-uniquecrete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It saves you time by automatically finding recent Craigslist missed connections posts and summarizing the most interesting highlights.

Core Features & Use Cases

  • Fetches the right listings page: Pulls the missed connections search page for New York so you start from the newest content.
  • Targets recent posts by ID pattern: Filters for posts from roughly the last 2–3 days using Craigslist’s sequential ID structure.
  • Reads selected posts and summarizes them: Retrieves individual posts and turns each into a concise, cheeky bullet with the key story and location.
  • Use Case: If you want to quickly browse what’s new without endlessly scrolling, this can summarize multiple recent posts into digestible snippets.

Quick Start

Ask the assistant to run find-missed-connections to fetch recent New York Craigslist missed connections and return highlights with brief summaries and locations.

Frequently Asked Questions about find-missed-connections

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape recent Craigslist missed connections posts automatically?

To scrape recent Craigslist missed connections, this skill fetches the New York listings page, filters post IDs from the last few days, and retrieves selected entries to produce summarized bullet points of each story and location.

What is the best way to summarize Craigslist missed connections for social media content?

Summarizing Craigslist missed connections for social content involves fetching recent listings, extracting individual posts via URL pattern filtering, and generating concise bullet highlights with brief story summaries and geographic locations.

Can I use web scraping to find missed connections outside of New York?

This skill specifically targets the New York Craigslist missed connections search page. You would need to adjust the target geography in the web fetching step to discover and summarize listings from other locations.

Does this missed connections discovery tool require any browser extensions or dependencies?

No dependencies or browser extensions are required. The skill operates autonomously by performing web fetching of the Craigslist search page, parallel retrieval of selected posts, and structured output generation.

How does filtering by Craigslist post ID patterns work for finding recent listings?

Filtering by Craigslist post ID patterns works by analyzing the sequential ID structure of listings to target posts from roughly the last two to three days, ensuring the summarized content is fresh and recent.

What are the limitations of automating Craigslist missed connections web scraping?

Limitations include being restricted to a specific geography like New York and a narrow recency window of roughly two to three days. The skill also depends on the stability of Craigslist's URL and ID structures for successful extraction.