用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SimHacker/moollm --skill vehicle命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | vehicle |
| description | Movable room a character can inhabit — horse, coach, wagon, TARDIS, RV |
| license | MIT |
| tier | 1 |
| related | ["room","mount","party","inventory","container","character","soul","adventure"] |
| tags | ["moollm","vehicle","portable-room","embark","drive","caravan"] |
A vehicle is a movable room (or room-tree) a character can inhabit.
Not mount — that skill is NFS-style: overlay a skill on a
directory, or compose virtual trees of GitHub repo slices. Colloquial English
says “mount a horse”; in MOOLLM that horse is a vehicle and you EMBARK /
RIDE it.
Spatial base: room — vehicles are a room type (is_vehicle: true).
Ethics: ETHICS.md — Dorothy’s house landed on a witch and killed her. Movable rooms are not morally null; name pilots, victims, and aftermath.
| Method | Effect |
|---|---|
| EMBARK / RIDE | Enter / get on — inhabit the vehicle |
| DISEMBARK | Exit to the vehicle’s current world location |
| DRIVE | Relocate vehicle and all occupants |
| HITCH / UNHITCH | Nest pullable storage vehicles (wagon, trailer) |
| STOW | Cargo in/on vehicle inventory or nested rooms |
| STATUS | Position, occupants, hitchlings, cargo |
room:
name: "Research Tent"
is_vehicle: true
world_position: { x: 5, y: 12 } # changes when you DRIVE
A steed moves through world-space; a rider inhabits it (or rides on it as the occupied locus). It may carry packs (inventory) or pull other vehicles (wagons, caravans). Same pattern as a motorcoach that tows a trailer.
horse (vehicle)
└── hitch → wagon (vehicle, storage-first)
└── hitch → second wagon …
caravan := ordered nest traveling as one DRIVE
| Example | Path |
|---|---|
| FMC Motorcoach #898 | don-hopkins/fmc-898/ |
| Richard’s study (TARDIS office) | richard-bartle/study/ |
| Bakfiets of holding | acme-bakfiets-of-holding.yml |
| Logo turtle | room SKILL “Riding the Turtle” |
| Word | Skill | Means |
|---|---|---|
| mount | mount | Attach skill / compose virtual repo tree (NFS) |
| vehicle | this | Movable inhabitable room (horse, coach, wagon, TARDIS) |
| RIDE / EMBARK | this | Get on/in a vehicle — not MOUNT skill on X |