Pet-Friendly Accommodation Filtering
SkillDev toolsFiltering accommodations for pet-friendly stays by analyzing house_rules field in accommodation data.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Pet-Friendly Accommodation Filtering skill
What this skill tells your AI
The instructions your AI receives, as published by cxcscmu/skilllearnbench in skills/b1-one-shot-claude-opus-4-6/travel-planning/pet-friendly-filtering/SKILL.md and read by ahel’s review.
How It Works
The house_rules column in clean_accommodations_2022.csv contains rules separated by " & ".
Common rules: "No pets", "No smoking", "No parties", "No children under 10", "No visitors".
Filtering Logic
- Pet-friendly: Any accommodation where
house_rulesdoes NOT contain "No pets" - An empty
house_rulesfield means no restrictions — pets are allowed - Rules like "No smoking" or "No parties" do NOT exclude pets
Command
grep -i "cityname" data/accommodations/clean_accommodations_2022.csv | grep -iv "no pets"
Additional Checks
- Verify
maximum occupancy >= number of travelers - Verify
minimum nights <= planned stay length - Consider
room type: "Entire home/apt" is generally better for pets than "Shared room"
Signals
- GitHub stars
- 83
- Forks
- 5
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
pet-friendly-filtering- Source
- github.com/cxcscmu/skilllearnbench