From sundial-org-awesome-openclaw-skills-4
Extracts contact details (phone, email, WhatsApp, Instagram) from Airbnb, Booking.com, VRBO, Expedia accommodation listings via CLI web scraping. Supports JSON output and Google Places API.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking.
When the user provides a booking URL or asks to find contact details for an accommodation:
Run the CLI to extract contact information:
travel-concierge find-contact "<url>"
Present the dossier to the user with all discovered contact methods.
airbnb.com/rooms/...booking.com/hotel/...vrbo.com/...expedia.com/...Hotel...User: "Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345"
Action: Run travel-concierge find-contact "https://www.airbnb.com/rooms/12345"
User: "How can I contact this hotel directly?" (with Booking.com URL)
Action: Run travel-concierge find-contact "<booking-url>"
travel-concierge find-contact --json "https://..."
travel-concierge find-contact --verbose "https://..."
The tool works without any API keys using web scraping. For enhanced results, configure optional APIs:
# Set Google Places API key for verified phone/website data
travel-concierge config set googlePlacesApiKey "your-key"
# View current config
travel-concierge config show
The CLI returns a contact dossier with:
agent-browser) may be needed for JavaScript-rendered listing pages