📦 YumFu — 多人文字RPG

v1.7.8

在Telegram群里组队开黑,穿越10大IP世界:笑傲江湖、哈利波特、Warrior Cats、F15 Down、龙虾三国、倚天屠龙记、权游……实时文字冒险,零门槛畅玩。

1· 375·1 当前·1 累计
yumyumtum 头像by @yumyumtum (TommyYanPS)
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
This skill largely does what it says (multiplayer text RPG with per-turn images, saves, and storybooks), but pay attention to two things before installing: 1) Mandatory vs optional behavior: SKILL.md repeatedly calls session logging and per-turn image/TTS generation 'mandatory', while release notes and other docs describe environment variables (YUMFU_NO_IMAGES, YUMFU_NO_LOGGING) to disable them. Confirm which behavior your platform/agent will enforce and whether you can opt out. 2) Privacy & r...
详细分析 ▾
用途与能力
The files, scripts, and metadata match a multi-world text-RPG with per-turn image/TTS generation and persistent saves. Requiring the 'uv' runtime (used to run the Python scripts) is coherent with the project's scripts. The code and docs align with the stated features (AI art, saves, storybooks, multiplayer).
指令范围
SKILL.md instructs the agent to perform a number of intrusive-sounding actions every turn: load/save user saves via scripts, generate an AI image for every game turn, and produce TTS by default, and to log sessions. This is consistent with a media-rich multiplayer game, but SKILL.md uses authoritative language ('MANDATORY', 'Always Use This Skill', 'must generate images for every turn') while other documents (RELEASE_NOTES, COMPATIBILITY.md) describe env flags to disable logging/images. That contradiction (mandatory vs optional) is a material inconsistency. Also the skill expects reads/writes to explicit user paths (~/clawd/memory/yumfu, ~/.openclaw/media/outbound/yumfu) and automatic sending of generated media into group chats — behavior that has privacy, bandwidth, and moderation implications and should be explicitly consented to by administrators/users.
安装机制
There is no external download/install step in the skill registry entry; the package is instruction-only for the agent and includes Python scripts in-repo. No remote install URLs or archive extraction are requested by the registry metadata. The one required binary 'uv' matches the documented usage of 'uv run' for the scripts.
凭证需求
The registry declares no required environment variables. The repository/docs reference optional env vars (GEMINI_API_KEY for image generation, YUMFU_NO_IMAGES, YUMFU_NO_LOGGING) and claim those features can be disabled. Those env variables are appropriate and proportional to the stated capabilities. However the main SKILL.md wording implies mandatory logging and image generation without documenting opt-out in the same place — a transparency mismatch (not an extra credential demand).
持久化与权限
The skill is not forced (always:false) and does not request elevated system privileges. It writes saves, session logs, and generated images to standard per-user locations under home directories, which is expected for a local game. That said, mandatory session logging and automatic delivery of images to group chats (if followed) increase the operational blast radius (more data written and network/API calls); because the skill can be invoked autonomously, these behaviors warrant careful admin/user consent. There's no evidence it modifies other skills or system-wide agent configs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.7.82026/4/5

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install yumfu
镜像加速npx clawhub@latest install yumfu --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库