Skills travel-procurement

Source, compare, and recommend travel transport options (bus/train/shuttle/taxi/private transfer) from user-provided trip constraints. Use for route planning, quote comparison, and decision-ready recommendations.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/austineyapp/travel-procurement" ~/.claude/skills/openclaw-skills-travel-procurement && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/austineyapp/travel-procurement" ~/.openclaw/skills/openclaw-skills-travel-procurement && rm -rf "$T"
manifest: skills/austineyapp/travel-procurement/SKILL.md
source content

Travel Procurement

Workflow

  1. Collect constraints: date/time window, route, pax, luggage, budget, comfort constraints.
  2. Source options in order: public transport first, then shared shuttle, then private transfer/taxi.
  3. Normalize each option in a common format (price, duration, cancellation, fit/risk).
  4. Recommend: best value, best convenience, best fallback.
  5. Ask for explicit decision (A/B/C) and prepare next-step execution.

Output Standard

  • Keep concise and decision-ready.
  • Every option must include total price and practical caveat.
  • Always include one fallback.

References

  • Read
    references/option-format.md
    for option and recommendation templates.