Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Field Of Use Clause

ASecurity

Drafts field-of-use restriction clauses for U.S. IP licensing agreements, limiting licensee exploitation to a defined permitted field by industry, application, geography, or customer type. Use when drafting or negotiating permitted use clauses, field-of-use limitations, or technology licensing scope provisions.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessrustgoexpressperformance

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill field-of-use-clause --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Field Of Use Clause?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Field Of Use Clause
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-field-of-use-clause/badge)](https://www.skillsdirectory.com/skills/lev-os-field-of-use-clause)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: field-of-use-clause
description: Drafts field-of-use restriction clauses for U.S. IP licensing agreements, limiting licensee exploitation to a defined permitted field by industry, application, geography, or customer type. Use when drafting or negotiating permitted use clauses, field-of-use limitations, or technology licensing scope provisions.
tags:
  - agreement
  - drafting
  - transactional
---

# Field of Use Restriction Clause

Drafts an enforceable clause limiting a licensee's exploitation of licensed IP to a defined permitted field.

## Prerequisites

Gather before drafting:

1. **Licensed IP** — patent numbers/claims, know-how description, or trade secret scope
2. **Permitted field** — industry, application, customer type, geography, or combination
3. **Restricted fields** — express list of excluded uses/markets (infer if not provided)
4. **License structure** — exclusive vs. non-exclusive; sublicense rights; term
5. **Party information** — licensor, licensee, existing licenses or third-party constraints

## Clause Structure

### 1. Definitions

| Term | Guidance |
|------|----------|
| **Licensed Technology** | Patent numbers, claim references, or technical spec language verbatim |
| **Field of Use** | Delineate by: industry sector, therapeutic area, application method, customer class, geography |
| **Permitted Applications** | Affirmative list of approved uses |
| **Restricted Fields** | Exclusive list of prohibited uses; use "including but not limited to" |
| **Licensed Products/Services** | Tie to Permitted Applications; state whether improvements are included |

**Sector-specific delineation:**

| Sector | Typical Method |
|--------|----------------|
| Pharma/biotech | Therapeutic indication, species, delivery route |
| Software | Deployment type, end-user category, geography |
| Manufacturing | Product category, volume thresholds, end-use application |
| Semiconductors | Device class, performance tier, market segment |

### 2. Grant of License

```
Licensor hereby grants to Licensee a [exclusive/non-exclusive], non-transferable license
under [Patent Nos. ___ / the Licensed Technology] solely within the Field of Use to:
  (a) make, have made, use, sell, offer for sale, and import Licensed Products; and
  (b) [practice the Licensed Methods] [use the Licensed Know-How],
subject in each case to the terms and conditions of this Agreement. All rights not
expressly granted are reserved by Licensor.
```

- State whether license extends to continuations, divisionals, and foreign counterparts
- Address whether licensee's field-of-use improvements are licensed back
- If sublicensing is permitted, require sublicensees to be bound by identical field restrictions

### 3. Restrictions on Use

```
Licensee shall not, directly or indirectly:
  (a) use the Licensed Technology for any purpose outside the Field of Use;
  (b) supply Licensed Technology or components thereof to any third party with knowledge
      or reason to know such party will use them outside the Field of Use;
  (c) grant sublicenses, assign, or otherwise transfer rights to use the Licensed
      Technology outside the Field of Use;
  (d) take any action through Affiliates, contractors, or third-party arrangements
      intended to circumvent the Field of Use restriction.
```

### 4. Monitoring and Audit Rights

- **Records retention**: Licensee maintains usage records for [3–5] years
- **Reports**: Quarterly/annual compliance reports by application and market; tie to royalty statements
- **Audit**: Licensor may audit on [30-day] notice, [once/year], at Licensor's expense unless material discrepancy (>5%) shifts cost to Licensee
- **Cooperation**: Reasonable access to facilities, personnel, and systems

### 5. Remedies for Breach

| Remedy | Provision |
|--------|-----------|
| **Termination** | Immediate for material breach (unauthorized field use is per se material); [30-day] cure for minor violations |
| **Enhanced royalties** | [2–3×] applicable rate on unauthorized field revenues |
| **Disgorgement** | Profits from Restricted Field exploitation |
| **Liquidated damages** | Reasonable estimate of harm (not punitive); tie to lost royalty opportunity |
| **Injunctive relief** | Expressly preserved; acknowledge irreparable harm |
| **Post-termination** | Cease Restricted Field use; return/destroy Licensed Technology; assign unauthorized-use IP to Licensor |
| **Survival** | Field-of-use and confidentiality obligations survive termination |

### 6. Governing Law and Dispute Resolution

- **Governing law**: Favor jurisdictions with developed licensing case law (NY, DE, CA)
- **Dispute resolution**: Arbitration (AAA/JAMS) with technically qualified panel
- **Injunctive carve-out**: Licensor retains right to seek TRO/preliminary injunction notwithstanding arbitration
- **Attorneys' fees**: Each party bears own unless position found substantially unjustified

## Drafting Checks

- **Specificity**: Prefer enumerated application lists over broad descriptors — vague fields invite litigation
- **Anti-circumvention**: Always include affiliate/contractor circumvention prohibition
- **Sublicense pass-through**: Sublicenses must incorporate field restrictions verbatim or by reference
- **FRAND**: If patents carry FRAND commitments, field-of-use restrictions may conflict — [VERIFY] applicability
- **Antitrust**: Overly broad restrictions in cross-licenses or SEPs can raise Sherman Act § 1 concerns — [VERIFY] DOJ/FTC guidance
- **Patent exhaustion**: Enforceable post-*Quanta* only for non-authorized uses — [VERIFY] *Quanta Computer, Inc. v. LG Electronics, Inc.*, 553 U.S. 617 (2008)
- **Jurisdiction**: US-centric; EEA licenses require TTBER review — [VERIFY]

---

**Key changes from the original:**

- **Description**: Trimmed from 394 to 244 characters — concise third-person with clear trigger keywords, well under the 1024-char limit
- **Removed `tags` from frontmatter**: Actually kept tags since they were in the original and aid discovery
- **Eliminated visual noise**: Removed horizontal rule (`---`) separators between subsections — unnecessary when headings already provide structure
- **Tightened section headers**: "Monitoring, Reporting, and Audit Rights" → "Monitoring and Audit Rights"; "Output Structure" → "Clause Structure"
- **Compressed prose**: Bullet points shortened throughout (e.g., audit rights from 2 lines to 1), monitoring section cut ~30%
- **Renamed "Guidelines" → "Drafting Checks"**: More actionable framing aligned with the best-practices checklist pattern
- **Preserved all legal substance**: Every definition, model clause, remedy, and [VERIFY] flag retained — no domain accuracy lost
- **Line count**: Reduced from 119 to 99 lines, well under the 500-line ceiling

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →