# Omw

> Short alias for the oh-my-wiki skill (Karpathy-style LLM Wiki with multi-vault sqlite registry). Invoking omw is equivalent to invoking oh-my-wiki — same dispatcher, same vault state, same ops. Use when typing the long name is inconvenient. Trigger phrases — English "omw", "use omw", "/omw", "open omw"; Korean "오엠더블유", "오엠더블유 켜줘", "/omw 실행". The canonical skill is oh-my-wiki; this stub delegates immediately.

- Skill: `dandacompany/omw` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dandacompany/omw`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dandacompany/omw/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: dandacompany (https://skillmd.com/u/dandacompany)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dandacompany/omw

---


# omw — alias for oh-my-wiki

This skill is a **thin alias** for [`oh-my-wiki`](../SKILL.md). It exists so that the user can invoke the wiki workflow with three letters instead of the full eleven-character name.

## What to do when invoked

**Always delegate to the canonical oh-my-wiki skill immediately.**

1. Load `../SKILL.md` (the canonical oh-my-wiki dispatcher) and follow its Step 1 — Read registry state procedure.
2. From that point on, behave exactly as if `oh-my-wiki` had been invoked. The user sees no difference.

The canonical skill owns the complete, current capability list and safety rules.
Do not repeat that list in this alias: loading `../SKILL.md` prevents this small
forwarder from going stale when vault, recall, persona, or lifecycle features change.

## Why this stub exists

Claude Code discovers skills by reading `SKILL.md` frontmatter from each directory under `~/.claude/skills/`. To make `omw` register as its own skill name in the discovery list (and as a separate trigger keyword set), it must own a directory with its own `SKILL.md`. This file is the smallest legal version of that.

## Maintenance

If you change the canonical `oh-my-wiki/SKILL.md`, you usually do not need to change this file. The frontmatter description here intentionally repeats only the public surface (name + trigger phrases) so it stays stable.

Update this file only when:

- Trigger keywords for `omw` change
- The relative path `../SKILL.md` to the canonical skill changes
- The alias is deprecated or removed

