agentskit.js
Skills

contractReviewer

Reviews contract drafts for missing clauses, risk flags, and unclear terms. Always defers final sign-off to a licensed attorney.

import { contractReviewer } from '@agentskit/skills'

const runtime = createRuntime({ adapter, skills: [contractReviewer] })

Three-section output per review: plain-English summary, risk flags (🚩 / 🟑 / βœ… with verbatim clause text), open questions for counsel. Never says "fine to sign" β€” always ends with attorney-review disclaimer.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page