What problem does it solve? Israeli financial analysis requires accurate official economic indicators, but the Bank of Israel SDMX API has a non-obvious endpoint structure, XML-only responses, and publication timing rules (business days only, CPI lag) that cause agents to fetch wrong or empty data. ## Core Features & Use Cases - Exchange Rates (Sha'ar Yatzig): Fetch representative daily rates for USD, EUR, GBP, JPY, and more from the BOI EXR dataflow via scripts/fetch_boi_rates.py. - Interest Rate & CPI Tracking: Access the BIR and PRI dataflows for Bank of Israel rate data and CBS consumer price index values, with guidance on Monetary Committee decisions. - Use Case: A user asks "My lease is CPI-linked, how much did my rent go up?" The skill fetches CPI values for the base and current periods, calculates the percentage change, and computes the adjusted rent. ## Quick Start Ask the assistant to fetch today's dollar-shekel representative exchange rate from the Bank of Israel and explain what it means for your mortgage.