## native_weather.py - URL: https://tools.infero.net/native_weather.py - USAGE: python3 ./native_weather.py [args...] ## pob_painter.py - URL: https://tools.infero.net/pob_painter.py - USAGE: python3 ./pob_painter.py output.png "prompt description" ## pob_search.py - URL: https://tools.infero.net/pob_search.py - USAGE: python3 ./pob_search.py "key words" -n 3 ## web_search_read.js (Browser JavaScript) - URL: https://tools.infero.net/web_search_read.js - USAGE (load once in any JavaScript context): await fetch('https://tools.infero.net/web_search_read.js').then(r=>r.text()).then(eval); window.webSearch(query) -> returns raw markdown text of search results page window.webRead(url) -> returns raw markdown text of any webpage