Loading...
Loading...
Use this skill when the user types "/notes" or "@notes" with phrases like "save this", "document this", "file this under <project/client>", "extract decisions", "extract action items", or "update notes from this discussion". The skill spawns the notes-librarian subagent to extract durable knowledge and file it into the right Docmost page using the existing workspace structure. Falls back to a configured inbox page when confidence is low.
npx skill4agent add subterra-technologies/subterra-agent-skills notes/notes@notesSettings → Account → API keysnotes-skill"$(dirname "$(readlink -f "$(npx --no-install skills which notes 2>/dev/null || echo ~/.agents/skills/notes/SKILL.md)")")/scripts/setup.sh"/notes@notesnpx skills add~/.agents/skills/notes/scripts/setup.shhttps://docs.example.com/api/spaces~/.docmost/api-key~/.docmost/configAI Notes Agentreferences/config.local.mdagents/notes-librarian.md~/.claude/agents/~/.codex/agents/config.local.md./scripts/setup.sh/notes save this/notes file this under <project|client>/notes extract decisions/notes extract action items/notes update notes from this discussion@notes ...<skill-dir>/references/config.local.md<skill-dir>/scripts/setup.shnotes-librarianagents/notes-librarian.mdreferences/config.local.mdreferences/filing-rules.mdreferences/extraction.mdSaved:
- Location:
- Note type:
- Confidence:
- Review status:
Captured:
- ...
Action items:
- ...
Open questions:
- ...
Updated:
- <page links>
Warnings:
- ...notes/
├── SKILL.md # this file
├── agents/
│ └── notes-librarian.md # subagent definition (symlinked by setup.sh)
├── references/
│ ├── config.md # public defaults + how to override
│ ├── config.local.example.md # template; copy to config.local.md
│ ├── extraction.md # bucket definitions
│ └── filing-rules.md # destination decision tree
└── scripts/
├── setup.sh # interactive first-time setup
└── notes.sh # Docmost API wrapper./scripts/setup.sh --refreshconfig.local.md