us-stock
Installation
SKILL.md
U.S. Stock Market Quote Lookup
Data Source
Google Finance (browser_use navigate + get_text): no API or login required; returns structured data.
Query Process
Step 0: Set the Desktop Viewport
browser_use set_viewport viewport_width: 1280 viewport_height: 800
Google Finance distinguishes between desktop and mobile versions mainly by viewport width. Setting a wide enough viewport is sufficient to retrieve the full data. This method is compatible across Android and iOS and is not affected by differences in UA enumeration values.