AI Agent Hub
Back to plugins
⚙️

dsh-brush-pet

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-brush-pet

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

Run the install command in your DeepSeek Harness terminal; the source code is at https://github.com/uckkk/dsh-brush-pet , and once installed you can invoke the registered brush_pet tool in any session.

About this plugin

Anyone who has owned a pet can relate: questions such as \"how often should I brush this coat?\" or \"do I need extra passes during shedding season?\" surface daily, yet rarely have a single definitive answer. dsh-brush-pet turns that routine grooming decision into one tool call: pass in breed, coat length, and environment, and you receive tailored brushing-frequency and care suggestions without a forum deep-dive or a quick phone call to the vet.\n\nUnder the hood the plugin registers exactly one function, brush_pet. The entire implementation is pure Node.js with zero network requests, so it behaves identically whether your pipeline runs in a cloud data center or on an air-gapped laptop. For teams that already operate Agent workflows, it plugs in as a dependency-free building block.\n\nIt is aimed at developers composing multi-agent pipelines who want a ready-made pet-care-advisor step, as well as product teams building consumer-facing assistants that should feel a little more helpful on grooming topics. The code is licensed under MIT, free to use, modify, and redistribute.

Use Cases

  • Ask for pet brushing-frequency and care-cycle advice inside an agent chat
  • Insert a zero-dependency pet-care node into a multi-agent pipeline
  • Fetch quick grooming references in an offline or no-network environment

Best For

  • Backend engineers building multi-agent orchestration pipelines
  • Product and frontend teams developing pet-assistant or smart-home apps
  • Independent developers who prefer pure-local, network-free tooling