contact-book
Store personal contacts with tags, search, and relationship tracking. Use when adding contacts, searching details, planning follow-ups.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/contact-bookContact 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
| Command | Description |
|---|---|
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 stats | Show 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 recent | Show the 20 most recent activity entries |
contact-book status | Health check: version, data dir, entry count, disk usage, last activity |
contact-book help | Show help with all available commands |
contact-book version | Show 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 theexportcommand - 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-contact-book": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
header
Header design reference — navigation patterns, sticky headers, responsive menus, accessibility. Use when designing website headers or implementing navigation components.
docker-helper
Dockerfile生成、docker-compose编排、命令速查、调试排错、镜像优化、仓库配置. Use when you need docker helper capabilities. Triggers on: docker helper.
rsyslog
RSyslog advanced system logging reference. RainerScript configuration, input/output modules (imtcp/imfile/omfwd/omelasticsearch), templates with property replacer, content-based filtering, TLS-encrypted remote logging, queue performance tuning, and debug troubleshooting.
Fitness Plan — Science-Based Training & Workout Auditor
Track workouts, calculate BMI/1RM, and access exercise science guides. 支持科学健身计划制定、BMI/最大力量计算及运动解剖学参考。Use when planning gym sessions, calculating macro needs, or auditing training splits.
pesticide
Pesticide management reference — chemical classes, application methods, IPM strategies, residue limits, safety protocols. Use when selecting pest control products, calculating spray rates, or managing pesticide compliance.