Help us improve
Share bugs, ideas, or general feedback.
From legal-toolkit
Extract named entities from legal documents and map relationships using NLP network analysis
npx claudepluginhub jdrodriguez/legal-toolkit --plugin legal-toolkitHow this command is triggered — by the user, by Claude, or both
Slash command
/legal-toolkit:entity-extraction <file or folder of documents>The summary Claude sees in its command listing — used to decide when to auto-load this command
# /entity-extraction -- Entity & Relationship Mapper Extract named entities (people, organizations, dates, monetary amounts, jurisdictions, legal references) from legal documents and build interactive relationship graphs showing how entities connect across documents. @$1 Examples: - `/legal-toolkit:entity-extraction ~/cases/johnson-dui/discovery/` - `/legal-toolkit:entity-extraction ~/cases/martinez/police-reports/ ~/cases/martinez/witness-statements/` - `/legal-toolkit:entity-extraction ~/cases/complex-fraud/full-document-set/` ## Workflow - **Validate** the input path (file or direct...
/geo-entity-extractionExtracts key entities (concepts, people, organizations, places, events) and relationships from a file or URL, builds Mermaid knowledge graph, generates Schema.org JSON-LD markup. Supports --format flag.
/second-brain-mappingExtracts structured metadata from all files in a vault, surfaces cross-document insights, and optionally builds a knowledge graph.
/research-docPerforms evidence-tiered research on documents (files, directories, URLs), with cross-referencing and methodology critique. Saves structured analysis to project memory.
/abstract-leaseExtracts and abstracts commercial lease documents (office or industrial) using REIXS-compliant rules with provenance tracking and uncertainty flags. Accepts file path or URL, outputs Markdown or JSON.
/onboard-docsetBootstraps wiki management for a document directory: inventories files, classifies roots vs derivatives, discovers lineage, and builds YAML manifest.
Share bugs, ideas, or general feedback.
Extract named entities (people, organizations, dates, monetary amounts, jurisdictions, legal references) from legal documents and build interactive relationship graphs showing how entities connect across documents.
@$1
Examples:
/legal-toolkit:entity-extraction ~/cases/johnson-dui/discovery//legal-toolkit:entity-extraction ~/cases/martinez/police-reports/ ~/cases/martinez/witness-statements//legal-toolkit:entity-extraction ~/cases/complex-fraud/full-document-set/map-entities skill's Python script with spaCy NLP for named entity recognitionmap-entities skill (SKILL.md) for NLP model options, minimum mention thresholds, and AI-powered relationship analysis