eventernote
Installation
SKILL.md
Eventernote
Use the eventernote CLI as the source of truth for Eventernote data.
Workflow
- Check that the command exists and its version is
0.1.0:
command -v eventernote
eventernote --version
-
If the command is missing or its version is not
0.1.0, run the requested query withnpx eventernote ...instead. Ifnpx eventernotefails or its version is also not0.1.0, stop and ask the user how they want to proceed. -
Choose the closest read-only query command for the user's request.
-
Prefer
--jsonfor agent use. Parse the JSON and summarize the relevant fields for the user. Do not expose raw JSON unless the user asks for it.