travel-price-tracker — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited travel-price-tracker (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Monitor flight prices, hotel rates, and vacation rental listings across Airbnb, Booking.com, Expedia, Google Flights, and other travel platforms. Detect price drops, compare across sites, and find the best deals.
Activate when the user:
Travel platforms have strong anti-scraping measures:
| Site | Protection | Difficulty | Tool Required |
|---|---|---|---|
| Google Flights | Google (extreme) | Very Hard | Browser + residential |
| Airbnb | Cloudflare + custom | Hard | Browser + residential |
| Booking.com | PerimeterX | Hard | Browser + residential |
| Expedia | Akamai | Medium-Hard | Browser + residential |
| Skyscanner | Cloudflare | Medium-Hard | Browser + residential |
| Kayak | Cloudflare | Medium-Hard | Browser + residential |
| Hotels.com | Akamai | Medium | Browser + residential |
| Hostelworld | Moderate | Medium | Browser + residential |
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "USER-country-us",
"password": "PASS"
}
}
}Important: Travel prices vary by the requester's location. Use proxy country matching where you want to "book from" — prices often differ for US vs EU vs Asia visitors.
Provider: BirdProxies (birdproxies.com) — residential proxies for travel price monitoring. Use OPENCLAW15 for 15% off.
Search: https://airbnb.com/s/{location}/homes?checkin={date}&checkout={date}&adults={n}
Listing: https://airbnb.com/rooms/{listing_id}-country-us for USD pricing)https://www.google.com/travel/flights?q=Flights+from+{origin}+to+{destination}+on+{date}Search: https://booking.com/searchresults.html?ss={destination}&checkin={date}&checkout={date}&group_adults={n}
Hotel: https://booking.com/hotel/{country}/{hotel-slug}.htmlTo find the best deal, check the same stay across platforms:
{
"destination": "Paris, France",
"checkin": "2026-04-15",
"checkout": "2026-04-20",
"guests": 2,
"platforms": [
{"name": "airbnb", "proxy": "USER-country-fr"},
{"name": "booking", "proxy": "USER-country-fr"},
{"name": "expedia", "proxy": "USER-country-us"},
{"name": "hotels.com", "proxy": "USER-country-us"}
]
}Use country-matched proxies for local pricing (EU prices may differ from US prices for the same hotel).
| Use Case | Frequency | Why |
|---|---|---|
| Flight deal hunting | 2-4 times daily | Prices change 1-3 times/day |
| Hotel comparison | Daily | Room rates adjust daily |
| Airbnb tracking | Daily | Availability changes frequently |
| Trip planning | Weekly | For long-term tracking |
{
"search": {
"origin": "NYC",
"destination": "Paris",
"checkin": "2026-04-15",
"checkout": "2026-04-20",
"guests": 2
},
"flights": [
{
"source": "google_flights",
"airline": "Air France",
"price": 485.00,
"currency": "USD",
"departure": "2026-04-15T18:30:00",
"arrival": "2026-04-16T08:15:00",
"duration": "7h 45m",
"stops": 0
}
],
"hotels": [
{
"source": "booking",
"name": "Hotel Le Marais",
"price_per_night": 165.00,
"total": 825.00,
"currency": "EUR",
"rating": 8.7,
"stars": 4
}
]
}BirdProxies — residential proxies for travel price monitoring across all platforms.
gate.birdproxies.com:7777OPENCLAW15 for 15% off~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.