1. Determine the target website and desired action (e.g., search, read, post).
2. Check if autocli supports the website and command using `autocli <site> --help`.
3. Construct the appropriate autocli command with necessary arguments (e.g., `--query`, `--limit`, `--format`).
4. Execute the autocli command.
5. Parse the output (if `--format json` is used) or display the results.
6. If the command fails, attempt to generate a custom autocli configuration using `autocli generate <url>` or create a YAML configuration manually.
7. Validate the results and refine the command or configuration as needed.