Introduction¶
The philosophy of DeepSeek Harness (DSH) is “everything is a plugin”. For developers already using Pi Agent, a common requirement is to bring existing skills directly into DSH, rather than reorganizing and migrating them. dsh-plugin-pi-bridge is the plugin that does this: it bridges Pi Agent’s skills and configuration into DSH.
What is it¶
The positioning of dsh-plugin-pi-bridge is: Bridge Pi Agent’s skills and configuration into DeepSeek Harness.
It is maintained by YYTbit with an MIT license. It should be noted that the DSH Community Directory is an independent site with no official affiliation with DeepSeek / Fanshu, and should not be interpreted as an official app store.
Core Features¶
Below are two capabilities of the plugin that have been verified.
- Bridge Pi Agent’s skills to DeepSeek Harness, described in the documentation as zero migration.
- Inject
~/.config/pi/skills/<name>/SKILL.mdas available skills into DSH.
Installation and Enabling¶
Use the installation command from the documentation, replacing your-profile with the actual profile you are using:
dsh plugin --profile your-profile add dsh-plugin-pi-bridge
Typical Usage¶
First, confirm that Pi Agent’s skill files are located in the following directory:
~/.config/pi/skills/<name>/SKILL.md
After installation and enabling, these SKILL.md files will be injected into DSH as available skills.
The configuration example provided in the documentation is as follows:
- id: pi-bridge
name: dsh-plugin-pi-bridge
config:
enableSkills: true
maxSkills: 30
In the example, enableSkills is true and maxSkills is 30.
Use Cases and Notes¶
This plugin is suitable for users who already have Pi Agent skills and wish to avoid migration costs.
The plugin runs with the permissions of the current dsh process. You should check the source code and license before installation. The license is MIT and the author is YYTbit.
Links¶
GitHub source code:
https://github.com/YYTbit/dsh-plugin-pi-bridge
The directory page URL was not explicitly provided in the verified documentation. It is recommended to search for the plugin name in the DSH Community Directory.