time
1
总安装量
1
周安装量
#51147
全站排名
安装命令
npx skills add https://github.com/simhacker/moollm --skill time
Agent 安装分布
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
cline
1
Skill 文档
Time Skill
Simulation turns vs LLM iterations.
Motto: “Time flows as the story requires.”
Key Concepts
- Simulation turns â Game time, what mechanics track
- LLM iterations â Meta-level, one response
- They’re not the same! One LLM response might be 0, 1, or many turns
Turn Definition
| Action | Turns |
|---|---|
| GO NORTH | 1 |
| PAT TERPIE | 1 |
| LOOK | 0 |
| INVENTORY | 0 |
| Pet all 8 kittens | 8 |
| Take a nap | ~10 |
Duration Types
- Turns â X simulation turns (primary unit)
- Conditional â Until condition met
- While present â While in location/with item
- Permanent â Until explicitly removed