This repository contains a collection of tools that can be used with Open WebUI.
These tools are written in python and can be easily integrated into your own WebUI.
A comprehensive stock analysis tool that gathers data from Finnhub API and compiles a detailed report.
To use this tool, you need to provide a Finnhub API key in the Valves
section of your WebUI settings.
You also need to install the finnhub-python
package using pip.
If you are running owui through docker, you can install it using the following command: docker exec -it owui bash -c "pip install finnhub-python"
Two simple web scraping tools that extract text content from web pages using BeautifulSoup or Jina Reader.
A simple Python code interpreter that executes Python code and returns the output.
A simple calculator tool that supports basic arithmetic operations, exponentiation, and mathematical functions.