vendor-directory-builder

vendor-directory-builder is a skill for Claude Code, Codex from DataSift-Ty-Personal/SiftStack. It costs 208 tokens per session (2,240 once invoked), scanned A, original, MIT.

A method for building a checked, searchable spreadsheet of local service providers, such as contractors and trade crews, for a chosen market.

In plain words
What is it for?
It helps collect provider contacts, service areas, ratings, licenses or credentials, cautions, confidence levels, top picks, and the process used to verify them.
Why use it?
It reduces the work of combining community recommendations with public-record checks and makes the reliability of each provider easier to judge.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/datasift-ty-personal/siftstack/vendor-directory-builder
Any agent
npx skills add DataSift-Ty-Personal/SiftStack --skill vendor-directory-builder
Clone the repo
git clone --depth 1 https://github.com/DataSift-Ty-Personal/SiftStack

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vendor-directory-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/datasift-ty-personal/siftstack/vendor-directory-builder.svg)](https://agentmods.dev/skills/datasift-ty-personal/siftstack/vendor-directory-builder)
Your own site
<a href="https://agentmods.dev/skills/datasift-ty-personal/siftstack/vendor-directory-builder"><img src="https://agentmods.dev/badge/skills/datasift-ty-personal/siftstack/vendor-directory-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 208 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,240 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00208 $0.02240
Opus 5 $0.00104 $0.01120
Sonnet 5 $0.00042 $0.00448
Haiku 4.5 $0.00021 $0.00224

Measured 5d ago against content hash 61b702d2b944, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vendor-directory-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_directory.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vendor-directory-builder/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vendor Directory Builder

What this produces

A filterable Excel workbook the user can actually work from:

  • Directory tab: one row per provider, with contact info, service area, a "Serves " flag, ratings, license/credential status, strengths, the source signal (who recommended them / how they surfaced), cautions, a confidence read, and a top-pick star.
  • Top Picks tab: the single best, verified, market-serving option per category, plus runners-up and a small summary block.
  • Methodology tab: how the list was built and a reusable vetting playbook, so the user (or their team) trusts the list and can keep filling it.
  • Optional reference tab(s): domain-specific "obscure but critical" data the job needs (e.g., the utility districts that own the water main and set tap fees, permit offices, licensing boards). Add these whenever the use case has a hidden layer.

scripts/build_directory.py generates all of this from one JSON config, so the format is consistent every time and you never hand-format a spreadsheet.

Why this method works (read this, it drives every decision)

Two weak signals combine into one strong one:

  1. Community recommendations are social proof from people who actually paid. When an investor in a local Facebook group answers "who's a good plumber?" by naming a company, that's a referral backed by a real transaction, far better than an ad. The single strongest signal is cross-validation: when two or more different people independently name the same provider, call that one first.
  2. Public records are independent verification. Reviews, license boards, BBB, and the company's own site confirm the provider exists, is licensed where required, is still in business, and serves the target area, none of which a forum post proves.

Neither alone is enough. A forum name with no paper trail might be someone's cousin; a 5-star Google result might be a national lead-gen shop that never picks up. The value of this skill is doing both and being honest about what couldn't be confirmed.

Read the full file on GitHub · 168 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 168 lines · 208 tokens per session scan A 61b702d2b944

Subscribe to this mod's changes

vendor-directory-builder is a skill published in the GitHub repository DataSift-Ty-Personal/SiftStack (21 stars, last pushed yesterday), licensed MIT. It adds 208 tokens to every session and 2,240 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.