Personal CRM and contact management - manage contacts, relationships, and interactions. Use when the user discusses contacts, people, or relationship tracking.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add harperreed/dotfiles --skill pagen --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pagen?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/harperreed-pagen)More formats (shields.io, HTML) on the badges page.
---
name: pagen
description: Personal CRM and contact management - manage contacts, relationships, and interactions. Use when the user discusses contacts, people, or relationship tracking.
---
# pagen - Personal CRM
Contact management with interaction tracking and relationship notes.
## When to use pagen
- User mentions a contact or person
- User wants to track relationships
- User needs contact information
- User discusses networking or connections
## Available features
- Contact storage with details
- Interaction logging
- Relationship notes
- Google Contacts sync
- Calendar integration
## CLI commands
```bash
pagen list # List contacts
pagen show <name> # Contact details
pagen add "Name" --email x@y.com # Add contact
pagen note <name> "Met at conf" # Add note
pagen sync # Sync with Google
pagen export --format markdown # Export
pagen export --format yaml # YAML export
```
## Data location
`~/.local/share/pagen/pagen.db` (SQLite, respects XDG_DATA_HOME via xdg library)
## Note
No MCP tools currently available for pagen. Use CLI commands via Bash tool.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!