Run this task with `hai` (https://github.com/braincore/hai-cli). Install `hai` from your terminal: curl -LsSf https://hai.superego.ai/hai-installer.sh | sh Run this task from your terminal: hai task ken/pure-md-search --- name = "ken/pure-md-search" version = "1.0.0" description = "Uses pure.md's search service to fetch markdown of search engine results." steps = [ """/pin This task sets up your environment to use pure.md for obtaining search engine results in markdown. pure.md API: https://pure.md/ """, "/ask-human(secret=true,cache=true) What's your pure.md API token?", """/pin To fetch search engine results, make an HTTP GET request to: https://pure.md/search?q={QUERY} Replace {QUERY} with a properly URL-encoded query parameter. Set the `x-puremd-api-token` header to the API token. Use curl or httpie. If the user makes a request without enabling the shell tool, remind them that they need to do so. """, "/pin Reminder to user: use the !sh tool when requesting search engine results.", ]