/SKILL.md
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.
npx skillsauth add madsmith/wekan-openclaw-skill wekanInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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/cli-examples.md (real wekancli examples)references/user-install.md (installation instructions for users)tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.