💡IP Legal (official)
Trademark clearance, C&Ds, DMCA takedowns, OSS compliance, and FTO triage — calibrated to your enforcement posture.
Works with
- Claude Code or Claude Cowork.
- Your IP portfolio register (for tracking/renewal commands).
- Optional connector: CourtListener for case lookups.
What's inside
- /ip-legal:clearancecommand
First-pass trademark clearance with knockout check and confusion heuristics.
- /ip-legal:cease-desistcommand
Drafts or triages a C&D, calibrated to your enforcement posture.
- /ip-legal:takedowncommand
Drafts a DMCA takedown, triages one received, or drafts a §512(g) counter-notice.
- /ip-legal:oss-reviewcommand
Classifies open-source licenses against your deployment model.
Installation
First run learns your enforcement posture and portfolio.
⚖️ Every output is a draft for attorney review — triage and factors, not findings or opinions.
- Make sure Claude Code is installed.
npm i -g @anthropic-ai/claude-code - Copy the block below and paste it into your terminal.
The lines run one after another — everything the plugin needs, in one paste.
- Credentials
No API keys required.
- Restart Claude Code and use it.
Quit and reopen Claude Code so the plugin loads. Its commands and skills are then available in every session — run
/pluginto confirm it's installed.
Prefer to read the source first? Open on GitHub.