← 返回 Skills 市场
Travel Frog 旅行青蛙
作者
NibbinNone
· GitHub ↗
· v1.0.0
338
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-frog
功能描述
A travel frog that autonomously explores the world, sends postcards, and takes photos.
安全使用建议
This skill appears to be a local, file-backed 'travel frog' that personalizes behavior by reading/writing files in your workspace. Before installing or enabling it:
- Note it will read workspace/IDENTITY.md and recent memory diary files and will append diary entries (echo >> ...) — if you keep sensitive data in those locations, the skill will access/modify it.
- It will create a travel-frog-data directory (default under your workspace) and write logs, state.json, collections.json, postcards, and backups. If you want isolation, set FROG_STATE_DIR to a sandbox directory before running.
- Templates instruct calling external image-generation scripts (OpenAI/Gemini) via exec; those calls may use other skills or local credentials. Review or sandbox any referenced image-generation scripts and their credentials.
- Recommended precautions: back up workspace files you care about, run the skill in a dedicated workspace or set FROG_STATE_DIR to an isolated path, and review the image-generation toolchain it will invoke. If you need a tighter boundary, request a version that confines all reads/writes strictly to its own skill directory.
功能分析
Type: OpenClaw Skill
Name: travel-frog
Version: 1.0.0
The skill bundle implements a 'Travel Frog' simulation but contains a significant shell injection vulnerability in its operational instructions. AGENTS.md and HEARTBEAT.md repeatedly instruct the AI agent to use 'echo >> file' via the 'exec' tool to record diary entries and world knowledge. Because the content being echoed is generated by the AI based on game events, it could inadvertently (or via prompt manipulation) include shell metacharacters (e.g., semicolons, backticks, or command substitutions) leading to arbitrary command execution. While the core Python logic in scripts/frog_engine.py is functionally benign, the prescribed method for data persistence in the markdown instructions creates a high-risk attack surface.
能力评估
Purpose & Capability
Name/description align with the code and instructions: a local 'travel frog' engine that keeps state, archives postcards/photos, and writes diary/memory. However the skill intentionally reads a workspace-level IDENTITY.md and memory files outside its scripts directory to personalize behavior — plausible for personalization but broader than a strictly self-contained toy.
Instruction Scope
SKILL.md and templates explicitly instruct the agent to read/write files outside the skill folder (workspace/IDENTITY.md, memory/YYYY-MM-DD.md), append diaries via exec (echo >> file), and to always run the engine via exec. Those steps permit reading the user's workspace-level identity/memory and modifying files; this is functionally justified by the skill's behavior but expands the scope to potentially sensitive user data.
Install Mechanism
No install spec (instruction-only) and only requires python3; nothing is downloaded or written during install. Low install risk.
Credentials
The skill declares no required credentials or env vars, and the code uses an optional FROG_STATE_DIR env var. Templates reference external image-generation tools (OpenAI/Gemini scripts) which may in turn use credentials; those are not required by the skill itself but the runtime may invoke other skills/tools that do need secrets.
Persistence & Privilege
always:false and no autonomous privilege escalation, but the engine will create and write to travel-frog-data in the workspace and to media directories (~/.openclaw/media). Templates direct the agent to append to memory files and collections. The skill does persist state and modifies files in workspace-level locations — benign for this app but potentially surprising if users expect the skill to be entirely self-contained.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-frog - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-frog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the travel-frog skill.
- Lets your frog autonomously explore the world, send postcards, and take photos.
- Supports detailed journey planning with multiple locations and activities.
- Provides commands to check status, start trips, send updates, collect souvenirs, and manage in-home activities.
- Includes postcard/photo archiving, customizable config, and force status/reset options.
元数据
常见问题
Travel Frog 旅行青蛙 是什么?
A travel frog that autonomously explores the world, sends postcards, and takes photos. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。
如何安装 Travel Frog 旅行青蛙?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-frog」即可一键安装,无需额外配置。
Travel Frog 旅行青蛙 是免费的吗?
是的,Travel Frog 旅行青蛙 完全免费(开源免费),可自由下载、安装和使用。
Travel Frog 旅行青蛙 支持哪些平台?
Travel Frog 旅行青蛙 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Travel Frog 旅行青蛙?
由 NibbinNone(@nibbinnone)开发并维护,当前版本 v1.0.0。
推荐 Skills