What problem does it solve?
Finding official information about Korean National Assembly bills and how individual lawmakers voted in plenary sessions requires navigating the 열린국회정보 Open API directly, which involves API keys, endpoint knowledge, and parameter formats. This Skill handles that lookup through a hosted proxy so users can search bills and inspect vote records with plain requests.
Core Features & Use Cases
- Bill Search: Query the ALLBILLV2 integrated bill API by bill name, number, committee, proposal date, or assembly term (e.g., 제21대).
- Bill Detail Lookup: Retrieve full details for a specific bill using its BILL_ID via the BILLINFODETAIL endpoint.
- Plenary Vote Records: Fetch per-lawmaker plenary vote results (찬성/반대/기권) filtered by assembly term, member name, party, or vote result.
- Use Case: Ask "21대 국회 간호법 표결에서 의원별 찬반 알려줘" and the Skill searches the bill, confirms its BILL_ID, then returns each lawmaker's recorded vote.
Quick Start
Ask the agent to search the National Assembly for a bill by name and show how each lawmaker voted on it in the plenary session.