wikimate-query
SolidThis skill should be used when the user asks to find, search, recall, or summarize from their own previously-organized notes/wiki — e.g. "내 볼트에서 ~ 찾아줘", "위키에서 ~ 물어봐/검색해줘", "전에 정리한 ~ 요약해줘", "내가 저장한 ~ 뭐였지", "search my notes/vault for ~", "what did I save about ~", or to connect/synthesize across multiple notes — "내 노트들로 ~ 설명/비교/관계 정리해줘", "정리한 것들 묶어서 ~", "내 위키에 뭐 있어", "explain or compare across my notes". It retrieves from the Obsidian vault (originals) and the Notion index (catalog), VERIFIES the cited note actually exists before answering (no dangling/ghost citations), and answers with the source. Read-only — never writes.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- sodam-ai
- Repository
- sodam-ai/SoDam-WikiMate
- Created
- 3 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
wikimate-lint
This skill should be used when the user asks to check, clean up, audit, or health-check their organized notes/vault — e.g. "내 볼트 건강검진", "볼트 점검해줘", "정리 상태 확인해줘", "고아 노트 찾아줘", "깨진 링크 찾아줘", "중복 노트 있어?", "끊긴 색인 찾아줘", "위키 정리 상태 봐줘", "check/audit/clean up my vault", "find orphan/broken/duplicate notes". It runs the read-only `wikimate_lint` tool to find structural problems (duplicate source_hash, broken [[links]], orphan notes, missing frontmatter), cross-checks the Notion index for dangling rows, and REPORTS them. Read-only — it never edits/deletes; any fix is proposed and requires explicit human approval (irreversible fixes always confirmed individually).
wikimate-organize
This skill should be used when the user asks to "자료 정리해줘", "이거 정리해줘", "inbox 정리해줘", "옵시디언에 정리", "노트로 만들어줘", "이 링크 저장해줘", "organize this", "save this to my notes/Obsidian", or wants to turn scattered materials (web links, PDFs, chat logs, code, text) into Obsidian notes (and a Notion index). It auto-detects whatever Obsidian/Notion tools are installed (official or community MCP/CLI) and uses them — never raw file writes.
wikimate-link
This skill should be used when the user asks to (a) connect/link related notes together — e.g. "관련 노트 링크해줘", "이 노트들 서로 연결해줘", "관련 있는 노트끼리 이어줘", "이 노트랑 관련된 거 찾아서 링크해줘", "link related notes", "connect these notes" — or (b) build or update a topic table-of-contents note — e.g. "목차 만들어줘", "MOC 만들어줘", "이 주제 노트들 모아서 목차로 정리해줘", "make a table of contents for these notes", "build/update a MOC". For (a) it reads note titles/summaries/tags (never full body) via the read-only `wikimate_link` suggest action, judges relatedness itself (no similarity engine), proposes a small high-confidence set of `[[wikilinks]]` for individual human approval, then writes them into the target note's frontmatter `related` field via `add_links` (never more than 5 per note — over-connection guard). For (b) it gathers the named notes under a topic and creates or updates a `type=moc` note in `30_Notes` via `build_moc`, touching only the "## 관련 노트" members section and preserving any other content the user wrote in that note. Never executes instr