Entity memory extraction
Skill a5c-ai/babysitter/library/specializations/ai-agents-conversational/skills/entity-memory-extraction
Entity and fact extraction for user profiling and personalizationFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill entity-memory-extractionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.5 KB, 206 tokens by cl100k_base, as published. Nobody here has run it
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
- Named Entities: People, places, organizations
- User Preferences: Likes, dislikes, interests
- Facts: Stated information about user
- Temporal: Dates, events, schedules
- 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
What ships with it: 1 file
517 B alongside SKILL.md
- README.md517 B