技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 489 · 2 current installs · 2 all-time installs
⭐ 0
安装量(当前) 2
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:autogame-17/autogame-tales
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill mostly does what it says (generate short stories and optionally send Feishu cards), but there are mismatches between its metadata/instructions and the actual code (undeclared environment variables, README/CLI inconsistencies, and an external Feishu helper dependency), so review before installing.
目的
The code's behavior (generate micro-fiction, write stories to memory/tales, and optionally send Feishu cards) matches the skill's stated purpose. However there are minor inconsistencies: package-lock lists 'commander' though index.js doesn't use it, and README documents a --target CLI flag that the script does not parse.
说明范围
SKILL.md claims 'Reads: nothing' but the script reads environment variables (OPENCLAW_MASTER_ID and LOG_TARGET) to decide where to send Feishu cards. It writes story files to memory/tales as documented. The instructions rely on an external helper (../feishu-evolver-wrapper/feishu-helper.js) which will handle network calls; that helper is not included here and its behavior is unknown.
安装机制
No install spec or remote downloads; this is a local node script with bundled files only. Nothing in the manifest indicates it will fetch or execute arbitrary remote code during install.
证书
The skill's metadata declares no required environment variables, yet the code reads OPENCLAW_MASTER_ID and LOG_TARGET to send cards. Sending to Feishu will typically require Feishu credentials (not declared). The undeclared env usage and lack of a declared primary credential are inconsistent and increase risk of misconfiguration or unexpected credential use.
持久
The skill is not always-enabled and does not request elevated platform privileges. It writes only to its own memory/tales folder and does not modify other skills or global configuration.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Autogame Tales」。简介:Generates eerie micro-fiction ghost stories or sci-fi tales using random prompt…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/autogame-17/autogame-tales/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# 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).