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.mdsource content
Travel Procurement
Workflow
- Collect constraints: date/time window, route, pax, luggage, budget, comfort constraints.
- Source options in order: public transport first, then shared shuttle, then private transfer/taxi.
- Normalize each option in a common format (price, duration, cancellation, fit/risk).
- Recommend: best value, best convenience, best fallback.
- 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
for option and recommendation templates.references/option-format.md