Manage tasks and projects on a self-hosted Vikunja instance. Use when the user wants to create, view, complete, or manage tasks, check what's due or overdue, list projects, or get task notifications. Also use for to-do lists, reminders, and task tracking.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install vikunja-tasks或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install vikunja-tasks⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/vikunja-tasks/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: vikunja description: Manage tasks and projects on a self-hosted Vikunja instance. Use when the user wants to create, view, complete, or manage tasks, check what's due or overdue, list projects, or get task notifications. Also use for to-do lists, reminders, and task tracking. ---
Manage tasks and projects on a self-hosted Vikunja instance via REST API.
Set these environment variables:
export VIKUNJA_URL="https://your-vikunja-instance.com"
export VIKUNJA_TOKEN="your-api-token"
Get your API token: Vikunja → Settings → API Tokens → Create token.
{baseDir}/scripts/vikunja.sh tasks --count 10
{baseDir}/scripts/vikunja.sh tasks --project "Shopping" --count 5
{baseDir}/scripts/vikunja.sh tasks --search "groceries"
{baseDir}/scripts/vikunja.sh tasks --sort priority --order desc
{baseDir}/scripts/vikunja.sh overdue
{baseDir}/scripts/vikunja.sh due --hours 24
{baseDir}/scripts/vikunja.sh due --hours 48
{baseDir}/scripts/vikunja.sh create-task --project "Tasks" --title "Buy milk" --due "2026-02-01" --priority 3
Priority: 1 (low) to 5 (urgent). Due date format: YYYY-MM-DD.
{baseDir}/scripts/vikunja.sh complete --id 123
{baseDir}/scripts/vikunja.sh task --id 123
{baseDir}/scripts/vikunja.sh projects
{baseDir}/scripts/vikunja.sh create-project --title "New Project" --description "Optional description"
{baseDir}/scripts/vikunja.sh notifications
To get proactive notifications about due/overdue tasks, set up a cron job:
clawdbot cron add \
--name "Task due check" \
--cron "0 9,14 * * *" \
--tz "America/Denver" \
--session isolated \
--message "Check Vikunja for overdue and upcoming tasks (next 24 hours). If any are found, notify me with the list." \
--deliver \
--channel telegram
--project are case-insensitive安装 Vikunja Tasks 后,可以对 AI 说这些话来触发它
Help me get started with Vikunja Tasks
Explains what Vikunja Tasks does, walks through the setup, and runs a quick demo based on your current project
Use Vikunja Tasks to manage tasks and projects on a self-hosted Vikunja instance
Invokes Vikunja Tasks with the right parameters and returns the result directly in the conversation
What can I do with Vikunja Tasks in my product manager workflow?
Lists the top use cases for Vikunja Tasks, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/vikunja-tasks/ 目录(个人级,所有项目可用),或 .claude/skills/vikunja-tasks/(项目级)。重启 AI 客户端后,用 /vikunja-tasks 主动调用,或让 AI 根据上下文自动发现并使用。
Vikunja Tasks 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Vikunja Tasks 可免费安装使用。请查阅仓库了解许可证信息。
Manage tasks and projects on a self-hosted Vikunja instance. Use when the user wants to create, view, complete, or manage tasks, check what's due or overdue, list projects, or get task notifications. Also use for to-do lists, reminders, and task tracking.
Vikunja Tasks 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Vikunja Tasks
Identifies repetitive steps in your workflow and sets up Vikunja Tasks to handle them automatically