AI Agent Hub
Back to plugins
🧰

dsh-flight-pick

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-flight-pick

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-flight-pick; the full source code is available at https://github.com/uckkk/dsh-flight-pick.

About this plugin

Integrating flight-picking capability into a DeepSeek Harness session used to mean wiring up travel APIs, writing glue code, and registering the result as a tool. dsh-flight-pick collapses all of that into a single plug-and-play plugin, so you can invoke flight-related functionality directly in conversation without any extra backend.

The plugin exposes one core tool, flight_pick: pass in the relevant parameters and it returns a structured travel planning plan. The entire implementation is pure Node with zero external network dependencies or third-party runtimes, making it lightweight to deploy and easy to slot into local or intranet setups.

Whether you are building a travel-planning agent, adding an itinerary-suggestion step to a Harness workflow, or simply prefer a fully local, network-free inference path, this plugin offers a frictionless starting point for prototyping flight-selection interactions without standing up infrastructure from scratch.

Use Cases

  • Generating flight recommendations quickly inside a Harness session
  • Adding an itinerary-suggestion step to a travel agent workflow
  • Validating flight-selection UI in a fully local, network-free environment

Best For

  • Developers building travel-planning agents
  • Teams that prefer a fully local, dependency-free inference path
  • Integration engineers adding flight tools to a Harness pipeline