Install
openclaw skills install @crawlora-org/event-venue-researchBuild event shortlists, dated calendars, and venue comparisons through Crawlora's Ticketmaster and TicketWeb endpoints. Use for public event research with verified venue identity, timing, age restrictions, ticket fees, and availability caveats.
openclaw skills install @crawlora-org/event-venue-researchBuild a dated event or venue comparison from public listings. Keep ticket availability, venue visitor information, and private venue-booking availability separate; an event calendar does not establish that a venue can be hired.
Set CRAWLORA_API_KEY to your key from crawlora.net.
Run the bundled scripts/crawlora.sh from this skill directory or by absolute
path. It sends x-api-key to https://api.crawlora.net/api/v1; keep the key in
the environment. Read reference/endpoints.md for
event/city/category discovery, event details, and venue lookups.
/ticketmaster/search-events (q, zero-based page,
sort=date or relevance) or /ticketweb/search (q, one-based page).
Filter returned dates locally where an endpoint has no date-range parameter./ticketmaster/discover-cities or
/ticketmaster/discover-categories, then the returned city slug/country or
category_id in their matching event feeds. Discovery destination groupings
can include surrounding municipalities; inspect actual venue locations./ticketmaster/event?id=... or /ticketweb/event?id=... for a
selected event. Read the nested event object, exact status, timing, venue,
age restrictions, and source URL. IDs are provider-specific. Deduplicate
cross-provider events by verified performer, venue, date/time, and event type;
preserve distinct performances, ticket offers, and VIP/parking add-ons.Z to a local time.
Keep TBD/TBA times unknown and distinguish doors, show start, and on-sale time./ticketmaster/venue,
/ticketmaster/venue-events, or /ticketweb/venue. Artist/team attraction
IDs are not venue IDs. Verify street address and public accessibility/visitor
information; missing capacity or access details are unknown, not negative findings.sections[].prices[].total and currency, keeping
base price, fees, tier restrictions, and sale status. Do not add fees again to
total or compare one provider's base price with another's fee-inclusive total.
Ticketmaster prices, when absent, remain unknown; do not invent a price range.scripts/crawlora.sh /ticketweb/search q=comedy page=1
scripts/crawlora.sh /ticketmaster/search-events q=jazz sort=date page=0
Return a table/calendar with event and provider IDs, canonical links, venue/address, local start time and zone, status, applicable age/access information, dated ticket price scope, availability, and fit rationale. Group venue comparisons separately from individual event offers. Create calendar entries or buy tickets only if asked.
has_tickets=false with empty sections is ambiguous: free/RSVP,
sold out, or access-code-gated can share this state. Cross-check explicit search
availability (in_stock, sold_out, unknown) without guessing a cause.410 means concluded/permanently removed; 404 means unknown.
TicketWeb invalid IDs can surface as 503; recheck the discovered ID before retrying.429, retry transient 5xx once, stop on 401/403, and check application code.