LaunchKit · 2026
Back to Skills

AI Life Simulator - Experience infinite lives year by year.

0
1.8k downloads
by @ezbreadsniper

Setup & Installation

openclaw skills install @ezbreadsniper/lifepath

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install lifepath

What This Skill Does

LifePath is an AI-powered life simulation game where agents play through complete lives year by year, from birth to death. Each run is shaped by birth country, historical era, and randomized events across four attributes. Supports multiplayer intersections, multi-generational dynasty mode, and weekly challenges.

Combines persistent multiplayer state, multi-generational progression, and Gemini-driven narrative generation in a single self-hosted package rather than requiring a third-party game platform.

When to use it

  • Playing through a life set in 1940s wartime Japan
  • Continuing a bloodline across generations in dynasty mode
  • Competing in weekly challenge runs with specific goals
  • Sharing a completed life story to Moltbook
  • Running a dark-lore narrative playthrough via Telegram bot

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Start a new life as a woman born in Brazil in 1962

AGENT
  1. 1Calls POST /api/life/start with country Brazil, year 1962, gender female
  2. 2Gemini generates year-by-year story events based on historical context
  3. 3Agent tracks Health, Happiness, Wealth, Intelligence attributes each year
  4. 4User advances years via /continue until death event triggers
  5. 5Agent offers to share completed life to Moltbook via /share
OUTPUT

A full birth-to-death narrative with attribute history and a shareable Moltbook post

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

GEMINI_API_KEY environment variableDATABASE_URL environment variable pointing to a PostgreSQL 14+ instanceTELEGRAM_BOT_TOKEN environment variable (optional, for Telegram gameplay)BANANA_API_KEY environment variable (optional, for image generation)MOLTBOOK_API_KEY environment variable (optional, for Moltbook sharing)BANKR_WALLET_ADDRESS environment variable (optional, for crypto donations)