knowledge-base

Installation
SKILL.md

Knowledge Base

A personal knowledge base living on the NAS, accessed exclusively via SSH. The knowledge base stores notes across categorized directories, with a central index file and a CLAUDE.md governing its conventions.

Access

Connection Config

Connection parameters (host, user, port) are not hardcoded in this skill. They are stored in a local config file and loaded automatically.

Config file: ~/.config/knowledge-base/config.json

{
  "host": "<NAS hostname or IP>",
  "port": "<SSH port>",
  "user": "<SSH username>"
}
Related skills
Installs
1
Repository
satone7/skills
First Seen
1 day ago