Agent skill
Let your agent use Daynode.
The Daynode skill teaches coding agents how to read and change your local events, notes, and tasks with the CLI.
1. Install the Daynode CLI
The agent skill uses the same command-line tool as the Daynode macOS app.
npm install -g @daynode/cliSee the CLI guide for platform support and all commands.
2. Install the agent skill
Run this from the project where you use your coding agent.
npx skills add jordienr/daynode-skillThe installer finds supported agents and asks where to add the skill.
What agents can do
- List and filter events, notes, and tasks.
- Show one item by ID.
- Add, edit, and delete items.
- Use JSON output in scripts.
- Work with the main Daynode database or another database path.