TopRank Skills

Home / Claw Skills / Autres / Autogame Tales
Official OpenClaw rules 15%

Autogame Tales

AutoGame Tales

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Autogame Tales 技能。 若已安装,则直接安装 Autogame Tales 技能。

Overview

Skill Key
autogame-17/autogame-tales
Author
autogame-17
Source Repo
openclaw/skills
Version
-
Source Path
skills/autogame-17/autogame-tales
Latest Commit SHA
3924706e3cd6b67535cec5f3211e885255f6c0ff

Extracted Content

SKILL.md excerpt

# 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).

README excerpt

# AutoGame Tales (autogame-tales)

A skill for documenting and narrating "paranormal" bugs and glitches in AutoGame. Turns weird logs into "Ghost Stories".

## Tools

### `node skills/autogame-tales/index.js`
Generates and sends a "Ghost Story" card to Feishu.

**Options:**
- `--title <string>`: Title of the anomaly (e.g., "The Time Reversal").
- `--victim <string>`: Who experienced it.
- `--desc <string>`: Description of the horror/bug.
- `--target <id>`: Feishu Chat ID or User ID to send to.

## Usage
```bash
node skills/autogame-tales/index.js --title "The Endless Death Loop" --victim "Li Mingxuan" --desc "Hearing 'I died' repeatedly while logs counted backwards." --target "oc_xxx"
```

Related Claw Skills