named-entity-extractor

Extract people, organizations, and locations from unstructured text using NLP.

86|18|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill named-entity-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: named-entity-extractor
Source: https://github.com/dkyazzentwatwa/chatgpt-skills/tree/main/named-entity-extractor
Command: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill named-entity-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spacy, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the identification and extraction of crucial named entities from unstructured text, making information more accessible and actionable.

Core Features & Use Cases

  • Entity Recognition: Identifies people, organizations, locations, dates, and more.
  • Multiple Modes: Offers both accurate spaCy models and faster regex-based extraction.
  • Use Case: Analyze customer feedback to quickly identify mentioned products, people, and locations for targeted follow-up or market research.

Quick Start

Use the named-entity-extractor skill to extract all people and organizations from the provided text.

Frequently Asked Questions about named-entity-extractor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract named entities from unstructured text for data enrichment?

To extract named entities from unstructured text for data enrichment, you can use NLP techniques to identify people, organizations, and locations. This Skill automates that information extraction using spaCy models or regex-based processing.

What is the best way to identify people and organizations in customer feedback?

The best way to identify people and organizations in customer feedback is through named entity recognition. This Skill analyzes text to extract mentioned products, individuals, and locations for targeted market research and follow-up.

Do I need spaCy and pandas to perform named entity recognition with this Skill?

Yes, you need the spaCy and pandas libraries installed to perform named entity recognition with this Skill. SpaCy provides the accurate NLP models, while pandas handles the data processing and output management.

When should I use regex instead of spaCy models for entity extraction?

You should use regex instead of spaCy models for entity extraction when you need faster processing speed over deep contextual understanding. This Skill offers both modes to balance extraction accuracy with performance requirements.

Can I use this Skill for document analysis on large volumes of text?

You can use this Skill for document analysis on large volumes of unstructured text. It automates information extraction and data enrichment tasks, making extensive text data more accessible and actionable.