AI Agent Hub
Back to plugins
🧰

dsh-xhs-note

Web Tools Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install guobinmengxiang-rgb/dsh-xhs-note

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

Install in DeepSeek Harness with dsh plugin install guobinmengxiang-rgb/dsh-xhs-note; source at https://github.com/guobinmengxiang-rgb/dsh-xhs-note

About this plugin

Within the DeepSeek Harness plugin ecosystem, dsh-xhs-note provides a small but focused utility: it formats a title string into a Xiaohongshu (Little Red Book) note title that complies with the platform rule of at most 20 Unicode code points. If you frequently need to generate title-compliant note snippets inside a Harness conversation, this plugin eliminates the tedious task of counting characters by hand.

Its core capability is tightly scoped: it exports a tool called format_xhs_note that accepts a title string, applies the 20-code-point length constraint, and outputs a formatted result along with a default link to the DSH getting-started course. The entire package is plain JavaScript with zero build or prepare steps, so it loads quickly and stays out of the way in a local developer environment.

It suits developers learning plugin development on DeepSeek Harness as well as content creators who repeatedly generate Xiaohongshu-style titles within a Harness workflow. It pairs naturally with the official getting-started course and serves as a convenient first exercise in understanding the inject: tools mechanism.

Use Cases

  • Quickly generate Xiaohongshu-compliant note titles (max 20 code points) inside a Harness conversation
  • Enforce the 20-code-point limit automatically when drafting multiple titles in bulk
  • Use as a minimal hands-on example for learning the DSH inject: tools mechanism

Best For

  • Beginners learning DeepSeek Harness plugin development
  • Content creators who frequently produce Xiaohongshu-style note titles
  • Developers who prefer lightweight plain-JavaScript tools with no build step