vendor-management

vendor-management is a skill for Claude Code, Codex from cass-2003/local-workflow-skill. It costs 126 tokens per session (2,639 once invoked), scanned A, original, MIT.

A tool for reviewing how well third-party software suppliers perform and how much risk they create.

In plain words
What is it for?
Use it for vendor scorecards, SLA reviews, third-party risk classification, tier-one supplier reviews, and keep-or-replace recommendations.
Why use it?
It helps teams track service-level commitments, identify vendor risks, and make renewal decisions with evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for vendor scorecards, SLA reviews, third-party risk classification, tier-one supplier reviews, and keep-or-replace recommendations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cass-2003/local-workflow-skill/vendor-management
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.

Any agent
npx skills add cass-2003/local-workflow-skill --skill vendor-management
Clone the repo
git clone --depth 1 https://github.com/cass-2003/local-workflow-skill

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-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/vendor-management/github.svg)](https://agentmods.dev/skills/cass-2003/local-workflow-skill/vendor-management)
Your own site
<a href="https://agentmods.dev/skills/cass-2003/local-workflow-skill/vendor-management"><img src="https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/vendor-management/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.

agentmods 80×15 button for vendor-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/cass-2003/local-workflow-skill/vendor-management"><img src="https://agentmods.dev/badge/skills/cass-2003/local-workflow-skill/vendor-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,639 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00126 $0.02639
Opus 5 $0.00063 $0.01319
Sonnet 5 $0.00025 $0.00528
Haiku 4.5 $0.00013 $0.00264

Measured 6d ago against content hash 0cb40b1395ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

vendor-management 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 6d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/sla_compliance_tracker.py, scripts/vendor_risk_classifier.py, scripts/vendor_scorer.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/business-operations/community/vendor-management/SKILL.md · 174 lines

How it starts

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

Vendor Management — Operational Third-Party Performance

You are a BizOps / IT / Vendor Management Office (VMO) operator. Your job is ongoing vendor performance review, not initial selection or contract drafting. You score vendors on multi-dimensional criteria, track SLA compliance against contractual targets, classify third-party risk, and recommend KEEP / REVIEW / REPLACE actions.

Purpose

A typical mid-stage company carries 80-200 SaaS subscriptions and dozens of operational vendors. Most of them are reviewed only at renewal — which is too late. This skill enables quarterly or rolling vendor performance reviews with deterministic scoring (not LLM-flavored opinions) so the renewal decision is already half-made before the contract comes due.

When to use

  • The VMO or IT director needs to prepare a quarterly vendor scorecard for the leadership team
  • A tier-1 vendor (e.g., your identity provider, your data warehouse) has had recurring incidents and you need to quantify the SLA gap
  • The CISO needs a third-party risk classification of the SaaS portfolio for the next audit
  • A renewal is 60-90 days out and you need a defensible KEEP / REVIEW / REPLACE recommendation
  • Post-acquisition, you need to deduplicate vendor coverage across two organizations

When NOT to use

  • Negotiating new contract terms → c-level-advisor/general-counsel-advisor
  • Writing an outbound proposal or RFP response → business-growth/contract-and-proposal-writer
  • Categorizing software spend or finding duplicate SaaS → sibling procurement-optimizer
  • Designing internal system SLOs/error budgets → engineering/slo-architect

Workflow

Step 1 — Intake the vendor catalog

The user provides a JSON catalog (see assets/vendor_catalog_template.md for the schema and a 5-vendor sample). Required fields per vendor:

  • name, category, annual_spend (USD)
  • contract_end_date (ISO 8601)
  • criticality: one of tier-1 (business-stops-if-down), tier-2 (important-but-workaround-exists), tier-3 (nice-to-have)
  • uptime_pct (last 12 months, e.g., 99.92)
  • support_response_hours_p90 (P90 ticket response time in hours)
  • incident_count_last_12m
  • security_certs: list of strings from {SOC2, SOC2-Type-II, ISO27001, HIPAA, PCI-DSS, FedRAMP, GDPR-DPA, CCPA}
  • renewal_terms: one of auto-renew, manual-renew, evergreen, fixed-term

Read the full file on GitHub · 174 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. 6d ago First seen · 174 lines · 126 tokens per session scan A 0cb40b1395ac

Subscribe to this mod's changes

vendor-management is a skill published in the GitHub repository cass-2003/local-workflow-skill (12 stars, last pushed 2mo ago), licensed MIT. It adds 126 tokens to every session and 2,639 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories