Accessible Travel Planner
Plans trips for travelers with disabilities by verifying real accessibility, booking assistance in writing, and pre-writing contingency scripts.
UtilitiesBeginner★ 1,367⑂ 240AI score 8/10Last updated: Sep 16, 2026
What it does
Turns a trip into a plan that survives contact with real-world access gaps.
- Access-verified itinerary: per-leg and per-stay questions tailored to your needs (door widths, step-free routes, roll-in shower vs tub, bed height), answered in writing or with photos
- Assistance-booking checklist: airline/rail special assistance deadlines, reference numbers, and reconfirm timing
- Equipment & medication plan: battery/wheelchair airline rules, photographing condition before handover, damage-claim steps, medication documentation, import rules and time-zone dosing
- Contingency scripts: assistance no-show, damaged equipment, room not as described — what to say and to whom
Who it's for
- Wheelchair and mobility-aid users flying or travelling by rail
- Travelers managing fatigue, chronic illness, or medical equipment
- Companions, carers, and travel coordinators planning on someone's behalf
Example uses
- "Flying to Lisbon next month with a power chair — build my assistance bookings and hotel access questions."
- "The hotel says the room is accessible; give me the questions that actually prove it."
- "Write the script for when my wheelchair arrives damaged at baggage claim."
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/mohitagw15856/pm-claude-skills/HEAD/exports/openclaw/accessible-travel-planner/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the exports/openclaw/accessible-travel-planner folder from the GitHub repo mohitagw15856/pm-claude-skills into my ~/.claude/skills/accessible-travel-planner/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/mohitagw15856/pm-claude-skills.git && mkdir -p ~/.claude/skills && cp -r pm-claude-skills/exports/openclaw/accessible-travel-planner ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/mohitagw15856/pm-claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r pm-claude-skills/exports/openclaw/accessible-travel-planner ~/.claude/skills/ - Restart Claude Code and ask something like "plan an accessible trip with a wheelchair".
- Treat every airline, border, and medication rule in the output as a prompt to confirm with the provider or embassy.
View source on GitHub ↗License: MIT