AgentStack
SKILL verified MIT Self-run

Relationships

skill-profbernardoj-morpheus-skill-relationships · by profbernardoj

Relationship CRM for tracking people, connections, and context. Categories: family, close_friends, church_friends, colleagues, broader_community, strangers, bad_actors, unknown. Use to add, search, list, or update people in the user's network.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-profbernardoj-morpheus-skill-relationships

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Relationships? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. When asked about someone, search first
  2. When adding new people, ask clarifying questions
  3. After interactions, prompt to log them
  4. Periodically suggest categorization updates
  5. 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.md for high-level context
  • Daily notes in memory/YYYY-MM-DD.md can 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.