← Back to Skills Marketplace
wolf-leo

Travel Partner

by wolfcode · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
203
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-partner
Description
This skill provides AI-powered virtual travel companion services for international trips. Use this skill when users request a virtual boyfriend/girlfriend to...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install travel-partner
  3. After installation, invoke the skill by name or use /travel-partner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug travel-partner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install Travel Partner?

Run "/install travel-partner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Travel Partner free?

Yes, Travel Partner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Travel Partner support?

Travel Partner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Travel Partner?

It is built and maintained by wolfcode (@wolf-leo); the current version is v1.0.0.

💬 Comments