# Influencer Contract Review

> |

- **Type:** Skill
- **Install:** `agentstack add skill-cloutdesk-agents-influencer-contract-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cloutdesk](https://agentstack.voostack.com/s/cloutdesk)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cloutdesk](https://github.com/cloutdesk)
- **Source:** https://github.com/cloutdesk/agents/tree/main/skills/influencer-contract-review

## Install

```sh
agentstack add skill-cloutdesk-agents-influencer-contract-review
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Influencer Contract Review

## What this skill does

Inbound agreements arrive in many shapes — sometimes a creator's
manager-drafted contract, sometimes a brand client's pre-populated
template with an unusual exclusivity ask, sometimes a paid-media
addendum that adds new usage rights. The first pass is always the same:
classify the document, flag the high-risk clauses, identify missing
standard clauses the agency's playbook expects, and summarize. This
skill performs that first pass and produces a structured risk
register the contract owner can scan in under a minute.

The skill does not negotiate — it surfaces. The negotiation pass lives
in [influencer-contract-negotiation](../influencer-contract-negotiation/SKILL.md).
A clean review can hand off directly to signature via
[compliance-check](../compliance-check/SKILL.md); a dirty review
escalates to the negotiation skill or to a human contract owner.

## Composed into

- `agreement-reviewer` — first-pass triage of every inbound agreement before deciding negotiate-vs-sign

## Cloutdesk MCP tools typically called

| Tool | What for |
|---|---|
| `cloutdesk__get_collab` | Read the collab context the agreement attaches to |
| `cloutdesk__emit_event` | Log the review-completed event for collab timeline |

## Required scopes

- `collaborations:read`
- `events:emit`

## Standalone usage

Drop this skill into:

- **Claude Code / Claude Desktop** — `.claude/skills/influencer-contract-review/SKILL.md` (project-scoped) or `~/.claude/skills/influencer-contract-review/SKILL.md` (user-scoped)
- **OpenAI Codex** — `.codex/skills/influencer-contract-review/SKILL.md`
- **Other Anthropic Agent Skills-compliant runtimes** — per the runtime's documented skills directory

For Microsoft Agent Framework consumers, this skill's behavior is inlined into the
template-level `microsoft.yaml` manifests under their `instructions:` field rather
than dropped in as a separate file.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [cloutdesk](https://github.com/cloutdesk)
- **Source:** [cloutdesk/agents](https://github.com/cloutdesk/agents)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cloutdesk-agents-influencer-contract-review
- Seller: https://agentstack.voostack.com/s/cloutdesk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
