AI Agent Hub
Back to plugins
🎮

dsh-pose-pick

Fun & Dress-up Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pose-pick

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

Run dsh plugin install uckkk/dsh-pose-pick in your DeepSeek Harness terminal to install this plugin; the full source repository is at https://github.com/uckkk/dsh-pose-pick .

About this plugin

Need a quick yoga pose suggestion in the middle of a chat without opening a browser or launching another app? dsh-pose-pick turns pose picking into a single, simple tool call: pass in parameters and get a matching stretching routine back instantly.

The plugin registers a tool called pose_pick. Invoke it within your session with the relevant parameters and receive a tailored yoga pose and stretching recommendation. The entire implementation is written in pure Node.js and makes no network requests at runtime, so there are zero external dependencies to manage.

It fits naturally into fun dress-up or lifestyle-companion conversations where you want to weave in a yoga element, and it is equally handy for developers building chatbots that need a lightweight, plug-and-play pose-recommendation module without added complexity.

Use Cases

  • Ask for a tailored stretching routine mid-conversation
  • Embed pose recommendations into a chatbot dialog flow
  • Drop a yoga micro-step into a fun dress-up sequence

Best For

  • Fitness enthusiasts who want yoga tips woven into casual chat
  • Chatbot developers looking for a lightweight plug-and-play pose module
  • Developers who prefer zero-network, local-only plugins