The trick
Browsers like Chrome, Firefox, and Vivaldi let you add custom search engines. A custom engine is just a template URL. The magic placeholder is %s, which the browser replaces with whatever you type.
https://duckduckgo.com/?q=%s
If an AI service can start a new chat from a query-string URL, it can behave like a browser search engine.
AI chat URLs
| Service | Template URL |
|---|---|
| ChatGPT | https://chatgpt.com/?q=%s |
| Claude | https://claude.ai/new?q=%s |
| Perplexity | https://www.perplexity.ai/search?q=%s |
How to use it
- Open your browser search engine settings.
- Add one of the template URLs above as a custom search engine.
- Give it a short keyword like
gpt,claude, orpx. - In the address bar, type the keyword, a space, then your prompt.
- Hit Enter to start a new AI conversation.
Why it matters: the address bar becomes a lightweight command line for AI. You stay in flow instead of opening a site, finding a box, and pasting a prompt.