Contract Helper
Create and review influencer partnership agreements. Clear contracts protect both brand and creator and set expectations for the collaboration.
⚠️ This skill provides general guidance and templates. Always have contracts reviewed by legal counsel before execution.
Quick Start
Draft an influencer agreement for [deliverables] with [compensation terms]
Review these contract terms from an influencer agency: [paste terms]
Skill Contract
- Reads: campaign brief, agreed deliverables, compensation figure, platform list, usage-rights and exclusivity needs, any pasted incoming agreement, and stable
party_ref, contact_ref, address_ref, and signature_ref values when available. Raw legal names, entity identifiers, emails, phones, postal addresses, payment details, and signatures are transient execution inputs only. If memory-management is active, prior outreach terms and budget caps load from the hot cache. For a rostered creator, resolve the carried opaque creator_ref through its authorized artifact or verified registry link, then read memory/creators/<aggregate-id>.md — the creator-registry projection — for existing exclusivity windows, contract status, usage-rights history, and standard-range anchors before drafting or reviewing. Never derive the path from a raw handle.
- Writes: return the drafted agreement or review memo inline by default. With exact WARM-save authorization,
memory/influencer/contract-helper/YYYY-MM-DD-<topic>.md stores only party_ref, contact_ref, address_ref, signature_ref, and a non-PII terms summary; it never stores raw party/contact/address/signature values, payment details, or the executable/signed document bytes. The e-sign execution copy remains in the authorized external document/e-sign system. Each signed-term update requires a separate exact authorization for an operation: propose request through registry-events.py to memory/events/creators.ndjson; only creator-registry writes canonical roster records.
- Promotes: only with separate exact authorization, promote durable signed terms (usage-rights window, exclusivity scope, payment schedule) to
memory/hot-cache.md.
- Done when:
- Every required term is filled or explicitly marked TBD (parties, deliverables, compensation, payment timeline, usage rights, exclusivity, termination).
- Red flags are listed for any review, and a legal-counsel review note is attached before execution.
- A negotiation cheat sheet maps each open term only to a user-supplied target or a source-dated, jurisdiction/market-compatible anchor; otherwise the counter remains
TBD/NEEDS_INPUT.
- Any WARM record is reference-only, and any signature request is either not sent or has its own exact authorization bound to the final recipient, document bytes, and channel.
- Primary next skill: brief-generator — after signature, create or finalize the creator-ready brief, then let the creator fulfill it. A signature alone is never enough to route to amplification.
Handoff Summary
Emit the standard shape from skill-contract.md §Handoff Summary Format.
Data Sources
This family needs no live integrations (Tier 1). The skill works by asking you for the inputs directly: parties, deliverables, compensation, platform, and any incoming terms to review. Paste an agency's draft and it reviews against the checklist with zero setup.
Optional connectors that COULD speed up specific steps:
~~CRM / deal record — pull agreed scope and rate so you don't re-type them.
~~influencer database — resolve legal-name/entity inputs transiently from authorized party refs for the external execution copy; retain only opaque refs in WARM.
~~e-signature — hold the full execution copy outside WARM and route it only after the independent signature-send authorization below.
See CONNECTORS.md for the free/keyless recipe per category. None are required.
Instructions
When a user requests contract help:
- Gather contract parameters — capture
party_ref, contact_ref, address_ref, and signature_ref plus partnership details (campaign, duration, deliverables, compensation) and additional terms (usage rights, exclusivity, approval, platforms). Raw identity/contact/address/signature inputs stay transient. Use the gathering form in references/templates.md §1.
- Draft the agreement — fill the 11-section framework (scope, compensation, usage rights, exclusivity, approval, compliance/FTC, warranties, confidentiality, indemnification, termination, miscellaneous + signatures). The reference-safe WARM summary and the external-only execution-copy template are separated in references/templates.md §2. Scale sections to deal size — drop whitelisting/broad-exclusivity blocks for small deals.
- Explain key clauses — for each material clause give what it covers, why it matters, and what to watch for. Clause guide in references/templates.md §3.
- Review and flag — for any incoming paper, run the checklist: essential terms present, red flags, and per-clause counters. Never use a built-in duration, revision count, turnaround time, or payment term as a default. A numerical counter must be user-supplied or tied to a source-dated, jurisdiction/market-compatible anchor; otherwise mark it
TBD/NEEDS_INPUT. Checklist + tables in references/templates.md §4-5.
- Prepare and authorize e-sign execution — keep the full executable agreement in the external e-sign/document system, compute the SHA-256 over the exact final document bytes, and show the exact
recipient_ref, document hash, and delivery channel. Sending for signature is an external mutation and requires an independent exact authorization bound to that tuple; drafting, legal review, WARM save, HOT promotion, or a prior send approval does not cover it. Resolve the raw recipient/contact/address only inside the authorized provider call. If any document byte, recipient, or channel changes, discard the approval and request a new one. Do not upload, route, or send when the tuple or authorization is missing.
- Route after signature — if no final creator-ready brief exists, hand off to brief-generator. If the brief already exists, proceed with creator fulfillment; when a submission arrives, hand its frozen version to creator-content-auditor for revision/approval. Route an auditor-approved frozen asset to content-amplifier only when active rights cover the intended use; Spark/boost paths additionally require the matching live post, while a dark-post path does not. Do not skip fulfillment or the content gate merely because the agreement is signed.
Return the drafted agreement or review memo inline. Offer a reference-only terms summary at the exact WARM save path; never place the e-sign execution copy there. Ask separately before any HOT promotion. Once terms are signed, offer another exact authorization for a one-line operation: propose update (usage-rights window, exclusivity scope, final rate) through registry-events.py to memory/events/creators.ndjson for creator-registry to reconcile. Drafting, signing, saving, and signature delivery are four distinct authorization surfaces; none authorizes another.
If an authorized lightweight campaign tracker already exists, offer to record stage: contracted with the signed agreement in evidence_refs; that WARM update needs its own exact save authorization and is not canonical. If the brief is already final, do not invoke another planning skill merely to extend the chain: hand the contracted brief to the creator for fulfillment, record later submissions when authorized, and invoke the auditor only after content is submitted.
Example
User: "Draft a simple agreement for 2 Instagram posts at $500, Net 30 after acceptance, two revision rounds, non-exclusive 12-month owned-channel rights in the US, draft due 15 Sep and go-live 22 Sep."
Output: a simplified agreement scoped to those supplied terms — 2 IG posts, $500 Net 30, two revision rounds, non-exclusive 12-month US owned-channel rights, the supplied dates, and #ad disclosure. Heavier sections outside the deal are omitted or marked TBD, not invented. Any authorized WARM save is the reference-only term summary; the executable agreement stays in the external e-sign system and is not sent without the separately approved recipient_ref + document SHA-256 + channel tuple. See references/templates.md §7 for the worked walkthrough.
Reference Materials
Next Best Skill
Primary: brief-generator — create or finalize the creator-ready brief after signature.
Conditional next steps:
- Brief already final: proceed with creator fulfillment; when content is submitted, use creator-content-auditor to run the approval workflow the contract defines.
- Asset approved for reuse: use content-amplifier only after confirming the frozen asset is auditor-approved and covered by active rights for the intended use; require a matching live post only for Spark/boost or another existing-post method.
- outreach-manager — if terms stall, return to negotiation before re-drafting.
Termination: keep a visited-set for this session. If a skill above has already been invoked, stop and report chain-complete rather than re-running it. Max chain depth is 3 hops; once reached, summarize and hand back to the user.
Related Skills
1---2name: contract-helper3description: Use when the user asks to "draft an influencer contract", "review these agreement terms", or "build a partnership template"; produces a full influencer agreement framework (scope, compensation, usage rights, exclusivity, FTC disclosure), a clause-by-clause review with red flags, and a negotiation cheat sheet. Not for outreach negotiation before a deal exists — use outreach-manager. 达人合同/合作协议条款审查4license: Apache-2.05---6
7# Contract Helper
8
9Create and review influencer partnership agreements. Clear contracts protect both brand and creator and set expectations for the collaboration.
10
11⚠️ This skill provides general guidance and templates. Always have contracts reviewed by legal counsel before execution.
12
13## Quick Start
14
15```
16Draft an influencer agreement for [deliverables] with [compensation terms]
17```
18```
19Review these contract terms from an influencer agency: [paste terms]
20```
21
22## Skill Contract
23
24- **Reads**: campaign brief, agreed deliverables, compensation figure, platform list, usage-rights and exclusivity needs, any pasted incoming agreement, and stable `party_ref`, `contact_ref`, `address_ref`, and `signature_ref` values when available. Raw legal names, entity identifiers, emails, phones, postal addresses, payment details, and signatures are transient execution inputs only. If `memory-management` is active, prior outreach terms and budget caps load from the hot cache. For a rostered creator, resolve the carried opaque `creator_ref` through its authorized artifact or verified registry link, then read `memory/creators/<aggregate-id>.md` — the [creator-registry](../../../protocol/creator-registry/SKILL.md) projection — for existing exclusivity windows, contract status, usage-rights history, and standard-range anchors before drafting or reviewing. Never derive the path from a raw handle.
25- **Writes**: return the drafted agreement or review memo inline by default. With exact WARM-save authorization, `memory/influencer/contract-helper/YYYY-MM-DD-<topic>.md` stores only `party_ref`, `contact_ref`, `address_ref`, `signature_ref`, and a non-PII terms summary; it never stores raw party/contact/address/signature values, payment details, or the executable/signed document bytes. The e-sign execution copy remains in the authorized external document/e-sign system. Each signed-term update requires a separate exact authorization for an `operation: propose` request through `registry-events.py` to `memory/events/creators.ndjson`; only `creator-registry` writes canonical roster records.
26- **Promotes**: only with separate exact authorization, promote durable signed terms (usage-rights window, exclusivity scope, payment schedule) to `memory/hot-cache.md`.
27- **Done when**:
28 - Every required term is filled or explicitly marked TBD (parties, deliverables, compensation, payment timeline, usage rights, exclusivity, termination).
29 - Red flags are listed for any review, and a legal-counsel review note is attached before execution.
30 - A negotiation cheat sheet maps each open term only to a user-supplied target or a source-dated, jurisdiction/market-compatible anchor; otherwise the counter remains `TBD/NEEDS_INPUT`.
31 - Any WARM record is reference-only, and any signature request is either not sent or has its own exact authorization bound to the final recipient, document bytes, and channel.
32- **Primary next skill**: [brief-generator](../../target/brief-generator/SKILL.md) — after signature, create or finalize the creator-ready brief, then let the creator fulfill it. A signature alone is never enough to route to amplification.
33
34### Handoff Summary
35
36> Emit the standard shape from [skill-contract.md §Handoff Summary Format](../../../references/skill-contract.md).
37
38## Data Sources
39
40This family needs no live integrations (Tier 1). The skill works by asking you for the inputs directly: parties, deliverables, compensation, platform, and any incoming terms to review. Paste an agency's draft and it reviews against the checklist with zero setup.
41
42Optional connectors that COULD speed up specific steps:
43
44- `~~CRM` / deal record — pull agreed scope and rate so you don't re-type them.
45- `~~influencer database` — resolve legal-name/entity inputs transiently from authorized party refs for the external execution copy; retain only opaque refs in WARM.
46- `~~e-signature` — hold the full execution copy outside WARM and route it only after the independent signature-send authorization below.
47
48See [CONNECTORS.md](../../../CONNECTORS.md) for the free/keyless recipe per category. None are required.
49
50## Instructions
51
52When a user requests contract help:
53
541. **Gather contract parameters** — capture `party_ref`, `contact_ref`, `address_ref`, and `signature_ref` plus partnership details (campaign, duration, deliverables, compensation) and additional terms (usage rights, exclusivity, approval, platforms). Raw identity/contact/address/signature inputs stay transient. Use the gathering form in [references/templates.md §1](references/templates.md).
552. **Draft the agreement** — fill the 11-section framework (scope, compensation, usage rights, exclusivity, approval, compliance/FTC, warranties, confidentiality, indemnification, termination, miscellaneous + signatures). The reference-safe WARM summary and the external-only execution-copy template are separated in [references/templates.md §2](references/templates.md). Scale sections to deal size — drop whitelisting/broad-exclusivity blocks for small deals.
563. **Explain key clauses** — for each material clause give what it covers, why it matters, and what to watch for. Clause guide in [references/templates.md §3](references/templates.md).
574. **Review and flag** — for any incoming paper, run the checklist: essential terms present, red flags, and per-clause counters. Never use a built-in duration, revision count, turnaround time, or payment term as a default. A numerical counter must be user-supplied or tied to a source-dated, jurisdiction/market-compatible anchor; otherwise mark it `TBD/NEEDS_INPUT`. Checklist + tables in [references/templates.md §4-5](references/templates.md).
585. **Prepare and authorize e-sign execution** — keep the full executable agreement in the external e-sign/document system, compute the SHA-256 over the exact final document bytes, and show the exact `recipient_ref`, document hash, and delivery channel. Sending for signature is an external mutation and requires an independent exact authorization bound to that tuple; drafting, legal review, WARM save, HOT promotion, or a prior send approval does not cover it. Resolve the raw recipient/contact/address only inside the authorized provider call. If any document byte, recipient, or channel changes, discard the approval and request a new one. Do not upload, route, or send when the tuple or authorization is missing.
596. **Route after signature** — if no final creator-ready brief exists, hand off to [brief-generator](../../target/brief-generator/SKILL.md). If the brief already exists, proceed with creator fulfillment; when a submission arrives, hand its frozen version to [creator-content-auditor](../creator-content-auditor/SKILL.md) for revision/approval. Route an auditor-approved frozen asset to [content-amplifier](../content-amplifier/SKILL.md) only when active rights cover the intended use; Spark/boost paths additionally require the matching live post, while a dark-post path does not. Do not skip fulfillment or the content gate merely because the agreement is signed.
60
61Return the drafted agreement or review memo inline. Offer a reference-only terms summary at the exact WARM save path; never place the e-sign execution copy there. Ask separately before any HOT promotion. Once terms are signed, offer another exact authorization for a one-line `operation: propose` update (usage-rights window, exclusivity scope, final rate) through `registry-events.py` to `memory/events/creators.ndjson` for [creator-registry](../../../protocol/creator-registry/SKILL.md) to reconcile. Drafting, signing, saving, and signature delivery are four distinct authorization surfaces; none authorizes another.
62
63If an authorized lightweight campaign tracker already exists, offer to record `stage: contracted` with the signed agreement in `evidence_refs`; that WARM update needs its own exact save authorization and is not canonical. If the brief is already final, do not invoke another planning skill merely to extend the chain: hand the contracted brief to the creator for fulfillment, record later submissions when authorized, and invoke the auditor only after content is submitted.
64
65## Example
66
67**User**: "Draft a simple agreement for 2 Instagram posts at $500, Net 30 after acceptance, two revision rounds, non-exclusive 12-month owned-channel rights in the US, draft due 15 Sep and go-live 22 Sep."
68
69**Output**: a simplified agreement scoped to those supplied terms — 2 IG posts, $500 Net 30, two revision rounds, non-exclusive 12-month US owned-channel rights, the supplied dates, and #ad disclosure. Heavier sections outside the deal are omitted or marked TBD, not invented. Any authorized WARM save is the reference-only term summary; the executable agreement stays in the external e-sign system and is not sent without the separately approved `recipient_ref` + document SHA-256 + channel tuple. See [references/templates.md §7](references/templates.md) for the worked walkthrough.
70
71## Reference Materials
72
73- [references/templates.md](references/templates.md) — gathering form, full 11-section agreement template, clause explanations, review checklist, negotiation tables, tips, worked example.
74- [skill-contract.md](../../../references/skill-contract.md) — shared contract and Handoff Summary format.
75- [state-model.md](../../../references/state-model.md) — memory tiers and save-path convention.
76- [CONNECTORS.md](../../../CONNECTORS.md) — free/keyless connector recipes per category.
77- Sibling skills: [outreach-manager](../outreach-manager/SKILL.md) (negotiate before contract), [creator-content-auditor](../creator-content-auditor/SKILL.md) (execute the approval clause), [budget-optimizer](../../target/budget-optimizer/SKILL.md) (set compensation), [brief-generator](../../target/brief-generator/SKILL.md) (attach the brief as an exhibit).
78
79## Next Best Skill
80
81**Primary**: [brief-generator](../../target/brief-generator/SKILL.md) — create or finalize the creator-ready brief after signature.
82
83**Conditional next steps**:
84- **Brief already final**: proceed with creator fulfillment; when content is submitted, use [creator-content-auditor](../creator-content-auditor/SKILL.md) to run the approval workflow the contract defines.
85- **Asset approved for reuse**: use [content-amplifier](../content-amplifier/SKILL.md) only after confirming the frozen asset is auditor-approved and covered by active rights for the intended use; require a matching live post only for Spark/boost or another existing-post method.
86- [outreach-manager](../outreach-manager/SKILL.md) — if terms stall, return to negotiation before re-drafting.
87
88**Termination**: keep a visited-set for this session. If a skill above has already been invoked, stop and report chain-complete rather than re-running it. Max chain depth is 3 hops; once reached, summarize and hand back to the user.
89
90## Related Skills
91
92- [outreach-manager](../outreach-manager/SKILL.md) - Negotiate before contract
93- [brief-generator](../../target/brief-generator/SKILL.md) - Attach brief as exhibit
94- [creator-content-auditor](../creator-content-auditor/SKILL.md) - Execute approval process
95- [budget-optimizer](../../target/budget-optimizer/SKILL.md) - Set compensation terms