job-contract-review-vp

job-contract-review-vp is a skill for Claude Code, Codex from VectorPeak/vectorpeak-agent-skills. It costs 88 tokens per session (1,185 once invoked), scanned A, original, Apache-2.0.

A reviewer for employment-related agreements such as job offers, non-disclosure agreements, contractor contracts, and freelance agreements.

In plain words
What is it for?
Extracting text from contract files, identifying the agreement type, assessing risks and fairness, and producing practical review suggestions.
Why use it?
It highlights risky wording, missing protections, unfair terms, and points that may need negotiation before signing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Codex.

Good fit Extracting text from contract files, identifying the agreement type, assessing risks and fairness, and producing practical review suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vectorpeak/vectorpeak-agent-skills/job-contract-review-vp
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 VectorPeak/vectorpeak-agent-skills --skill job-contract-review-vp
Clone the repo
git clone --depth 1 https://github.com/VectorPeak/vectorpeak-agent-skills

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 job-contract-review-vp

README.md
[![agentmods](https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/job-contract-review-vp/github.svg)](https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/job-contract-review-vp)
Your own site
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/job-contract-review-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/job-contract-review-vp/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 job-contract-review-vp

Your own site · 80×15
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/job-contract-review-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/job-contract-review-vp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,185 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.00088 $0.01185
Opus 5 $0.00044 $0.00593
Sonnet 5 $0.00018 $0.00237
Haiku 4.5 $0.00009 $0.00119

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

Security

Grade A, and why

job-contract-review-vp 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 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/extract_contract_text.py, scripts/render_contract_report.py, scripts/validate_contract_review.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.

job-skills/job-contract-review-vp/SKILL.md · 126 lines

How it starts

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

Job Contract Review

Purpose

Review job-related contracts from the likely signing party's perspective. Convert files to text, identify contract type, force structured analysis, validate the structure, and render a practical Markdown report.

Default to Chinese for summaries, explanations, suggestions, missing protections, negotiation points, disclaimers, and final Markdown reports. Preserve exact contract quotes in the original contract language.

This skill follows a fixed review workflow: extract document text, analyze against a strict schema, validate the JSON, then render a report.

Workflow

  1. If the user provides a file, extract text with scripts/extract_contract_text.py.
  2. If the user pasted contract text, save it to a temporary .txt only when a script needs a file input.
  3. Read references/review_prompt.md and use it as the analysis contract.
  4. Read references/contract_type_checks.md for contract-type-specific risks and missing-protection checks.
  5. Have Codex perform the contract analysis directly from the extracted text and produce JSON only, matching schemas/contract_review.schema.json. Use Chinese for generated content except exact quotes and schema enum values.
  6. Validate the JSON with scripts/validate_contract_review.py.
  7. If validation fails, ask the LLM to repair the JSON only; do not change the source contract text.
  8. Render the final Markdown report using scripts/render_contract_report.py, or render directly from the validated JSON when needed.
  9. Include a concise legal disclaimer: this is AI-assisted review, not legal advice.

Analysis Responsibility

Codex performs the risk analysis. Do not require the user to configure OpenAI, OpenRouter, Claude, Kimi, Ollama, or any other external model provider just to use this skill.

The bundled scripts handle deterministic work:

  • file text extraction
  • JSON validation
  • Markdown rendering

Codex handles judgment work:

  • identifying red flags
  • distinguishing warnings from severe risks
  • recognizing protective clauses
  • spotting missing protections
  • assigning fairness score and grade
  • writing negotiation suggestions

Read the full file on GitHub · 126 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. 11d ago First seen · 126 lines · 88 tokens per session scan A e59118103551

Subscribe to this mod's changes

job-contract-review-vp is a skill published in the GitHub repository VectorPeak/vectorpeak-agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 88 tokens to every session and 1,185 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

security-compliance

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.

sangrokjung/claude-forge · 56 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

memstack-business-contract-template

Use this skill when the user says 'contract', 'agreement', 'service agreement', 'NDA', 'freelance contract', 'consulting agreement', or needs service agreements with IP ownership, payment terms, and termination clauses. Do NOT use for invoicing or client onboarding.

cwinvestments/memstack · 63 tokens

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

validate

Check that an Open Knowledge Format (OKF) bundle is conformant with the v0.2 spec (§11). Use when asked to validate, lint, or check an OKF bundle, or before committing changes to one. Runs a deterministic Python checker — not an eyeball pass. Also migrates a v0.1 bundle to v0.2 in place with --migrate.

scaccogatto/okf-skills · 82 tokens

visualize

Render an Open Knowledge Format (OKF) bundle as a single self-contained, interactive HTML graph (viz.html) — concepts as nodes coloured by type and sized by body length, markdown links and bundle-internal sources as edges, a wiki-style detail panel with rendered markdown, v0.2 trust/lifecycle/provenance metadata, and…

scaccogatto/okf-skills · 111 tokens