← 返回 Skills 市场
tmigone

Vikunja Fast

作者 Tomás Migone · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1992
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install vikunja-fast
功能描述
Manage Vikunja projects and tasks (overdue/due/today), mark done, and get quick summaries via the Vikunja API.
安全使用建议
This skill appears to do only what it claims: talk to your Vikunja server and manage tasks. Before enabling it, confirm the VIKUNJA_URL is the correct server and provide a least-privileged token (prefer a short-lived or limited-scope JWT if possible). Avoid storing plain username/password in shared gateway environments; prefer supplying a JWT in VIKUNJA_TOKEN. If you allow autonomous agent invocation, be aware the agent could call the Vikunja API on its own using whatever token is available, so protect that environment variable or Clawdbot config entry.
功能分析
Type: OpenClaw Skill Name: vikunja-fast Version: 1.0.0 The skill bundle provides a CLI helper (`vikunja.sh`) to interact with the Vikunja API for task management. It uses `curl` and `jq` to make authenticated requests to the `VIKUNJA_URL` (provided via environment variables or skill config). Authentication is handled by using a `VIKUNJA_TOKEN` or by logging in with `VIKUNJA_USERNAME` and `VIKUNJA_PASSWORD` to obtain a JWT. All network calls and data handling are directly related to the stated purpose of managing Vikunja tasks. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the implementation: the script uses curl/jq against the Vikunja API, requires VIKUNJA_URL and an auth token (or username/password), and offers list/show/done commands. Required binaries and env vars are appropriate for the declared functionality.
Instruction Scope
SKILL.md and vikunja.sh limit activity to calling the specified Vikunja endpoints (/login, /user, /projects, /tasks). The script only reads the declared env vars (VIKUNJA_URL, VIKUNJA_TOKEN, VIKUNJA_USERNAME, VIKUNJA_PASSWORD) and does not reference other system files or external endpoints. It does not persist credentials to disk.
Install Mechanism
No install spec; the skill is instruction + a small shell helper. No downloads or archives are executed. This is low-risk from an install perspective.
Credentials
Declared primary env (VIKUNJA_TOKEN) and optional username/password align with the API usage. No unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system-wide settings. It does not claim persistent installation actions beyond providing a helper script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vikunja-fast
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vikunja-fast 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vikunja-fast, a skill to manage Vikunja projects and tasks via the Vikunja API. - Supports listing projects and tasks (overdue, due today, filtered). - Allows marking tasks as done directly from the CLI. - Provides quick task summaries with readable formatting (emojis, dates, IDs). - Authentication via JWT token, with guidance for both environment variable and Clawdbot config setup. - Minimal helper CLI script included for common actions (list, show, complete tasks).
元数据
Slug vikunja-fast
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Vikunja Fast 是什么?

Manage Vikunja projects and tasks (overdue/due/today), mark done, and get quick summaries via the Vikunja API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1992 次。

如何安装 Vikunja Fast?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vikunja-fast」即可一键安装,无需额外配置。

Vikunja Fast 是免费的吗?

是的,Vikunja Fast 完全免费(开源免费),可自由下载、安装和使用。

Vikunja Fast 支持哪些平台?

Vikunja Fast 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vikunja Fast?

由 Tomás Migone(@tmigone)开发并维护,当前版本 v1.0.0。

💬 留言讨论