relationships/SKILL.md
Relationship CRM for tracking people, connections, and context. Categories: family, close_friends, friends, colleagues, broader_community, strangers, bad_actors, unknown. Use to add, search, list, or update people in your network.
npx skillsauth add profbernardoj/briefingclaw.com relationshipsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Track people in your life with rich context. Store relationship data, interaction history, and personal details in structured memory files.
| Category | Description |
|----------|-------------|
| family | Immediate and extended family |
| close_friends | Trusted inner circle |
| friends | Friends from communities, groups, activities |
| 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 |
/relationship add "Firstname Lastname" --category <category> [details]
Creates a new contact file or updates existing.
/relationship list <category>
Shows all contacts in a category.
/relationship search <query>
Full-text search across all contacts.
/relationship update "Firstname Lastname" --field <field> --value <value>
Updates a specific field.
/relationship interact "Firstname Lastname" --date YYYY-MM-DD --summary "what happened"
Logs an interaction to the contact's history.
memory/relationships/
├── family/
│ ├── example-person.md
│ └── ...
├── close_friends/
├── friends/
├── colleagues/
├── broader_community/
├── strangers/
├── bad_actors/
├── unknown/
└── index.json # Quick lookup index
# Firstname Lastname
## Basics
- **Category:** family
- **Relationship:** Spouse / Friend / Colleague / etc.
- **First met:** YYYY-MM-DD or context
- **Last contact:** YYYY-MM-DD
## Context
[Background, how you know them, what they mean to you]
## Key Details
- Birthday: YYYY-MM-DD
- Location: City, State
- Phone: +1XXXXXXXXXX
- Email: [email protected]
- Social: @handle
## Family
- Spouse: ...
- Children: ...
## Interactions
### YYYY-MM-DD - [Title]
[What happened, key points, follow-ups]
## Notes
[Running notes, things to remember]
memory/relationships/ for context persistenceMEMORY.md for high-level contextmemory/YYYY-MM-DD.md can reference contactsbad_actors/ with caution notestools
Cyclic shift execution engine. Plans tasks 3x daily (6 AM, 2 PM, 10 PM), decomposes them into granular steps, then executes via 15-minute cron cycles. Each cycle reads state files, picks the next step, executes it, writes results back. Errors are logged and skipped — never fatal. Planning uses Claude 4.6; execution uses GLM-5.
tools
Security middleware for all XMTP communications in EverClaw. Enforces guarded client usage with validation, integrity checks, and fail-closed security policies. Integrates approval flows for sensitive operations. Use when integrating XMTP messaging, configuring communication security, or auditing guarded client enforcement.
data-ai
Daily standup engine. Plans tasks 3x daily (6 AM, 2 PM, 10 PM) and delivers them for approval. Execution happens in the main session via direct conversation. Night shifts auto-approve carryover from earlier in the day.
tools
A helpful utility skill for agents