ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

bookmark-keeper

Save, organize, and search web bookmarks with tags and categories. Use when collecting research links, organizing lists, or reviewing resources.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/bookmark-keeper
Or

Bookmark Keeper

A productivity toolkit for managing bookmarks, plans, tasks, and reviews — all from the command line with timestamped local logging, tagging, archiving, and weekly review workflows.

Commands

CommandDescription
bookmark-keeper add <input>Add a new bookmark or item. Without args, shows recent add entries
bookmark-keeper plan <input>Record a plan or goal. Without args, shows recent plans
bookmark-keeper track <input>Track progress on an item. Without args, shows recent tracking entries
bookmark-keeper review <input>Log a review or assessment. Without args, shows recent reviews
bookmark-keeper streak <input>Record a streak or consistency milestone. Without args, shows recent streaks
bookmark-keeper remind <input>Set a reminder note. Without args, shows recent reminders
bookmark-keeper prioritize <input>Record a prioritization decision. Without args, shows recent priorities
bookmark-keeper archive <input>Archive a completed or inactive item. Without args, shows recent archives
bookmark-keeper tag <input>Add tags or categorize an item. Without args, shows recent tag entries
bookmark-keeper timeline <input>Record a timeline entry or milestone. Without args, shows recent timeline entries
bookmark-keeper report <input>Generate and log a report. Without args, shows recent reports
bookmark-keeper weekly-review <input>Record a weekly review summary. Without args, shows recent weekly reviews
bookmark-keeper statsShow summary statistics across all entry types
bookmark-keeper search <term>Search across all log entries for a keyword
bookmark-keeper recentShow the 20 most recent activity entries
bookmark-keeper statusHealth check — version, data dir, entry count, disk usage, last activity
bookmark-keeper export <fmt>Export all data in json, csv, or txt format
bookmark-keeper helpShow all available commands
bookmark-keeper versionPrint version (v2.0.0)

Each command (add, plan, track, etc.) works the same way:

  • With arguments: saves the entry with a timestamp to its dedicated .log file and records it in activity history
  • Without arguments: displays the 20 most recent entries from that command's log

Data Storage

All data is stored locally in plain-text log files:

Metadata

Author@ckchzh
Stars3562
Views1
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-bookmark-keeper": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.