AI Agent Hub
Back to plugins
🧰

dsh-pypi-live

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pypi-live

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-pypi-live in the DeepSeek Harness terminal to install this plugin; the full source is available at https://github.com/uckkk/dsh-pypi-live .

About this plugin

Checking the latest release of a Python package usually means breaking focus, opening a browser, and scrolling through PyPI results. dsh-pypi-live removes that friction: invoke the pypi_live tool inside a dsh session and it fetches the most recent published version in real time, delivering the answer straight back into your conversation.

Under the hood the plugin is a lightweight, pure Node implementation with no extra network-request libraries. Once installed, the registered tool is immediately callable in any session with no API keys, no proxy setup, and no config files. Just ask a natural-language question and get a live PyPI version returned.

It is ideal for Python developers, data analysts, and engineers who work inside the dsh ecosystem and regularly need to verify dependency versions, whether for compatibility checks, changelog drafting, or deciding whether an upgrade is warranted.

Use Cases

  • Check the latest available version when debugging a dependency compatibility issue
  • Confirm the newest upstream release number while writing release notes or a changelog
  • Decide whether a third-party library needs an upgrade without switching to a browser

Best For

  • Developers who write Python daily and frequently verify dependency versions
  • Data analysts in the dsh workflow who need real-time external data
  • Independent engineers who prefer zero-config, plug-and-play tooling