← 返回 Skills 市场
Vikunja-complete
作者
KohlHammond
· GitHub ↗
· v4.0.0
· MIT-0
352
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vikunja-complete
功能描述
Production-oriented Vikunja task/project management skill with deterministic commands and strong validation.
安全使用建议
This package appears to do what it says: a deterministic CLI for Vikunja that will call the Vikunja API. Before enabling it: (1) only provide a VIKUNJA_TOKEN with the minimum permissions needed (consider creating a scoped/test token); (2) run the included smoke test against a non-production Vikunja instance if you want to validate behavior (the smoke test creates projects/tasks/labels/tokens); (3) review the vikunja.sh script yourself (it is included) to confirm no unexpected network endpoints or persistence are added; and (4) because the skill author is not a known publisher in the metadata, prefer using it in a sandbox or with limited credentials until you are comfortable.
功能分析
Type: OpenClaw Skill
Name: vikunja-complete
Version: 4.0.0
The skill bundle provides a highly capable CLI for Vikunja management that includes several high-risk features such as API token creation, webhook management, and arbitrary file uploads/downloads (vikunja.sh). While the main script follows security best practices by using jq for JSON construction, the test-smoke.sh script contains a JSON injection vulnerability in the ensure_project function where the project title is interpolated directly into a JSON string. These powerful capabilities, combined with the lack of path restrictions on file operations, create a significant attack surface for data exfiltration or persistence if the AI agent is manipulated via prompt injection.
能力评估
Purpose & Capability
Name/description match behavior: the skill implements a CLI wrapper (vikunja.sh) that talks to the Vikunja API. Required binaries (curl, jq) and required env vars (VIKUNJA_URL, VIKUNJA_TOKEN) are consistent with that purpose.
Instruction Scope
SKILL.md and the included scripts constrain operations to the Vikunja API (tasks, comments, labels, attachments, webhooks, tokens, etc.). The optional smoke test will create/modify resources (projects, tasks, labels, tokens) on the target Vikunja instance — this is expected for an integration but is state-modifying, so run against a test instance or with a limited-scope token if you want to avoid side effects.
Install Mechanism
No external install/download spec is present; the package is instruction+script-based. There are no remote URLs being downloaded or extracted during install, which lowers supply-chain risk.
Credentials
Only VIKUNJA_URL and VIKUNJA_TOKEN (plus optional retry env vars) are required. These are appropriate and proportionate for an API client. Note: VIKUNJA_TOKEN is sensitive and grants access to the target instance.
Persistence & Privilege
Skill is not marked always:true and does not request elevated platform persistence. It does not modify other skills or system-wide configs; autonomous invocation is allowed at the platform default level (not an additional concern here).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vikunja-complete - 安装完成后,直接呼叫该 Skill 的名称或使用
/vikunja-complete触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.0
- Major rewrite: Custom Vikunja skill with production-grade command scripts and strong validation.
- Adds comprehensive task, comment, label, assignee, view, webhook, attachment, relation, filter, notification, subscription, and API token management via deterministic shell commands.
- Robust setup instructions included, requiring curl, jq, and environment variables.
- Includes smoke test harness for end-to-end validation.
元数据
常见问题
Vikunja-complete 是什么?
Production-oriented Vikunja task/project management skill with deterministic commands and strong validation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 352 次。
如何安装 Vikunja-complete?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vikunja-complete」即可一键安装,无需额外配置。
Vikunja-complete 是免费的吗?
是的,Vikunja-complete 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vikunja-complete 支持哪些平台?
Vikunja-complete 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vikunja-complete?
由 KohlHammond(@kohlhammond)开发并维护,当前版本 v4.0.0。
推荐 Skills