Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user provides an Airbnb numeric listing ID (or a rooms URL) and wants full property details: title, amenities, house rules, photos, ratings, etc.
eval "$(python scripts/listing-detail.py '{listing_id}')" in bashA complete JSON of one listing's data: description, coordinates, city, amenities, rules, highlights, ratings, bedroom config — for research, monitoring, or enrichment.
Use Cases
A short-term rental analyst needs to compare amenities and house rules of 50 London listings. They provide listing IDs from Airbnb search. Using this skill, they batch-run the script with 1s delays, getting structured JSON for each: wifi availability, check-in times, bedroom config. This automates competitive research and builds a normalized dataset in minutes instead of manual page opening.
A travel app builder wants to enrich their database with Airbnb property descriptions, photos and ratings. They feed listing IDs from their crawl into the skill's script, extracting overview, highlights and coordinates. The output populates their UI with verified public data, accelerating catalog build without breaching access controls or requiring login.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File