denotecli

Search and retrieve Denote/org-mode notes with JSON output.

6|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/junghan0611/agent-config --skill denotecli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: denotecli
Source: https://github.com/junghan0611/agent-config/tree/main/skills/denotecli
Command: npx skills add https://github.com/junghan0611/agent-config --skill denotecli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Denotecli accelerates discovery and reading of large Denote/org-mode knowledge bases by providing fast, structured search, reading, and navigation across notes.

Core Features & Use Cases

  • Title, tag, and full-text search across 3,000+ Denote notes.
  • Read notes with frontmatter, links, and outline structure; supports headings-aware navigation.
  • Quick workflows: locate relevant notes, open content, and explore bibliographic entries within ~/org.

Quick Start

Run denotecli search "quantum" to locate matching Denote notes.

Frequently Asked Questions about denotecli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and retrieve content from a large org-mode knowledge base?

You can search org-mode knowledge bases using title, tag-based, and full-text queries to retrieve matching notes. The interface provides structured JSON output and headings-aware navigation for fast retrieval across thousands of files.

Can I perform full-text search across thousands of Denote notes?

Yes, full-text search works across collections of 3,000 or more Denote notes. The system indexes your local files and returns structured JSON results, allowing you to quickly locate and read specific content within large directories.

How do I navigate outlines and headings in Denote notes programmatically?

You can navigate outlines and headings using structured read operations that parse frontmatter and links. This headings-aware navigation provides deterministic access to specific sections within your notes without manual file browsing.

Does this search method require any external dependencies to index local notes?

No external dependencies are required to index and search local notes. The tool operates directly on your local directories, parsing file structures and metadata to deliver search results without needing additional packages or libraries.

What is the best way to read Denote note content and bibliographic entries?

The best way to read Denote notes is by using structured read operations that extract frontmatter, links, and outline structures. This allows you to explore bibliographic entries and navigate content hierarchies efficiently.

Can I get JSON output from org-mode note searches for integration into other workflows?

Yes, org-mode note searches provide deterministic JSON output. This structured format allows you to pipe search results and retrieved note content directly into other automation tools, scripts, or downstream data processing workflows.