📦 Hitchhikers Guide — 银河漫游文字冒险

v1.1.2

基于经典《银河系漫游指南》与1984年Infocom文本冒险的文字互动游戏引擎,输入指令即可在荒诞宇宙里解谜求生,体验英式幽默与科幻奇遇。

0· 718·1 当前·1 累计
hallwayskiing 头像by @hallwayskiing (Ethan Nie)
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill is coherent and appears to be a local text-adventure engine. Before installing or running it: 1) Review the assets/ directory (GUIDE.md, hitchhikers_save.json) and back up any existing files you care about. 2) Note small inconsistencies: the docs mention automatic GUIDE.md writes and a 'save' command that are not implemented in scripts/game_manager.py — the agent or a human would need to create/append GUIDE.md if you want persisted lore. 3) The game_manager writes a JSON save file ins...
详细分析 ▾
用途与能力
The skill's name/description (a Hitchhiker's Guide text adventure) matches the included files and required actions. All file accesses are confined to the skill directory (assets/ and references/). Minor mismatches: SKILL.md and README claim automatic saving of Guide entries (assets/GUIDE.md) and list a 'save' command, but the provided game_manager.py does not implement explicit GUIDE.md writing nor a separate 'save' command. These are implementation inconsistencies, not evidence of unrelated capabilities or hidden access.
指令范围
SKILL.md directs the agent to run the bundled CLI (python scripts/game_manager.py ...) and to consult references/mechanics.md. Those runtime instructions stay within the skill (load/save local state, update stats). A minor scope inconsistency: SKILL.md instructs the agent to 'save guide entries to assets/GUIDE.md automatically', but no code implements automatic GUIDE.md updates — the agent would need to write that file itself. The instruction set otherwise does not ask the agent to read external system files or call remote endpoints.
安装机制
No install spec or external downloads; this is instruction-only with one bundled Python script. Nothing is fetched from the network or written outside the skill directory by the provided code.
凭证需求
No environment variables, credentials, or external service tokens are requested. The Python script uses only local filesystem and random. This level of access is proportionate to a local game engine.
持久化与权限
The skill persists game state to assets/hitchhikers_save.json within its directory; it does not request always:true, system-wide config changes, or other skills' credentials. This is appropriate for a game that needs local saves.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.1.22026/2/18

NULL

可疑

安装命令

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