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/baseclaw.ai 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 notesdevelopment
Security scanner for AgentSkill packages. Scan skills for credential theft, code injection, prompt manipulation, data exfiltration, and evasion techniques before installing them. Use when evaluating skills from ClawHub or any untrusted source.
development
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.
tools
Personally identifiable information (PII) leak prevention for EverClaw. Scans outbound content against configurable PII patterns before git push, email, social media, ClawHub publishing, GitHub interactions, or any external data transmission. Provides git pre-push hooks, CLI scanning tools, and hard-block enforcement with user override capability. Use when checking content for PII before external actions, adding new protected patterns, configuring git pre-push hooks, or auditing data leak prevention.
testing
Automated overnight task planning and execution engine for EverClaw. Generates prioritized action lists at 9:30 PM CST for the 10 PM–6 AM window, requires human approval before execution, enforces safety boundaries on allowed task types, and updates Mission Control dashboard at shift end. Use when planning overnight autonomous work, configuring night shift cron jobs, reviewing morning progress reports, or setting task approval policies.