$git clone https://github.com/nostrband/ServiceGraphAI Agent skills to access structured datasets for startup founders
| 1 | <p align="center"> |
| 2 | <img src="assets/mark-128.png" alt="ServiceGraph" width="64" height="64" /> |
| 3 | </p> |
| 4 | |
| 5 | # ServiceGraph Agent Skills |
| 6 | |
| 7 | > **Datasets for founders** — where to launch, who to email, who to hire. |
| 8 | |
| 9 | Agent Skills for [**ServiceGraph**](https://servicegraph.co) — structured, |
| 10 | metrics-enriched business datasets your agent can filter, rank, and pull |
| 11 | contact data from. One filter DSL, one credit balance, many datasets: |
| 12 | |
| 13 | <p align="center"> |
| 14 | <img src="assets/servicegraph-datasets.png" alt="ServiceGraph datasets — product directories, business directories, newsletters, agencies, with subreddits and influencers coming soon" width="820" /> |
| 15 | </p> |
| 16 | |
| 17 | | Dataset | Size | Enriched with | |
| 18 | |---|---|---| |
| 19 | | **Agencies** (US professional-services firms) | 110k+ | services · size · location · ratings | |
| 20 | | **Business directories** | 3,500+ | industry · domain rating · traffic | |
| 21 | | **Product directories** | 850+ | submission policy · domain rating · traffic | |
| 22 | | **Newsletters** | 50k+ | subscribers · topics · post cadence | |
| 23 | | _subreddits, influencers_ | _coming soon_ | | |
| 24 | |
| 25 | **The branded `servicegraph` skill works against every dataset** — say |
| 26 | "servicegraph" and your agent discovers what datasets exist, learns each |
| 27 | one's schema and filters, searches free, and unlocks detail with credits. |
| 28 | **The specific `find-*` skills cover two datasets today.** For the **Agencies** |
| 29 | dataset — law, marketing, design, consulting, accounting, IT services, AI/ML, |
| 30 | web development, engineering, HR, PR, cybersecurity, and more — filterable by |
| 31 | industry, services, location, size, ratings, and third-party listings. And for |
| 32 | the **Product directories** dataset — where to *launch* a software product and |
| 33 | *earn backlinks* — covering general product/SaaS launches, MCP-server |
| 34 | registries, and AI-tool / AI-agent / agent-skill directories, ranked by Domain |
| 35 | Rating and organic traffic. More per-use-case skills for the newsletter and |
| 36 | other datasets land here as they ship — same install, same API key, same DSL. |
| 37 | |
| 38 | Compatible with **19+ AI agents** including Claude Code, Codex, Cursor, GitHub |
| 39 | Copilot, Gemini, Cline, Goose, Windsurf, and any other harness that supports |
| 40 | the [Agent Skills](https://agentskills.io/) format. |
| 41 | |
| 42 | ## Installation |
| 43 | |
| 44 | ### Install a specific skill |
| 45 | |
| 46 | ```bash |
| 47 | npx skills add nostrband/servicegraph --skill find-service-providers |
| 48 | ``` |
| 49 | |
| 50 | ### Install all skills |
| 51 | |
| 52 | ```bash |
| 53 | npx skills add nostrband/servicegraph |
| 54 | ``` |
| 55 | |
| 56 | **API key:** browsing, filtering, and brief cards are free, but every call |
| 57 | needs a key. Create one at |
| 58 | [**servicegraph.co/profile/api-keys**](https://servicegraph.co/profile/api-keys) |
| 59 | (2,000 free credits on signup, no card) and put it in your shell or |
| 60 | `.env.local` as `SERVICEGRAPH_API_KEY=vk_…`. Skills prompt for it on first |
| 61 | use and never read the value into the model's context. |
| 62 | |
| 63 | ## Available Skills |
| 64 | |
| 65 | ### Any dataset |
| 66 | |
| 67 | <details open> |
| 68 | <summary><strong>servicegraph</strong> — the branded entry point</summary> |
| 69 | |
| 70 | The generic, dataset-agnostic way to drive ServiceGraph. Launch it by naming |
| 71 | the brand; it discovers what datasets exist and each one's schema and filters |
| 72 | through the API, searches free brief rows, and unlocks contact + metric detail |
| 73 | with credits — no datasets or fields hardcoded, so it stays correct as new |
| 74 | data lands. |
| 75 | |
| 76 | **Use when:** |
| 77 | - "Use ServiceGraph to find …" |
| 78 | - "What datasets does ServiceGraph have?" |
| 79 | - "Search ServiceGraph for … / look this up in ServiceGraph" |
| 80 | - "Pull contacts from ServiceGraph for these domains" |
| 81 | - The dataset you need has no specific skill below yet |
| 82 | |
| 83 | </details> |
| 84 | |
| 85 | ### Agencies dataset |
| 86 | |
| 87 | <details open> |
| 88 | <summary><strong>find-service-providers</strong> — the umbrella skill</summary> |
| 89 | |
| 90 | Find, shortlist, vet, or enrich US professional-services firms across all 22 |
| 91 | industries in the catalog — law, marketing, consulting, accounting, IT |
| 92 | services, architecture, engineering, HR, PR, design, and more. |
| 93 | |
| 94 | **Use when:** |
| 95 | - "Find me three boutique IP law firms in California" |
| 96 | - "Build a longlist of 50 mid-size US management consultancies" |
| 97 | - "Here are 12 agency domains — pull contact info and confirm which are US-based" |
| 98 | - The user's intent doesn't fit a more specific skill below |
| 99 | |
| 100 | </details> |
| 101 | |
| 102 | <details> |
| 103 | <summary><strong>find-marketing-agency</strong></summary> |
| 104 | |
| 105 | Find US marketing agencies — branding, content marketing, PPC/paid media, |
| 106 | social, email, performance/demand-gen, video production, full-service digital. |
| 107 | Auto-pins `industry:marketing_agency` so the agent doesn't have to. |
| 108 | |
| 109 | **Use when:** |
| 110 | - "Shortlist three B2B branding agencies in California" |
| 111 | - "Find a PPC shop with ecommerce experience" |
| 112 | - "We need a content marketing partner for a SaaS launch" |
| 113 | |
| 114 | </details> |
| 115 | |
| 116 | <details> |
| 117 | <summary><strong>find-seo-agency</strong></summary> |
| 118 | |
| 119 | Find US SEO agencies — technical, on-page/off-page, link-building, |
| 120 | content-led, local, ecommerce, B2B SEO, audits. Auto-pins |
| 121 | `industry:marketing_agency service_provided:seo`. |
| 122 | |
| 123 | **Use when:** |
| 124 | - "Find me an SEO agency in Texas" |
| 125 | - "Shortlist three technical SEO consultancies for SaaS" |
| 126 | - Indirect phrasings: "organic traffic is flat", "improve ou |