Welcome to esc_mini_tools_chatbot_deeplink Documentation
esc_mini_tools_chatbot_deeplink turns any prompt into a shareable link. Whoever opens the link can copy the prompt with one click and jump straight into their favorite AI chatbot – Claude, ChatGPT, Gemini, Grok, Copilot, Meta AI, Doubao, Qwen, DeepSeek, Kimi, or Z.ai – then paste and send. Claude and ChatGPT even open pre-filled, so no paste is needed at all.
This is the command line version of the web tool at Chatbot Deep Link Generator. It generates the exact same URL, so you can build links from a script, a Makefile, or an AI agent instead of typing into a browser.
The prompt is carried in the URL fragment (#q=...), which browsers never send to any server. There is no backend, no logging and no analytics – the prompt cannot show up in anyone’s server log. Very long prompts should be kept reasonably short, since browsers and chat apps truncate overly long URLs.
Usage
Say you want to hand someone a link that makes their chatbot read this very README and talk it over with them. From the command line, with no installation at all:
$ uvx --from esc-mini-tools-chatbot-deeplink chatbot-deeplink --prompt "read https://raw.githubusercontent.com/MacHu-GWU/esc_mini_tools_chatbot_deeplink-project/refs/heads/main/README.rst and chat about it"
https://mini-tools.easyscalecloud.com/tools/chatbot-deeplink-fallback#q=read%20https%3A%2F%2Fraw.githubusercontent.com%2FMacHu-GWU%2Fesc_mini_tools_chatbot_deeplink-project%2Frefs%2Fheads%2Fmain%2FREADME.rst%20and%20chat%20about%20it
That one long line is the whole output. Share it, and whoever opens it lands on a page where one click copies the prompt and opens the chatbot of their choice. Try that link yourself.
If the package is already installed, drop the uvx --from ... prefix and call chatbot-deeplink directly. Run chatbot-deeplink -h for the full argument list.
From Python:
from esc_mini_tools_chatbot_deeplink.api import build_deeplink
url = build_deeplink(
prompt=(
"read https://raw.githubusercontent.com/MacHu-GWU"
"/esc_mini_tools_chatbot_deeplink-project/refs/heads/main/README.rst"
" and chat about it"
)
)
Install
esc_mini_tools_chatbot_deeplink is released on PyPI, so all you need is to:
$ pip install esc-mini-tools-chatbot-deeplink
To upgrade to latest version:
$ pip install --upgrade esc-mini-tools-chatbot-deeplink
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file esc_mini_tools_chatbot_deeplink-0.1.1.tar.gz.
File metadata
- Download URL: esc_mini_tools_chatbot_deeplink-0.1.1.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e541ac33e310321d7ba83087b5a56b30ef69dccde52faaa24f7be88111800ee
|
|
| MD5 |
9e4a8bad66ee096be5e2a64135c45b0a
|
|
| BLAKE2b-256 |
07985c18e853a4596fd3f318ab282b03152562f75702eeebb650bc846658bef1
|
File details
Details for the file esc_mini_tools_chatbot_deeplink-0.1.1-py3-none-any.whl.
File metadata
- Download URL: esc_mini_tools_chatbot_deeplink-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1e2321f19321ba86b465c773e29690a4cbc4429b059553d8520706822d3f020
|
|
| MD5 |
7b0d88662502f4d34c9c55517e018a3a
|
|
| BLAKE2b-256 |
38af89c8fae09bb639602681ebd13b44bbc1ceda001bfcc726a3142000fc0f76
|