add(israeli-events): bilingual skill for Israeli live events + venues#9
Open
oleg-ai-dev wants to merge 1 commit into
Open
add(israeli-events): bilingual skill for Israeli live events + venues#9oleg-ai-dev wants to merge 1 commit into
oleg-ai-dev wants to merge 1 commit into
Conversation
Skill exposes 4 capabilities backed by the public agentic API at https://www.venues-israel.com/api/ (public + unauthenticated): * searchEvents filtered event search by city/genre/date/price/artist * getVenueInfo venue logistics — parking, transport, nearby restaurants, capacity, accessibility (227 venues, 96.5% transport coverage, 84% full logistics) * planOuting composed event + venue + 3 nearby restaurants + suggested arrival time * recommendEvents natural-language ranked recommendations via Claude Haiku intent extraction Bilingual Hebrew + Russian. Affiliate purchase links via Bravo's kassa.co.il (Russian checkout) and kartisim.co.il (Hebrew checkout). Files: * SKILL.md — primary instructions (English) per skills-il spec * SKILL_HE.md — Hebrew companion * metadata.json — canonical 7-field shape with category=localization Validated: scripts/validate-skill.sh israeli-events/SKILL.md → PASS. Companion stand-alone repo at https://github.com/oleg-ai-dev/venues-il-skill also publishes the same skill plus a TypeScript MCP server proxying the same 4 tools — that repo is the path for users who prefer the MCP protocol over the skill format. Provider: venues-israel.com (venues.israel@gmail.com), MIT-licensed.
|
Welcome to Skills IL! Thanks for your first contribution. Our automated checks are running now:
While you wait, make sure you've reviewed our Contributing Guide. A maintainer will review your PR within 48 hours. |
Contributor
|
Heads-up from skills-il maintainers: a new CI step landed in this repo on 2026-05-17 that requires every touched skill folder to include This PR will currently fail the
Either way, we won't silently merge skills missing the evidence file. It would undermine the public promise the guide makes. Sorry for the disruption mid-PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
israeli-events/skill subdirectory. Bilingual (Hebrew + Russian) skill backed by a public, unauthenticated agentic API at venues-israel.com.Four tools:
searchEventsgetVenueInfoplanOutingrecommendEventsCoverage (verified 2026-04-30):
Why localization?
The skill is bilingual (Hebrew + Russian) and Israel-specific — closest fit among existing categories. No events/entertainment/tourism category exists today; happy to be re-categorized if you'd prefer to spin one up later.
Files
israeli-events/SKILL.md— primary instructions (English)israeli-events/SKILL_HE.md— Hebrew companionisraeli-events/metadata.json— canonical 7-field shape;category: "localization"Validation
Companion repo
A stand-alone repo at https://github.com/oleg-ai-dev/venues-il-skill (MIT, Sigstore-attested releases via your reusable workflow) also publishes the same skill plus a TypeScript MCP server (
@modelcontextprotocol/sdk) that proxies the same 4 tools over the MCP protocol. That repo is the path for users who prefer MCP over the skill format; both surfaces hit the same upstream.Provider: venues-israel.com (
venues.israel@gmail.com). MIT-licensed.🤖 Generated with Claude Code