Biz Hospitality

v1.0.0

Professional business hospitality including reception plans, seating arrangements, dining coordination, and etiquette guidance. Covers VIP visits, business d...

1· 228·0 current·0 all-time
by走过@1970168137

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 1970168137/biz-hospitality.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Biz Hospitality" (1970168137/biz-hospitality) from ClawHub.
Skill page: https://clawhub.ai/1970168137/biz-hospitality
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install biz-hospitality

ClawHub CLI

Package manager switcher

npx clawhub@latest install biz-hospitality
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, inputs, and outputs are aligned: the skill asks for guest and visit details and produces reception plans, seating, dining, etiquette, gifts, and follow-up — all coherent with business hospitality.
Instruction Scope
SKILL.md contains only schema-like runtime instructions (inputs/outputs and examples). It does not instruct the agent to read system files, access environment variables, call unexpected external endpoints, or collect unrelated data.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
The skill requires no environment variables, credentials, or config paths — this is proportionate to a hospitality-planning assistant.
Persistence & Privilege
always is false and model invocation is enabled (the platform default). That normal autonomy is not by itself a concern given the skill's limited scope and lack of requested secrets.
Assessment
This skill appears internally consistent and low-risk from a platform perspective. Considerations before installing: avoid supplying unnecessary sensitive personal data (full IDs, passport numbers, etc.) in guest_profile fields; verify any real-world actions (booking, purchases, gift procurement) are performed through trusted systems with appropriate credentials rather than via free-text outputs; review culturally sensitive recommendations for accuracy; if you prefer explicit user consent for autonomous runs, restrict or monitor agent invocation settings.

Like a lobster shell, security has layers — review code before you run it.

latestvk974c2xysdy7ketdf38wqfvwnn83egm2
228downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Input

NameTypeRequiredDescription
guest_profiletextYesGuest information and importance
visit_purposetextYesPurpose of visit
visit_durationtextYesLength of visit
host_representativestextYesCompany representatives
cultural_considerationstextYesCultural or dietary requirements
budget_rangetextYesHospitality budget
previous_visitstextNoHistory with this guest

Output

NameTypeDescription
reception_plantextComplete visit itinerary
seating_arrangementtextMeeting and dining seating plan
dining_arrangementstextRestaurant selection and menu
etiquette_guidetextProtocol and etiquette reminders
gift_suggestionstextAppropriate gift options
talking_pointstextSuggested conversation topics
follow_up_plantextPost-visit follow-up actions

Example

Input

{
  "guest_profile": "CEO of major client company, strategic partner",
  "visit_purpose": "Partnership renewal discussion",
  "visit_duration": "Full day",
  "host_representatives": "Our CEO, VP Sales, Technical Director",
  "cultural_considerations": "Guest is Japanese, prefers formal settings",
  "budget_range": "$2,000 for day"
}

Output

{
  "reception_plan": "9AM: Office arrival, tour | 10AM: Executive meeting | 12PM: Business lunch | 2PM: Technical demo | 4PM: Partnership discussion | 6PM: Dinner",
  "seating_arrangement": "Meeting: Host CEO center, guest CEO right, others by seniority | Dinner: Alternating host/guest",
  "dining_arrangements": "Lunch: Private room at business club | Dinner: High-end Japanese restaurant",
  "etiquette_guide": "Business card exchange with both hands, bow slightly, formal address, punctuality critical",
  "gift_suggestions": "Company-branded premium item, local specialty, quality pen set",
  "talking_points": "Partnership achievements, future opportunities, industry trends, personal interests",
  "follow_up_plan": "Thank you email within 24hrs, meeting summary, partnership proposal within week"
}

Comments

Loading comments...