← Back to Skills Marketplace
manman1104

huodongyuan

by manman1104 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
266
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ces
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...
README (SKILL.md)

wekancli

Use wekancli to create, move and archive cards/tasks in Wekan boards. Tool operates under with a specific user session/identity but Agents may be configured to provide their own unique tokens corresponding to identities that can be configured in their name.

Quick start

List boards: wekancli list boards \x3CUSER_ID> List Lists: wekancli list lists \x3CBOARD_ID> List Cards: wekancli list cards \x3CBOARD_ID> --list-id \x3CLIST_ID> Create Card: wekancli create card \x3CBOARD_ID> \x3CLIST_ID> "Card Title" \x3CAUTHOR USER_ID> Move Card: wekancli edit card \x3CCARD_ID> -f listId=\x3CNEW_LIST_ID> Archive Card: wekancli archive card \x3CCARD_ID>

References

  • references/cli-examples.md (real wekancli examples)
  • references/user-install.md (installation instructions for users)
Usage Guidance
This skill appears coherent with its stated purpose, but it will need a WEKAN_TOKEN that grants access to your Wekan account. Before installing: (1) Prefer creating a dedicated, least-privilege account/token for the agent rather than using an admin or personal token; (2) verify the GitHub repo (madsmith/wekan_cli) and its code/releases before allowing the install, since the installer pulls code from that repo; (3) ensure you trust the host network access to your Wekan instance because the agent will call the WEKAN_URL endpoint; (4) avoid providing tokens with broad admin rights if the skill only needs to create/move/archive cards. If you want higher assurance, inspect the upstream wekancli code or install the CLI yourself and point the skill to the existing binary rather than letting it install automatically.
Capability Analysis
Type: OpenClaw Skill Name: ces Version: 1.0.0 The skill bundle is a standard integration for managing Wekan (a self-hosted Trello-like board) via the 'wekancli' tool. It defines necessary environment variables (WEKAN_URL, WEKAN_TOKEN) and provides comprehensive documentation for the agent to perform board management tasks. The installation process uses 'uv' to install a Python package from a GitHub repository (madsmith/wekan_cli), and the instructions in SKILL.md and the reference files are strictly functional, lacking any signs of prompt injection, data exfiltration, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description, required binary (wekancli), required env vars (WEKAN_URL, WEKAN_TOKEN), and the install entry all match a WeKan CLI integration. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md only instructs the agent to run normal wekancli commands (list, create, edit, archive, login). It does not ask the agent to read unrelated files, access other credentials, or post data to external endpoints beyond the WeKan instance.
Install Mechanism
Install uses a git+https GitHub package (wekan-cli @ git+https://github.com/madsmith/wekan_cli.git) to provide the wekancli binary. Pulling from a public GitHub repo is common for CLI tools but is higher risk than relying on a vetted package repository — verify the upstream repository and its releases before installing.
Credentials
Only WEKAN_URL and WEKAN_TOKEN are required and WEKAN_TOKEN is declared as the primary credential. These are appropriate and proportionate for a Wekan CLI integration. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not declare any persistent global modifications. disable-model-invocation is false (default) which is expected; this alone is not a concern.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ces
  3. After installation, invoke the skill by name or use /ces
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
测试
Metadata
Slug ces
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is huodongyuan?

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 266 downloads so far.

How do I install huodongyuan?

Run "/install ces" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is huodongyuan free?

Yes, huodongyuan is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does huodongyuan support?

huodongyuan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created huodongyuan?

It is built and maintained by manman1104 (@manman1104); the current version is v1.0.0.

💬 Comments