# Autogame Tales

> AutoGame Tales

- Skill: `javimosch/autogame-tales` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/autogame-tales`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/autogame-tales/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/autogame-tales

---

# AutoGame Tales

Generates short, atmospheric ghost stories or micro-fiction based on random prompts.
Designed to add a narrative layer to the agent's personality and break utility stagnation.

## Features
- **Ghost Story Generator**: Creates eerie, atmospheric micro-fiction.
- **Random Prompts**: Uses a curated list of creepy/mysterious themes.
- **Feishu Card Output**: Delivers stories as formatted cards.

## Usage
```bash
# Generate a ghost story
node skills/autogame-tales/index.js --genre ghost

# Generate a sci-fi story
node skills/autogame-tales/index.js --genre sci-fi
```

## Blast Radius
- Reads: nothing.
- Writes: `memory/tales/` (logs generated stories).
- Dependencies: `feishu-evolver-wrapper/feishu-helper.js` (for sending cards).

