explaingit

kappaemme-git/local-client-prospector-skill

131JavaScript
This is a quick first-pass explanation. The richer sections — use-cases, tech stack, setup, prompts — are still being generated.

TLDR

Local Client Prospector is a skill for OpenAI's Codex AI agent that helps freelance web designers and developers find potential clients: local businesses that have no website or only a social media presence.

Mindmap

A visual breakdown will appear here once this repo is fully enriched.

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

In plain English

Local Client Prospector is a skill for OpenAI's Codex AI agent that helps freelance web designers and developers find potential clients: local businesses that have no website or only a social media presence. You tell it a location and type of business ("find gyms and shops within 20 km of [city]") and it uses Codex's browser capabilities to research nearby businesses, check whether each one has a real standalone website or relies only on Facebook, Instagram, or similar social profiles, and score each opportunity as Hot, Warm, Low, or Skip. The output includes the business name, phone number, website or social link, the source it was found in, and notes. Results can be returned as a chat table or in CSV-style rows, and it works with a companion Codex spreadsheets skill to export directly to an Excel file. Installation is a single npm command that drops the skill file into the Codex skills directory. The README notes this is intended as guided research rather than bulk scraping.

Open on GitHub → Explain another repo

← kappaemme-git on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.