← 返回 Skills 市场
manman1104

huodongyuan

作者 manman1104 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ces
功能描述
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...
使用说明 (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)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ces
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ces 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
测试
元数据
Slug ces
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 huodongyuan?

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

huodongyuan 是免费的吗?

是的,huodongyuan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

huodongyuan 支持哪些平台?

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

谁开发了 huodongyuan?

由 manman1104(@manman1104)开发并维护,当前版本 v1.0.0。

💬 留言讨论