Skip to content
#3908 Overall#695 in CommunicationVerified SKILL.md

Creating Dsh Plugins

Use when building, extending, or fixing tools/plugins for DeepSeek Harness (dsh) — writing a dsh plugin entry module, registering a tool with defineTool, authoring parameters/output JSON Schemas, the dsh bundle manifest, or cordis.patch.yml, or when a plugin fails to load, a tool is missing from the agent, or tool calls error at runtime.

DeepSeek HarnessClaude CodeCodexSKILL.md
0Total downloads
0Active installs
0Community stars
Momentum rank

Overview

What It Does

Creating Dsh Plugins packages a focused communication workflow for an AI agent. Use when building, extending, or fixing tools/plugins for DeepSeek Harness (dsh) — writing a dsh plugin entry module, registering a tool with defineTool, authoring parameters/output JSON Schemas, the dsh bundle manifest, or cordis.patch.yml, or when a plugin fails to load, a tool is missing from the agent, or tool calls error at runtime. It is best suited to users who can review the resulting actions and provide only the accounts, files, or command access needed for the task. It is not a substitute for human approval on destructive, financial, security-sensitive, or public-facing actions.

Task ideas

Popular Use Cases

  • Draft and organize messages
  • Work with communication channels and contacts
  • Summarize conversations into next steps
  • Automate routine coordination

Installation

Install this Agent Skill

Claude Code

npx skills add https://github.com/dsh-io/dsh-plugin-skill --skill creating-dsh-plugins

DeepSeek Harness

npx -y @deepseek-ai/dsh plugin --profile web add github:dsh-io/dsh-plugin-skill

Commands derived from the public GitHub SKILL.md record. Checked 2026-09-02. Review the source before running them.

Before you start

Requirements

DeepSeek HarnessRequired / review
Claude CodeRequired / review
Public SKILL.md sourceRequired / review
Review instructions and requested permissions before installationRequired / review
Paid serviceCheck source
Supported systemCheck source

Popularity context

Why It’s Popular

Creating Dsh Plugins is a verified Agent Skill from dsh-io with a public SKILL.md, compatible with DeepSeek Harness, Claude Code, Codex.

Alternatives

Similar Skills