nb-notes-search

Community

Instantly find notes, chats, and knowledge with `nb`.

AuthorPaulRBerg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps users quickly translate natural language queries into precise nb CLI commands, enabling efficient searching and retrieval of personal notes, bookmarks, and chat logs from their knowledge base.

Core Features & Use Cases

  • Natural Language to nb Commands: Converts queries like "in which chat did I say X?" into executable nb search commands.
  • Comprehensive Search: Supports searching by keywords, tags, types (bookmark, note), and across all notebooks.
  • Knowledge Retrieval: Facilitates recalling past conversations, finding specific notes by ID or title, and listing todos.
  • Use Case: When you need to remember a detail from a past conversation or find a specific technical note you made, simply ask Claude, and this skill will generate the correct nb command to retrieve it.

Quick Start

To find all notes containing the keyword "project alpha" across all your notebooks, use the command nb search "project alpha" --all.

Dependency Matrix

Required Modules

nb-cli

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nb-notes-search
Download link: https://github.com/PaulRBerg/dot-claude/archive/main.zip#nb-notes-search

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository