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.
npx skills add Varnan-Tech/opendirectory --skill vc-curated-matchgit clone --depth 1 https://github.com/Varnan-Tech/opendirectoryWrote 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.
[](https://agentmods.dev/skills/varnan-tech/opendirectory/vc-curated-match)<a href="https://agentmods.dev/skills/varnan-tech/opendirectory/vc-curated-match"><img src="https://agentmods.dev/badge/skills/varnan-tech/opendirectory/vc-curated-match/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/varnan-tech/opendirectory/vc-curated-match"><img src="https://agentmods.dev/badge/skills/varnan-tech/opendirectory/vc-curated-match.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.00342 |
| Opus 5 | $0.00018 | $0.00171 |
| Sonnet 5 | $0.00007 | $0.00068 |
| Haiku 4.5 | $0.00004 | $0.00034 |
Grade A, and why
vc-curated-match 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 10d ago.
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.
What it actually says
VC Curated Match Skill
Identify targeted VC funds based on a product's description and URL.
When to Trigger This Skill
Use this skill when the user asks to:
- Find investors for their startup or open-source project.
- Get a list of relevant VC funds by stage, industry, or space.
- Match their product built with specific technologies to investor theses.
Step 1: Confirm Input
Ask the user for the product description and the URL. Optional parameters:
- Stage:
Pre-Seed,Seed,Series A(--stage) - Output: e.g.,
vc-matches.md(--output)
Step 2: Fetch Matches & Generate Report
Run the orchestrator script to handle context fetching, VC matching, and Markdown generation in one command.
python scripts/run.py --description "A fast rust-based web framework" --url "https://example.com"
For custom requests, append overrides:
python scripts/run.py \
--description "..." \
--url "..." \
[--stage Seed] \
[--output matched-investors.md]
Step 3: Present Results
Summarize the closest matches returned. Mention high-confidence matches explicitly. Provide the output path.
Dependencies
Standard Python 3.10+ library (no external packages required).
What ships with it
11 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.
- data/vc_funds.json 12 KB
- evals/ai-b2b-saas-seed.md 6.2 KB
- evals/devtool-oss-seed.md 6.3 KB
- evals/evals.json 1.7 KB
- evals/fintech-india-preseed.md 6.5 KB
- evals/varnan-seed.md 6.3 KB
- README.md 5.1 KB
- scripts/fetch_product_context.py 3.6 KB runs code
- scripts/generate_report.py 4.5 KB runs code
- scripts/match_vcs.py 4.0 KB runs code
- scripts/run.py 3.2 KB runs code
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.
- 10d ago First seen · 60 lines · 36 tokens per session scan A 83c843eba368
vc-curated-match is a skill published in the GitHub repository Varnan-Tech/opendirectory (637 stars, last pushed 24d ago), licensed MIT. It adds 36 tokens to every session and 342 once invoked, about $0.0002 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.
Other skills, from other repositories
marketplace-purchase-vetting
Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.
document-exports
Generate and TEST downloadable document exports (PDF/CSV) from a Node/Express backend — pdfkit streaming, CSV BOM, cents formatting, and the supertest/pdfkit pitfalls that silently break tests.
portfolio-github-pages
Build and deploy a personal/academic PORTFOLIO as a single-page STATIC site (no build step) to GitHub Pages via the gh CLI. Use when the user asks for a portfolio, landing page, "pagina de portfólio", professional site, or "site estatico pro GitHub Pages", especially with a theme (astronomy/space is a known good…
hermes-cost-management
A cost-management add-on for the Hermes API, which connects to model providers such as DeepSeek. It checks account balances and manages model price information, including Chinese-yuan and US-dollar costs.
accounting-bookkeeping-basics
Use when managing accounting and bookkeeping processes.
accounting-audit-best-practices
Use when applying accounting audit best practices.