Get Note CLI is the official command-line interface for biji.com’s Get Note service. It turns a personal knowledge base into a scriptable surface: save URLs, text, or images as notes, attach tags, search semantically across notebooks, manage knowledge bases, and generate share links — all from the terminal.
The CLI is designed with AI agents as first-class citizens. Every command supports -o json for structured output, and the project ships a Claude Code Skill file so assistants can drive note operations through natural language (“save this link with tag reading”, “find my notes on RAG retrieval”). Auth supports both interactive browser OAuth via getnote auth login and headless API keys, making it equally suitable for daily terminal use and unattended automation — cron-based daily logs, link archivers, batch importers.
Get Note CLI fits naturally into knowledge workflows that combine note-taking with development: capture findings during a debugging session, organize research across knowledge bases, and let an agent surface relevant prior notes when you start a new task.