Entity and fact extraction for user profiling and personalization
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill entity-memory-extraction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Entity Memory Extraction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-entity-memory-extraction-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: entity-memory-extraction
description: Entity and fact extraction for user profiling and personalization
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:ai-agents-conversational]
skillAreas: [skill-area:natural-language-processing, skill-area:context-management]
roles: [role:ml-engineer, role:backend-engineer]
workflows: [workflow:feature-development, workflow:ml-model-lifecycle]
---
# Entity Memory Extraction Skill
## Capabilities
- Extract entities from conversations
- Build and update user profiles
- Track preferences and facts
- Implement entity disambiguation
- Design entity relationship graphs
- Configure extraction rules and schemas
## Target Processes
- long-term-memory-management
- conversational-persona-design
## Implementation Details
### Extraction Types
1. **Named Entities**: People, places, organizations
2. **User Preferences**: Likes, dislikes, interests
3. **Facts**: Stated information about user
4. **Temporal**: Dates, events, schedules
5. **Relationships**: Connections between entities
### Configuration Options
- Extraction model selection
- Entity schema definition
- Confidence thresholds
- Update policies
- Storage backend
### Best Practices
- Define clear entity schemas
- Handle entity conflicts
- Implement confidence scoring
- Regular profile validation
- Privacy considerations
### Dependencies
- langchain
- spacy (optional)
- Custom extraction models
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!