Install
$ agentstack add skill-profbernardoj-morpheus-skill-relationships ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Relationships CRM
Overview
Track people in the user's life with rich context. Store relationship data, interaction history, and personal details in structured memory files.
Categories
| Category | Description | |----------|-------------| | family | Immediate and extended family | | close_friends | Trusted inner circle | | church_friends | Friends from church community | | colleagues | Professional contacts, collaborators, business partners | | broader_community | Acquaintances, community members, loose connections | | strangers | One-time contacts, unknown intent | | bad_actors | People to avoid or be cautious around | | unknown | Not yet categorized |
Commands
Add a person
/relationship add "Firstname Lastname" --category [details]
Creates a new contact file or updates existing.
List by category
/relationship list
Shows all contacts in a category.
Search
/relationship search
Full-text search across all contacts.
Update
/relationship update "Firstname Lastname" --field --value
Updates a specific field.
Note interaction
/relationship interact "Firstname Lastname" --date YYYY-MM-DD --summary "what happened"
Logs an interaction to the contact's history.
File Structure
memory/relationships/
├── family/
│ ├── family-member.md
│ └── ...
├── close_friends/
├── church_friends/
├── colleagues/
├── broader_community/
├── strangers/
├── bad_actors/
├── unknown/
└── index.json # Quick lookup index
Contact File Format
# Firstname Lastname
## Basics
- **Category:** family
- **Relationship:** Wife
- **First met:** YYYY-MM-DD or "since childhood" etc.
- **Last contact:** YYYY-MM-DD
## Context
[Background, how we know them, what they mean to the user]
## Key Details
- Birthday: YYYY-MM-DD
- Location: City, State
- Phone: +1...
- Email: ...
- Social: @handle
## Family
- Spouse: ...
- Children: ...
## Interactions
### YYYY-MM-DD - [Title]
[What happened, key points, follow-ups]
## Notes
[Running notes, things to remember]
Workflow
- When asked about someone, search first
- When adding new people, ask clarifying questions
- After interactions, prompt to log them
- Periodically suggest categorization updates
- Respect privacy — never share contact info externally without permission
Integration with Memory
- Contacts live in
memory/relationships/for context persistence - Key people may also be referenced in
MEMORY.mdfor high-level context - Daily notes in
memory/YYYY-MM-DD.mdcan reference contacts
Privacy
- Contact files stay local
- Never sync to cloud or external services
- Malicious actors flagged in
bad_actors/with caution notes
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: profbernardoj
- Source: profbernardoj/morpheus-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.