/install weasleys-wizard-wheezes-obsidian-kanban
Weasleys Wizard Wheezes - Obsidian Kanban
Use this skill to edit Obsidian Kanban plugin markdown files directly and safely.
0. Quick examples
Example A: ledger → board
User request:
把《第一轮评论台账》整理成 Obsidian 看板,不要删内容。
Expected approach:
- read the source ledger
- identify the main organizing axis, usually status or priority
- create columns
- convert each row into one card
- shorten only the card title
- preserve the full details in nested bullets
Example B: messy board → cleaner board
User request:
这个 Kanban 太难看了,帮我整理一下,但别删信息。
Expected approach:
- keep frontmatter and kanban settings
- keep existing columns unless the user asks to change them
- shorten card titles for scanability
- move detail into nested bullets
- add lightweight markers only if they improve readability
1. Core principle
- Preserve plugin-recognized structure.
- Prefer direct markdown editing over UI simulation.
- Unless the user explicitly asks for compression, do not delete content.
- Optimize for two layers at once:
- board-level scanability
- card-level information fidelity
2. Recognize a standard board
Treat the file as an Obsidian Kanban board when it contains both of these markers:
---
kanban-plugin: board
---
and/or a settings block like:
%% kanban:settings
Column headings are typically ## Column Name.
Cards are typically markdown task items under each column.
3. Safe editing rules
- Keep the frontmatter valid.
- Keep the
kanban-plugin: boardmarker intact. - Preserve the
%% kanban:settings %%block unless the user explicitly asks to change board behavior. - Do not silently convert the board into a normal note.
- Do not remove card details when the user asks only for formatting or reorganization.
- When uncertain about advanced plugin-specific syntax, read the existing file first and make the smallest valid edit.
4. Default transformation strategy
When converting a structured source document into a Kanban board:
- Choose columns using the source's strongest organizing axis:
- status
- priority
- workflow stage
- owner / reviewer
- Turn each row / ledger item / issue into one card.
- Use a short scanable title for the card first line.
- Put the full original content into indented bullet lines under the card.
- Preserve important fields explicitly, such as:
- source location
- status
- priority
- impact
- owner
- due date
- rewrite-needed / approval-needed flags
5. Card formatting pattern
Prefer this pattern unless the user requests another layout:
- [ ] Short card title
- 原始内容:完整原文或压缩后不丢信息的版本
- 对应位置:...
- 判断类型:...
- 当前状态:...
- 优先级:...
Guidelines:
- The first line should help the user scan the board quickly.
- The nested bullets should preserve detail.
- If the source item is already concise, keep it verbatim as the card title.
- If the source item is long, compress only the title, not the stored detail.
6. Reformatting an existing board
When the board already exists but is hard to read:
- Keep the existing columns unless the user asks to change the board logic.
- Shorten only card titles.
- Move full detail into nested bullets.
- Add lightweight visual markers only if they improve scanability, for example:
- 🔥 urgent / P0
- 📝 pending absorption
- ✅ done
- 📚 terminology
- Avoid decorative formatting that makes raw markdown harder to maintain.
7. Handling “do not delete content” requests
When the user says not to delete content:
- Preserve every source item.
- Preserve all semantic fields.
- Preserve important wording inside the detail bullets.
- You may rewrite card titles for readability.
- If full fidelity and compactness conflict, choose fidelity and explain the tradeoff briefly.
8. Recommended workflows
8.1 Ledger/table → Kanban
- Read the source note.
- Identify the organizing axis.
- Draft column layout.
- Convert each entry into one card.
- Verify no rows were dropped.
- Write back valid Kanban markdown.
8.2 Existing Kanban → cleaner Kanban
- Read the board.
- Preserve frontmatter and settings.
- Preserve columns unless asked otherwise.
- Refactor card titles for scanability.
- Push full detail into nested bullets.
- Verify the board still parses as Kanban markdown.
9. What this skill is for
Use this skill for:
- Obsidian Kanban plugin
.mdfiles - converting review ledgers, issue lists, audit notes, or task tables into boards
- formatting-heavy board cleanup where the content must be preserved
- repeated board normalization across a vault or project
10. What this skill is not for
Do not use this skill alone for:
- generic Obsidian note authoring without board structure
.canvasfiles.basefiles- workflows that require Obsidian UI behavior rather than markdown file editing
In those cases, use the more specific Obsidian skill instead.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weasleys-wizard-wheezes-obsidian-kanban - 安装完成后,直接呼叫该 Skill 的名称或使用
/weasleys-wizard-wheezes-obsidian-kanban触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Weasleys Wizard Wheezes - Obsidian Kanban 是什么?
Create and reorganize Obsidian Kanban markdown boards by converting ledgers, tables, or lists into readable columns and cards without deleting content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Weasleys Wizard Wheezes - Obsidian Kanban?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weasleys-wizard-wheezes-obsidian-kanban」即可一键安装,无需额外配置。
Weasleys Wizard Wheezes - Obsidian Kanban 是免费的吗?
是的,Weasleys Wizard Wheezes - Obsidian Kanban 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weasleys Wizard Wheezes - Obsidian Kanban 支持哪些平台?
Weasleys Wizard Wheezes - Obsidian Kanban 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weasleys Wizard Wheezes - Obsidian Kanban?
由 child2d(@child2d)开发并维护,当前版本 v0.1.0。