caduceus-auto-savelisted
Install: claude install-skill HermeticOrmus/hermetic-claude
# Caduceus Auto-Save
Automatically detect when person-related information is mentioned and save it to Core Memory for future reference.
## When This Activates
This skill activates when you detect ANY of these patterns in user messages:
- A person's name with their role/title ("Sarah is the CEO", "my manager John")
- Contact information (email, phone, WhatsApp, LinkedIn)
- Organizational relationships ("works at", "in charge of", "leads the")
- Interpersonal relationships ("reports to", "works with", "is married to")
- Professional context ("specializes in", "expert in", "handles")
## Extraction Schema
When person information is detected, extract:
| Field | Description | Example |
|-------|-------------|---------|
| **name** | Full name | "Isa Derteano", "Dr. James Chen" |
| **role** | Job title/position | "Head of Marketing", "CTO" |
| **organization** | Company/team | "ALQVEMENTS", "Google Cloud Team" |
| **contact** | Email, phone, WhatsApp, social | "+34 722 108 179", "isa@company.com" |
| **relationships** | Connections to others | "reports to Ormus", "manages design team" |
| **responsibilities** | What they handle | "oversees all MANA marketing" |
| **expertise** | Skills/domains | "brand strategy", "Python", "UX design" |
| **notes** | Context, how you met | "Met at conference", "Friend of Diego" |
## How to Save
Use the Core Memory tools:
1. **Initialize session** (if not already done):
```
mcp__core-memory__initialize_conversation_session
```
2. *