← 返回 Skills 市场
203
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-partner
功能描述
This skill provides AI-powered virtual travel companion services for international trips. Use this skill when users request a virtual boyfriend/girlfriend to...
安全使用建议
Key things to consider before installing or running this skill:
- The code will call OpenAI's image API and download images. You must provide an OPENAI_API_KEY (not declared in registry metadata). Supplying that key gives the scripts the ability to use your account and incur charges — only run if you trust the code and want that behavior.
- Prompts and any personal details you pass (relationship-style roleplay, names, intimate journal text) will be sent to OpenAI; avoid sending real sensitive personal data if you are concerned about privacy.
- There is no install script in the registry; you need to run pip install -r requirements.txt to use image features. Review requirements and the code before installing dependencies.
- The SKILL.md asks the agent to research live destination info, but the bundled scripts themselves use templates and local logic — verify accuracy for visa/advisory info (do not rely on generated legal/safety guidance without independent verification).
- Origin is unknown (no homepage). If you plan to run this, inspect the Python files locally, run them in an isolated environment (virtualenv/container), and consider limiting network access if you don't want image generation to run.
- If you do not want to provide an OpenAI key, you can still use itinerary/journal generation parts that don't invoke the image generator, but confirm in your environment that you won't accidentally run generate_travel_image.py.
功能分析
Type: OpenClaw Skill
Name: travel-partner
Version: 1.0.0
The travel-partner skill is a legitimate tool designed to generate travel itineraries, journals, and AI-generated images. The bundle includes Python scripts that interface with the OpenAI DALL-E API (generate_travel_image.py) and generate structured text content (itinerary_generator.py, travel_experience_generator.py). The code follows standard practices for API integration, including the use of environment variables for secrets and basic input sanitization for file naming. No evidence of data exfiltration, malicious prompt injection, or unauthorized execution was found.
能力评估
Purpose & Capability
The skill's name/description (virtual travel companion, itineraries, images, journals) matches the included scripts. However, the registry metadata declares no required environment variables or credentials while the code (generate_travel_image.py and README) clearly requires an OPENAI_API_KEY and the openai Python package to produce images. That omission is an incoherence a user should notice: image generation legitimately needs an API key, and it is asked for in docs but not declared in the registry metadata.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts and to perform web research for current destination info. The bundled scripts generate prompts, itineraries, journals, and (via OpenAI) images; they do not themselves perform general web scraping or pull live advisories (the code mostly uses templates and local logic). The skill also suggests collecting 'Personal Details' for personalization—reasonable for personalization but it can involve sensitive user data. No instructions request system files or unrelated credentials.
Install Mechanism
There is no formal install spec (instruction-only from the registry perspective), which reduces installer risk. The bundle includes requirements.txt listing openai and requests and README guidance to pip install them; that is a normal Python dependency install but not declared in the registry metadata. No downloads from unknown URLs or archive extraction are present. The user will need to run pip install and execute Python scripts locally.
Credentials
The registry lists no required environment variables, but both README and generate_travel_image.py require OPENAI_API_KEY (and network access) to call OpenAI for image generation. This is a material mismatch. Providing an OpenAI API key exposes usage and billing and causes prompts (including any personal details you feed into the tool) to be sent to OpenAI. The code also writes image files and manifests to disk (e.g., travel_photos/, image_generation_manifest.json).
Persistence & Privilege
The skill does not request always:true, does not claim persistent/auto-enabling privileges, and does not modify other skills or system-wide agent settings. It writes output files to local directories as part of normal operation (images, manifests), which is expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-partner - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-partner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
travel-partner v1.0.0
- Initial release of travel-partner skill.
- Offers AI-powered virtual travel companion for international trips.
- Generates personalized itineraries, travel narratives, photo prompts, and social media content.
- Supports romantic, adventurous, foodie, and cultural companion personas.
- Provides immersive travel experiences, destination research, and platform-specific post suggestions.
元数据
常见问题
Travel Partner 是什么?
This skill provides AI-powered virtual travel companion services for international trips. Use this skill when users request a virtual boyfriend/girlfriend to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。
如何安装 Travel Partner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-partner」即可一键安装,无需额外配置。
Travel Partner 是免费的吗?
是的,Travel Partner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Travel Partner 支持哪些平台?
Travel Partner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Travel Partner?
由 wolfcode(@wolf-leo)开发并维护,当前版本 v1.0.0。
推荐 Skills