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...
Description
name: wekan
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 boards or anything Trelo-like. Not for: Github issues or simple reminders.
metadata:
{
"openclaw":
{
"emoji": "📋",
"requires": {
"bins": ["wekancli"],
"env": [
"WEKAN_URL",
"WEKAN_TOKEN",
]
},
"install": [
{
"id": "uv",
"kind": "uv",
"package": "wekan-cli @ git+https://github.com/madsmith/wekan_cli.git",
"bins": ["wekancli"],
"label": "Install Wekan CLI (uv)"
}
],
"primaryEnv": "WEKAN_TOKEN",
},
}
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 <USER_ID>
List Lists: wekancli list lists <BOARD_ID>
List Cards: wekancli list cards <BOARD_ID> --list-id <LIST_ID>
Create Card: wekancli create card <BOARD_ID> <LIST_ID> "Card Title" <AUTHOR USER_ID>
Move Card: wekancli edit card <CARD_ID> -f listId=<NEW_LIST_ID>
Archive Card: wekancli archive card <CARD_ID>
References
references/cli-examples.md(realwekancliexamples)references/user-install.md(installation instructions for users)
Reviews (0)
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!