okhp3-sharepoint-library-contract-extractor
OverKill Hill P³ · overkillhill.com · github.com/OKHP3
Outcome
Create a source-linked contract review queue that exposes specified operational
fields and ambiguity without asserting legal conclusions or changing records.
Scope
Use only for selected contract files and a user-supplied extraction schema. It
captures text evidence and review needs; it is not legal interpretation.
Host contract
| Item |
Contract |
| Target host |
Copilot in SharePoint, preview support status |
| Native surface |
Selected contract documents and accessible metadata |
| Portable core |
Field extraction, source citation, ambiguity handling, and review queue |
| Host adapter |
Reads only content available through native capability and current permission |
| Mutation |
Never updates a list, label, or document without a separately confirmed supported action |
| Evidence |
Analytical design only; no live contract review has occurred |
Activation evidence preflight
- Confirm the named Library and the selected files or inspection scope required
by this task.
- In a real SharePoint test, confirm either explicit invocation of this skill
or the SharePoint skill indicator card. The presence of this package alone
is not evidence that the host discovered or loaded it.
- If the host cannot load the skill or expose the required Library context,
return
NOT SUPPORTED, identify the missing capability, and do not claim
that the review or draft was completed.
- Keep the result analytical until a test records the site, user role, input
scope, and observed host behavior.
Procedure
Confirm selected contracts, the extraction schema, date convention, and the
responsible reviewer for ambiguous results.
Extract only requested fields such as renewal, notice, owner, counterparty,
obligation, or risk, preserving a short source locator or passage.
Use NEEDS REVIEW when wording is ambiguous, conflicting, incomplete, or
inaccessible. Do not resolve it from general legal knowledge.
Return this queue:
| Contract |
Field |
Extracted value |
Source evidence |
Confidence |
Review status |
Validate that every value has source evidence and every missing or uncertain
value is explicitly marked.
If the user requests record updates or notices, show the exact proposed
target and change, then require confirmation and supported host capability.
Safe outcomes
NEEDS INPUT: the files, field schema, or reviewer are missing.
NOT SUPPORTED: the host cannot inspect the required contract content.
INSUFFICIENT PERMISSION: the user cannot read the selected contracts.
Boundaries
- Do not provide legal advice, decide enforceability, or infer unquoted terms.
- Do not send notices, create tasks, or update external systems.
- Do not change contract files, labels, or list records by default.
Validation
Read evals/evals.json for analytical extraction, ambiguity, and action-
boundary cases. No live tenant or legal-review evidence exists for version 1.1.0.
References
v1.1 maturation record
The analytical learning ledger
preserves the frozen v1.0 input, official-source constraint, review limits, and
the concrete activation-evidence revision. It is not a live tenant test.
About
Built by Jamie Hill · OverKill Hill P³
Published at github.com/OKHP3
Part of the OKHP3/skillz Agent Skill library.
MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.
1---2name: okhp3-sharepoint-library-contract-extractor3description: Extract specified obligation, renewal, notice, owner, counterparty, and risk fields from selected SharePoint contract files into a review queue. Use when contracts need operational visibility. Do not use to interpret legal obligations, update records, or send notices automatically.4license: MIT5---67# okhp3-sharepoint-library-contract-extractor89**OverKill Hill P³** · [overkillhill.com](https://overkillhill.com) · [github.com/OKHP3](https://github.com/OKHP3)1011## Outcome1213Create a source-linked contract review queue that exposes specified operational14fields and ambiguity without asserting legal conclusions or changing records.1516## Scope1718Use only for selected contract files and a user-supplied extraction schema. It19captures text evidence and review needs; it is not legal interpretation.2021## Host contract2223| Item | Contract |24|---|---|25| Target host | Copilot in SharePoint, preview support status |26| Native surface | Selected contract documents and accessible metadata |27| Portable core | Field extraction, source citation, ambiguity handling, and review queue |28| Host adapter | Reads only content available through native capability and current permission |29| Mutation | Never updates a list, label, or document without a separately confirmed supported action |30| Evidence | Analytical design only; no live contract review has occurred |3132## Activation evidence preflight33341. Confirm the named Library and the selected files or inspection scope required35 by this task.362. In a real SharePoint test, confirm either explicit invocation of this skill37 or the SharePoint skill indicator card. The presence of this package alone38 is not evidence that the host discovered or loaded it.393. If the host cannot load the skill or expose the required Library context,40 return `NOT SUPPORTED`, identify the missing capability, and do not claim41 that the review or draft was completed.424. Keep the result analytical until a test records the site, user role, input43 scope, and observed host behavior.4445## Procedure46471. Confirm selected contracts, the extraction schema, date convention, and the48 responsible reviewer for ambiguous results.492. Extract only requested fields such as renewal, notice, owner, counterparty,50 obligation, or risk, preserving a short source locator or passage.513. Use `NEEDS REVIEW` when wording is ambiguous, conflicting, incomplete, or52 inaccessible. Do not resolve it from general legal knowledge.534. Return this queue:5455 | Contract | Field | Extracted value | Source evidence | Confidence | Review status |56 |---|---|---|---|---|---|57585. Validate that every value has source evidence and every missing or uncertain59 value is explicitly marked.606. If the user requests record updates or notices, show the exact proposed61 target and change, then require confirmation and supported host capability.6263## Safe outcomes6465- `NEEDS INPUT`: the files, field schema, or reviewer are missing.66- `NOT SUPPORTED`: the host cannot inspect the required contract content.67- `INSUFFICIENT PERMISSION`: the user cannot read the selected contracts.6869## Boundaries7071- Do not provide legal advice, decide enforceability, or infer unquoted terms.72- Do not send notices, create tasks, or update external systems.73- Do not change contract files, labels, or list records by default.7475## Validation7677Read `evals/evals.json` for analytical extraction, ambiguity, and action-78boundary cases. No live tenant or legal-review evidence exists for version 1.1.0.7980## References8182- [Extend Copilot in SharePoint with skills](https://learn.microsoft.com/en-us/sharepoint/copilot-in-sharepoint-skills)8384## v1.1 maturation record8586The analytical [learning ledger](benchmarks/learning-ledger-2026-09-01.json)87preserves the frozen v1.0 input, official-source constraint, review limits, and88the concrete activation-evidence revision. It is not a live tenant test.8990## About9192Built by [Jamie Hill](https://overkillhill.com) · [OverKill Hill P³](https://overkillhill.com)93Published at [github.com/OKHP3](https://github.com/OKHP3)94Part of the [OKHP3/skillz](https://github.com/OKHP3/skillz) Agent Skill library.95MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.