Business Travel Wellness Integrator
Overview
Integrates wellness practices into business travel for sustained performance
This is a pure descriptive skill that provides frameworks, templates, and heuristic analysis for travel planning and preparation. No real code execution, external APIs, or network requests are performed.
Trigger Keywords
Use this skill when planning travel experiences related to:
- business travel and wellness
- health considerations
- performance planning
- Travel routine if applicable
- recovery if applicable
Primary Triggers
- "Help me plan business travel wellness integrator for my upcoming trip"
- "Provide framework for business travel in travel context"
- "Create checklist for business travel wellness integrator"
- "Analyze my travel situation using business travel wellness integrator principles"
Workflow
- Input Reception: User provides travel context through natural language input
- Input Analysis: Skill parses input to extract key travel information:
- Destination and travel context
- Timeframe and duration
- Traveler type and experience level
- Specific concerns or requirements
- Budget considerations (if mentioned)
- Group composition and needs
- Framework Application: Skill applies relevant travel planning frameworks and templates
- Recommendation Generation: Skill generates structured, actionable recommendations
- Output Delivery: User receives tailored travel planning insights and next steps
Output Modules
Based on design specification, this skill covers:
- Travel wellness assessment
- Routine adaptation framework
- Recovery optimization
- Performance sustainability planning
Detailed Module Descriptions
Travel wellness assessment
- Provides structured approach to travel wellness assessment
- Includes templates and checklists
- Offers best practices and considerations
Routine adaptation framework
- Delivers practical routine adaptation framework
- Includes implementation guides
- Provides customization options
Recovery optimization
- Offers recovery optimization
- Includes ethical considerations
- Provides risk mitigation strategies
Performance sustainability planning
- Provides performance sustainability planning
- Includes integration guidance
- Offers long-term planning support
Safety & Limitations
What This Skill Does
- Provides descriptive travel planning frameworks
- Offers heuristic analysis and recommendations
- Delivers structured planning templates
- Suggests considerations and best practices
What This Skill Does NOT Do
- ❌ No real bookings: Does not book flights, hotels, or activities
- ❌ No real-time data: Does not access live prices, availability, or weather
- ❌ No professional advice: Does not provide medical, legal, or financial advice
- ❌ No guarantees: Recommendations are informational only
- ❌ No code execution: Pure descriptive analysis only
- ❌ No external APIs: No network requests or external service calls
- ❌ No cultural guarantees: Provides general guidance but cannot guarantee cultural appropriateness
Safety Boundaries
- All recommendations are informational only
- Users must verify information with official sources
- Users should consult professionals for specific needs
- Cultural guidance is general and may not apply to all situations
Example Prompts
Basic Usage
- "Help me with business travel wellness integrator for my trip to Japan"
- "Provide business travel framework for travel planning"
- "Create business travel wellness integrator checklist for my upcoming vacation"
Intermediate Usage
- "I'm traveling to business travel destination for 2 weeks, help me plan business travel wellness integrator"
- "Analyze my travel situation: destination Paris, duration 10 days, budget $3000"
- "Generate business travel wellness integrator recommendations for family travel with children"
Advanced Usage
- "I need comprehensive business travel wellness integrator for business travel to multiple countries"
- "Create detailed business travel wellness integrator plan for extended travel with specific wellness requirements"
- "Provide business travel wellness integrator framework with risk assessment and contingency planning"
Acceptance Criteria
Functional Requirements
- ✅ Returns structured JSON output with proper formatting
- ✅ Includes actionable travel recommendations based on input analysis
- ✅ Provides relevant travel planning frameworks and templates
- ✅ Demonstrates input-based differentiation (different inputs → different outputs)
- ✅ Covers all specified modules: Travel wellness assessment, Routine adaptation framework, Recovery optimization, Performance sustainability planning
Non-Functional Requirements
- ✅ No code execution, external APIs, or network requests
- ✅ Pure descriptive analysis only
- ✅ Clear safety disclaimers present
- ✅ File count ≤ 10
- ✅ English documentation primary
Quality Requirements
- ✅ Clear, actionable travel recommendations
- ✅ Input-based differentiation demonstrated
- ✅ Skill-specific logic implemented
- ✅ Test coverage for core functionality
- ✅ Documentation complete and accurate
Integration
This skill can be combined with:
- Destination research skills
- Budget planning skills
- Packing and preparation skills
- Cultural awareness skills
- Other tourism planning skills
Version History
- 1.0.0 (2026-04-20): Initial release - P1 batch development
- Added
.claw/identity.json
- Completed SKILL.md documentation
- Fixed review blocking issues
Technical Details
Handler Interface
- Standard OpenClaw handler:
handle(user_input: str) -> str
- Returns valid JSON with proper structure
- Includes
input_analysis based on user input
- Contains comprehensive
disclaimer
Test Coverage
- JSON validation test
- Disclaimer presence test
- Input differentiation test
- Skill-specific logic test
File Structure
SKILL.md - Complete documentation (this file)
handler.py - Main handler implementation
tests/test_handler.py - Unit tests
skill.json - Skill metadata
.claw/identity.json - Identity information