← Back to Skills Marketplace
Vikunja Fast
by
Tomás Migone
· GitHub ↗
· v1.0.0
1992
Downloads
2
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install vikunja-fast
Description
Manage Vikunja projects and tasks (overdue/due/today), mark done, and get quick summaries via the Vikunja API.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vikunja-fast - After installation, invoke the skill by name or use
/vikunja-fast - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is Vikunja Fast?
Manage Vikunja projects and tasks (overdue/due/today), mark done, and get quick summaries via the Vikunja API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1992 downloads so far.
How do I install Vikunja Fast?
Run "/install vikunja-fast" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vikunja Fast free?
Yes, Vikunja Fast is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Vikunja Fast support?
Vikunja Fast is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vikunja Fast?
It is built and maintained by Tomás Migone (@tmigone); the current version is v1.0.0.
More Skills