SpillwaveSolutions

Extract Entities — Development skill for Claude Code

Development community

Extract named entities (people, orgs, locations) from text.

How to install Extract Entities

Installs to ~/.claude/skills/spillwavesolutions-spacy-nlp-agentic-skill-extract-entities/SKILL.md

Terminal
mkdir -p ~/.claude/skills/spillwavesolutions-spacy-nlp-agentic-skill-extract-entities && curl -fsSL https://raw.githubusercontent.com/SpillwaveSolutions/spacy-nlp-agentic-skill/HEAD/commands/extract-entities.md -o ~/.claude/skills/spillwavesolutions-spacy-nlp-agentic-skill-extract-entities/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Extract Entities does


name: extract-entities description: Extract named entities (people, orgs, locations) from text parameters:

  • name: text description: Text to analyze required: false
  • name: file description: File path to analyze required: false
  • name: types description: Entity types (PERSON, ORG, GPE, DATE, MONEY) required: false
  • name: output description: Output format (table, json, csv) required: false default: table skills:
  • spacy-nlp

Extract Entitie

Alternatives in Development

  • Contributing To Skill Seeker — First off, thank you for considering contributing to Skill Seeker 11.1k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Tutti — Where people and agents build in tune 3.5k ★

Full documentation available on GitHub

View Source Repository