Weasleys Wizard Wheezes Obsidian Kanban
Skill by child2d
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/child2d/weasleys-wizard-wheezes-obsidian-kanbanname: weasleys-wizard-wheezes-obsidian-kanban
description: Create, normalize, and reorganize Obsidian Kanban plugin markdown boards. Display name: Weasleys Wizard Wheezes - Obsidian Kanban. Use when working with Obsidian Kanban .md files, turning ledgers, review ledgers, tables, checklists, audit notes, or issue lists into board columns and cards, reformatting existing Kanban boards for readability, or preserving full content while making cards easier to scan. Trigger on requests like “把台账转成 Obsidian 看板”, “整理这个 Kanban 文件”, “优化看板格式但不要删内容”, or “把 Markdown 清单改成 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:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-child2d-weasleys-wizard-wheezes-obsidian-kanban": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ollivanders-agent-shop
Design and land persona-driven agents by matching role, work identity, cognitive structure, personality grounding, identity-binding, and file skeleton into one coherent agent. Use when creating a new agent, reshaping an existing agent’s persona, or turning a character concept into a working agent — especially when the goal is not just a prompt, but the right agent for the right work.
agent-sorting-hat
Diagnose agent role drift, team-structure problems, operating issues, and role misalignment; then redesign roles, boundaries, and team placement before persona refinement.