1. Receive user request to interact with a website.
2. Check if opencli supports the site and command.
3. If supported, execute the opencli command.
4. If not supported, use Playwright to navigate and extract data.
5. Format the extracted data into a table with original title, translation, and link.
6. Present the formatted data to the user.
7. If Playwright fails, guide the user to install the Playwright MCP Bridge extension.