create-note

Installation
SKILL.md

Create a Dinox Note

The user wants to create a new note in their Dinox knowledge base.

Instructions

  1. Gather the required information from the user or from $ARGUMENTS:
    • Title (required)
    • Content in Markdown (required)
    • Tags (optional) — must be existing tags
    • Card boxes / Zettel boxes (optional) — must be existing boxes
  2. If the user hasn't specified tags or boxes, you can list available ones to suggest:
    • dino tag list --json to show available tags
    • dino box list --json to show available card boxes
  3. For long content, write to a temporary file and use @filepath syntax
  4. Run the create command and confirm success

Create Command

Installs
1
GitHub Stars
6
First Seen
Mar 1, 2026
create-note — ryzencool/dinox-cli-skills