autogame-tales
// Generates short, atmospheric ghost stories or micro-fiction based on random prompts.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
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
# 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).