Skip to content

add(israeli-events): bilingual skill for Israeli live events + venues#9

Open
oleg-ai-dev wants to merge 1 commit into
skills-il:masterfrom
oleg-ai-dev:add-israeli-events
Open

add(israeli-events): bilingual skill for Israeli live events + venues#9
oleg-ai-dev wants to merge 1 commit into
skills-il:masterfrom
oleg-ai-dev:add-israeli-events

Conversation

@oleg-ai-dev

Copy link
Copy Markdown

Summary

Adds the israeli-events/ skill subdirectory. Bilingual (Hebrew + Russian) skill backed by a public, unauthenticated agentic API at venues-israel.com.

Four tools:

Tool Purpose
searchEvents Filter live events by city, genre, date, price, artist
getVenueInfo Parking, transport, nearby restaurants, capacity, accessibility for an Israeli venue
planOuting Composed event + venue + 3 nearby restaurants + suggested arrival time + parking pick
recommendEvents Natural-language ranked recommendations via Claude Haiku intent extraction

Coverage (verified 2026-04-30):

  • 227 Israeli venues
  • 96.5% with public-transport data
  • 84% with full venue logistics (parking + ≥3 nearby restaurants)
  • All 12 largest cities at 100% full logistics except Jerusalem (92%), Ashkelon (75%), Netanya (50%)
  • ~640 active events daily from Bravo's kassa.co.il + kartisim.co.il feeds

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 companion
  • israeli-events/metadata.json — canonical 7-field shape; category: "localization"

Validation

$ bash scripts/validate-skill.sh israeli-events/SKILL.md
Validating: israeli-events/SKILL.md
  PASS: israeli-events/SKILL.md
All SKILL.md files are valid.

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

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.
@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown

Welcome to Skills IL! Thanks for your first contribution.

Our automated checks are running now:

  • Skill Validation - Checking your SKILL.md format
  • Security Scan - Scanning for secrets and vulnerabilities

While you wait, make sure you've reviewed our Contributing Guide.

A maintainer will review your PR within 48 hours.

@choroshin

choroshin commented May 16, 2026

Copy link
Copy Markdown
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 evidence.json, a structured list of every factual claim in the skill paired with the official source URL it came from. See /he/guides/how-we-validate for the full rationale.

This PR will currently fail the Skill Validation check. Two paths forward:

  1. You add evidence.json to your skill folder. Schema: a JSON array of { "claim": "...", "source_url": "https://..." } objects, one entry per concrete fact (form number, fee amount, deadline, statute reference, percentage, etc.). Every claim must be sourced to an official URL.
  2. We backfill it for you when we next triage submissions. Reply on this PR if you'd prefer that route.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants