1. Determine the target website and desired action (e.g., search, read, post).
2. Identify the appropriate `opencli-rs` command for the website and action.
3. Determine the necessary arguments and options for the command (e.g., `--query`, `--limit`, `--format`).
4. Construct the `opencli-rs` command with the correct syntax.
5. Execute the command and parse the output.
6. Present the results to the user in a readable format.
7. If the website is unsupported, guide the user to create a YAML configuration.