vikunja-vja

Installation
SKILL.md

Vikunja Tasks Skill

Manage tasks on a Vikunja instance using the vja CLI.

Always use --json and pipe to jq for structured output. Title arguments are positional (not --title).

Tasks

Create

vja add "Task title"
vja add "Task title" -n "Description" -d "tomorrow" -p 3 -l urgent -A alice
vja add "Task title" -d "next monday at 9:00" -r "1h before due_date" -o "My Project"

Flags:

  • -n / --note — description
  • -d / --due — due date (natural language: "in 3 days", "2025-12-31")
  • --start / --end — start/end dates
Related skills
Installs
22
First Seen
Mar 13, 2026