ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

contact-book

Store personal contacts with tags, search, and relationship tracking. Use when adding contacts, searching details, planning follow-ups.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/contact-book
Or

Contact Book

Productivity toolkit for managing contacts and relationships — add entries, plan follow-ups, track interactions, set reminders, tag contacts, and generate reports. All data stays local.

Commands

CommandDescription
contact-book add <input>Add a new contact or entry
contact-book plan <input>Record a follow-up plan for a contact
contact-book track <input>Log an interaction or touchpoint
contact-book review <input>Record a review note for a contact or relationship
contact-book streak <input>Track communication streaks with contacts
contact-book remind <input>Set a reminder for a contact-related task
contact-book prioritize <input>Mark a contact or task as high priority
contact-book archive <input>Archive a contact or old entry
contact-book tag <input>Add a tag or label to a contact
contact-book timeline <input>Record a timeline event for a contact
contact-book report <input>Generate a report entry
contact-book weekly-review <input>Log a weekly relationship review
contact-book statsShow summary statistics: entry counts per command, total, data size
contact-book export <fmt>Export all data in json, csv, or txt format
contact-book search <term>Search across all logs for a keyword
contact-book recentShow the 20 most recent activity entries
contact-book statusHealth check: version, data dir, entry count, disk usage, last activity
contact-book helpShow help with all available commands
contact-book versionShow current version

Command Behavior

  • With arguments: Each command logs the input with a timestamp to its own dedicated log file (e.g., add.log, plan.log, tag.log)
  • Without arguments: Each command displays the 20 most recent entries from its respective log file

Data Storage

  • Default data directory: ~/.local/share/contact-book/
  • Per-command logs: $DATA_DIR/<command>.log (e.g., add.log, plan.log, remind.log)
  • History log: $DATA_DIR/history.log — master timeline of all activity
  • Export files: $DATA_DIR/export.<fmt> — generated by the export command
  • All data is local plain-text. No cloud, no sync, no network calls.

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • No external dependencies or API keys required
  • Works entirely offline — your data stays on your machine

When to Use

Metadata

Author@ckchzh
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-contact-book": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.