AI Agent Hub
Back to plugins
🖥️

dsh-htb-skills

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install qingsiweisan/dsh-htb-skills

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

Run dsh plugin install qingsiweisan/dsh-htb-skills inside DeepSeek Harness to install; the full source repository is available at https://github.com/qingsiweisan/dsh-htb-skills

About this plugin

HTB penetration-testing knowledge tends to live scattered across notes, forum posts, and one-off scripts, forcing you to reassemble techniques every time you spin up a target. dsh-htb-skills bundles 114 skill cards across ten domains including Web, Active Directory, Linux, databases, cloud, forensics, credentials, networking, and tooling into a single DeepSeek Harness plugin. The cards are registered through the official skill-filesystem provider mechanism under the name htb, versioned with git, hot-reloaded on edit, and never dumped into ad hoc user directories, eliminating name-collision and duplicate-loading headaches at the source.

The card set follows a three-tier structure: T1 routing cards appear directly in the session directory as entry-point navigation, while T2 deep-dive and T3 reference cards stay hidden via the disable-model-invocation flag and are loaded on demand by exact name. An htb-skill-index card maps every card by domain and tier. A built-in idempotent audit chain verifies routing legality, bidirectional MAPPING-to-disk coverage, byte-for-byte index consistency, and that every internal cross-reference resolves, so adding a new card is as simple as creating a directory, writing SKILL.md, registering it in the MAPPING, and re-running the checks. Plugin watch is enabled by default, so edits take effect immediately without a restart.

If you use DeepSeek Harness for penetration-testing assistance, CTF review, or day-to-day HTB practice and want to turn scattered notes into a searchable, versionable, collaborative knowledge base, this plugin structures your personal experience into an on-demand, living skill library.

Use Cases

  • Looking up domain-specific techniques on demand during daily HTB boxes
  • Retrieving attack and defense paths by name after a CTF review session
  • Structuring a pentest workflow through the three-tier routing hierarchy in Harness

Best For

  • Pentesters who work inside DeepSeek Harness daily
  • White-hat hackers grinding through HTB boxes
  • Individuals or small teams who want security notes in a searchable, versionable library