← Back to Skills Marketplace
432
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wekan-openclaw-skill
Description
Manage a self-hosted Trello-like board via `wekancli`. Create, move and archive cards, lists and boards on a WeKan server. Use when user asks about task boar...
Usage Guidance
This skill appears to do exactly what it says: call the wekancli tool against a Wekan server. Before installing, confirm you trust the GitHub repo used by the install step. Provide a token with least privilege (create an agent-specific user/token rather than an admin token unless admin actions are intentionally needed). Store WEKAN_TOKEN securely (do not paste it into chat). Be cautious granting delete/admin rights to the agent — the references note deletion requires admin role. If you cannot verify the upstream repo, consider manually installing an audited CLI and ensuring the binary on PATH is the expected one.
Capability Analysis
Type: OpenClaw Skill
Name: wekan-openclaw-skill
Version: 1.5.0
The skill bundle is designed to manage Wekan boards using the `wekancli` tool. It requires `WEKAN_URL` and `WEKAN_TOKEN` environment variables, which are necessary for its stated function. The `SKILL.md` specifies installation of `wekan-cli` from a GitHub repository (`https://github.com/madsmith/wekan_cli.git`), which is a standard dependency management practice. All commands and instructions across `SKILL.md`, `references/cli-examples.md`, and `references/user-install.md` are consistent with the stated purpose and do not exhibit any signs of malicious intent, such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior beyond its intended scope.
Capability Assessment
Purpose & Capability
Name/description match the requirements: the skill needs the wekancli binary and WEKAN_URL/WEKAN_TOKEN, which are exactly what a Wekan CLI integration requires.
Instruction Scope
SKILL.md contains direct wekancli commands (list, create, edit, archive) and references the login flow. It does not instruct reading unrelated files, scanning system paths, or exfiltrating data to unexpected endpoints.
Install Mechanism
Install spec pulls the wekan-cli package from a GitHub repository (git+https://github.com/madsmith/wekan_cli.git) via the 'uv' installer. This is a common pattern but carries the usual caveat: code will be fetched from a third‑party repo at install time, so verify the repository and maintainers before installing.
Credentials
Only WEKAN_URL and WEKAN_TOKEN are required and WEKAN_TOKEN is declared as the primary credential. These are proportionate to controlling a Wekan instance. No unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not require system config paths, and does not claim to modify other skills or global agent settings. Agent autonomous invocation is allowed (platform default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wekan-openclaw-skill - After installation, invoke the skill by name or use
/wekan-openclaw-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
Version 1.5.0
- Initial release of wekan-openclaw-skill.
- Enables management of self-hosted Trello-like boards (Wekan) via the wekancli tool.
- Supports creating, moving, and archiving cards, lists, and boards.
- Requires installation of the Wekan CLI and configuration of WEKAN_URL and WEKAN_TOKEN environment variables.
- Includes references for CLI usage examples and user installation instructions.
Metadata
Frequently Asked Questions
What is Wekan?
Manage a self-hosted Trello-like board via `wekancli`. Create, move and archive cards, lists and boards on a WeKan server. Use when user asks about task boar... It is an AI Agent Skill for Claude Code / OpenClaw, with 432 downloads so far.
How do I install Wekan?
Run "/install wekan-openclaw-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wekan free?
Yes, Wekan is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Wekan support?
Wekan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wekan?
It is built and maintained by madsmith (@madsmith); the current version is v1.5.0.
More Skills