HN 표시: LLMonster Rancher

hackernews | | 📦 오픈소스
#ai 모델 #claude #gemini #llm #게임 #생성형ai #에이전트 #웹페이지
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

LLMonster Rancher는 1997년 게임 ‘몬스터 목장’에서 영감을 받은 AI 에이전트 스킬로, 사용자가 원하는 웹페이지 URL을 입력하면 해당 콘텐츠를 기반으로 능력치와 설정, AI 생성 이미지가 포함된 독특한 몬스터 카드를 만들 수 있습니다. 사용자는 두 카드를 결합해 새로운 하이브리드 몬스터를 생성하거나(Breed), 몬스터 간의 서사적인 배틀을 시뮬레이션하는 등 다양한 기능을 활용할 수 있습니다. 이 프로젝트는 Node.js와 퍼피티어, Gemini API를 활용하며, GitHub 저장소를 클론하여 API 키만 설정하면 바로 사용 가능합니다.

본문

Turn any URL into a unique creature trading card, then share, breed, and battle them! LLMonster Rancher is an agent skill that turns any web page into a unique creature with stats, abilities, lore, and AI-generated art — rendered as a collectible trading card. Then breed them, battle them, and share them. Inspired by Monster Rancher, the 1997 game where you could put any CD into your PlayStation and get a unique monster. Same energy, but with URLs. Born from a windowless surveillance building, a thought experiment that punishes you for knowing about it, and the one and only Time Cube. Roko's Basilisk + The Failsafe Box (from Primer) = Retroactive Regret, a shadow-type creature that already punished you before you drew the card. TITANPOINTE vs Roko's Basilisk. You can't haunt a building that has no dreams. - Generate: Give it a URL. The agent fetches the page, finds a creative angle on the content, generates a creature with thematic stats/abilities, creates AI art via Gemini, and renders it as a trading card. - Breed: Give it two creature cards. It finds the unexpected concept hiding in the collision of both parents and creates a hybrid. - Battle: Give it two creature identifiers (URLs, card images, creature names). It simulates a narrative fight using the creatures' stats, abilities, and identities, then renders a battle card with a generated scene. - Share: Uploads the card image and creates a GitHub Gist with the embedded card. - An AI coding agent that supports agent skills (e.g. Claude Code, Cursor, Windsurf, etc.) - Node.js (for card rendering via Puppeteer) - A Gemini API key (for creature art generation) Just clone this repo, install the Puppeteer dependency with npm install , ensure you have a GEMINI_API_KEY set, and tell your agent to start using the skill. From any agent session with the skill available: # Generate a creature from a URL /llmonster-rancher https://en.wikipedia.org/wiki/Brutalist_architecture # Breed two creatures /llmonster-rancher breed # Battle two creatures /llmonster-rancher battle # Share a card via Gist /llmonster-rancher share Creature identifiers for battles are flexible — you can use URLs (generates a new creature on the fly), local card PNGs, creature names from your working directory, or gist URLs. MIT

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →