← 返回 Skills 市场
152
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install vikunja-api
功能描述
Interact with a Vikunja task management instance via its REST API. Use this skill whenever the user wants to manage tasks, projects, labels, assignees, or re...
安全使用建议
This skill appears to do what it says, but consider these precautions before enabling it: (1) Create and use a Vikunja API token with the minimum necessary scopes/permissions (avoid a full admin token). (2) Prefer a token scoped to only the projects or actions the agent needs, and be ready to revoke/rotate it if needed. (3) Double-check VIKUNJA_BASE_URL points to the intended instance. (4) Be aware that, if your agent is allowed to invoke skills autonomously, it can act using this token without asking each time — restrict autonomous agent permissions or require confirmation for destructive actions. (5) Test with non-critical projects/tasks first. If you need higher assurance, ask the skill author for code or a formal provenance chain (a repository with installable code and release artefacts) before granting access.
功能分析
Type: OpenClaw Skill
Name: vikunja-api
Version: 1.0.2
The Vikunja skill bundle is a standard API integration for the Vikunja task management platform. It provides clear instructions and endpoint references (SKILL.md, references/endpoints.md) for managing tasks, projects, and labels using environment-based authentication (VIKUNJA_API_TOKEN). No malicious behaviors, data exfiltration, or prompt-injection attacks were identified.
能力评估
Purpose & Capability
Name/description match the requested artifacts. Required env vars (VIKUNJA_BASE_URL, VIKUNJA_API_TOKEN) are exactly what a REST API client for Vikunja would need; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits actions to calling Vikunja API endpoints, resolving names to IDs, handling pagination, confirming destructive actions, and surfacing API errors. It only references the declared env vars and no unrelated files, system state, or external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files to write or execute on disk — lowest-risk installation footprint.
Credentials
Only two env vars are required: the service base URL and an API token. This is proportionate to a REST API integration; no extra tokens or secrets are requested.
Persistence & Privilege
The skill is not 'always' enabled and has no install persistence. Note: the platform-default setting allows autonomous invocation, so if the agent is permitted to act autonomously it could perform API actions using the provided token. This is expected for skills but increases the impact of a compromised token.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vikunja-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/vikunja-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Feat: Add support for tasks relationships
v1.0.1
Fix: declare VIKUNJA_BASE_URL and VIKUNJA_API_TOKEN in metadata
v1.0.0
Initial release: tasks, projects, labels, assignees, reminders
元数据
常见问题
Vikunja 是什么?
Interact with a Vikunja task management instance via its REST API. Use this skill whenever the user wants to manage tasks, projects, labels, assignees, or re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 Vikunja?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vikunja-api」即可一键安装,无需额外配置。
Vikunja 是免费的吗?
是的,Vikunja 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vikunja 支持哪些平台?
Vikunja 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vikunja?
由 Sergio(@seergs)开发并维护,当前版本 v1.0.2。
推荐 Skills