Convert Chinese or mixed-language text, iMandalArt cards, Obsidian 九宮, 表格, Mandala notes, or eight-domain outlines into a Markdown 3x3 nine-grid table with an ◎ center, then copy, save, append, or hand it to apps that render Markdown tables such as Obsidian and AIDA. Use when the user asks for Markdown 九宮格, Obsidian 九宮, Markdown table 九宮, 曼陀羅表格, nine-grid clipboard, AIDA table output, or conversion between Markdown 九宮, iMandalArt, and 81-grid workflows.
npx skills add https://github.com/twhsi/skills --skill markdown-nine-grid-clipboard
Create a copyable Markdown 3x3 nine-grid table for apps that render Markdown tables.
Markdown 九宮 is:
It is not:
Keep these formats connected but distinct:
| Format | Role | Use |
|---|---|---|
| Markdown 九宮 | structured Markdown table | Obsidian/AIDA/table apps |
| iMandalArt | square phone-readable card | Hermes/Discord visual card |
| 81 宮 | 9x9 expansion | full Mandala expansion |
Markdown 九宮 can take an existing iMandalArt with eight fields and turn it into a table. It can also become the first-layer input for iMandalArt or 81 宮 expansion.
◎.<br>.title<br>content.Example:
| 權威訊號<br>原詞命名者 | 時代轉折<br>語言正換代 | 代理工程<br>新主戰場起 |
|---|---|---|
| 創業痛點<br>更快做產品 | ◎交付新核心 | 示範能力<br>測修再部署 |
| 一人公司<br>能力被放大 | 工具名稱冷<br>流程才主角 | 交付風險<br>驗收更重要 |
◎ to the center if the source center lacks it.<= 6 Chinese characters: one line.> 6 Chinese characters: title/content or two-line split.scripts/copy_grid.py to validate, format, copy, and optionally save/append the table.Run from the skill directory:
python3 scripts/copy_grid.py --cells cells.json
Useful options:
python3 scripts/copy_grid.py --cells cells.json --out grid.md --no-copy
python3 scripts/copy_grid.py --cells cells.json --append-to ObsidianNote.md --target obsidian
python3 scripts/copy_grid.py --cells cells.json --target aida
cells.json accepts either strings or title/content objects:
{
"top_left": {"title": "權威訊號", "content": "原詞命名者"},
"top_center": "時代轉折換代",
"top_right": "代理工程主場",
"middle_left": "創業痛點加速",
"center": "交付成新核心",
"middle_right": {"title": "示範能力", "content": "測修再部署"},
"bottom_left": "一人公司放大",
"bottom_center": "工具名稱冷流程主角",
"bottom_right": "交付風險驗收更要"
}
The script:
◎ to the center when missing.<br> lines.--no-copy is set.--out or --append-to is provided.Expert in building and selling Notion templates as a business - not just making templates, but building a sustainable digital product business. Covers template design, pricing, marketplaces, marketing, and scaling to real revenue. Use when: notion template, sell templates, digital product, notion business, gumroad.
Vector graphics and diagram creation, format conversion (ODG/SVG/PDF) with LibreOffice Draw.
Use when ready to document findings, generate a report, or summarize binary analysis results. Compiles analysis findings into structured reports - correlates facts from triage/static/dynamic phases, validates hypotheses, generates documentation with evidence chains. Keywords - "summarize findings", "generate report", "document analysis", "what did we find", "write up results", "export findings
> Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material.
小红书美妆内容创作技能,支持笔记生成、笔记优化、文生图描述创作;适用于美妆护肤产品的内容创作、测评和营销推广
Write a client proposal, quote, scope of work, or engagement letter for a service business. Covers project understanding, scope, timeline, pricing presentation, and terms. Use whenever the user asks for a proposal, quote, project proposal, client proposal, SOW, statement of work, engagement letter, or B2B service engagement document — for web dev, consulting, trades, or any service business.
When the user wants to create, optimize, or structure a documentation site. Also use when the user mentions "docs," "documentation site," "docs subdomain," "docs.yourdomain.com," "help center," "knowledge base," "Getting Started," "API Reference," "user guides," or "tutorials." For API marketing landing, use api-page-generator.
When the user wants to create LinkedIn post copy or optimize for LinkedIn. Also use when the user mentions "LinkedIn post," "LinkedIn article," "professional post," "post to LinkedIn," "LinkedIn content," "LinkedIn copy," "B2B LinkedIn," "LinkedIn engagement," "LinkedIn feed," "share box," "document post," "poll," "Newsletter," "reshare," or "LinkedIn marketing." For LinkedIn ads, use linkedin-ads.
Take twhsi/markdown-nine-grid-clipboard from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.