·object
</>

object

simhacker/moollm

世界のインタラクティブなもの — 冒険の要素

3インストール·1トレンド·@simhacker

インストール

$npx skills add https://github.com/simhacker/moollm --skill object

SKILL.md

"Everything is an object. Objects have slots. Slots hold data OR behavior." — Dave Ungar, Self: The Power of Simplicity

An Object is anything you can interact with in the adventure world. Keys, lamps, chests, furniture, food, tools — all objects.

| id | Unique identifier | | name | Display name | | type | Category (item, furniture, tool) | | description | What player sees | | examine | Detailed look | | takeable | Can be picked up | | container | Can hold things | | contains | What's inside | | state | Mutable properties | | advertisements | Available actions | | inherits | Prototype chain |

世界のインタラクティブなもの — 冒険の要素 ソース: simhacker/moollm。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/simhacker/moollm --skill object
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

object とは?

世界のインタラクティブなもの — 冒険の要素 ソース: simhacker/moollm。

object のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/simhacker/moollm --skill object インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/simhacker/moollm