contacts

Installation
SKILL.md

Contacts Skill

An intelligent contact management skill that stores and manages contact information including names, phone numbers, emails, and detailed profiles.

🚀 Quick Usage

For AI Agents calling this skill:

# Add a new contact
python scripts/contacts.py add \
  --name "John Smith" \
  --phone "+1-555-0123" \
  --email "john@example.com" \
  --profile "CTO at TechCorp, loves coffee, met at conference 2024"

# Search contacts
python scripts/contacts.py search "John"
Installs
1
First Seen
10 days ago
contacts — teamily-ai/skill-package