> ## Documentation Index
> Fetch the complete documentation index at: https://dshtauri.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DSH Tauri Panel Extension

> Manage Skills, skill repositories, and MCP servers in the desktop Extensions panel.

`dsh-tauri-panel-extension` adds the Extensions entry through `sidebar.panel.action` and
`panel.protocol`, then presents Skills and MCP tabs in the conversation content area.

<Frame>
  <img src="https://mintcdn.com/dshtauri/wkB541IUjMIrkizA/images/en/dsh-tauri-panel-extension.png?fit=max&auto=format&n=wkB541IUjMIrkizA&q=85&s=b83940d125a1b9ba67644c4b6598a2ca" alt="Skills management page in the Extensions panel" width="1747" height="1114" data-path="images/en/dsh-tauri-panel-extension.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/dshtauri/wkB541IUjMIrkizA/images/en/mcp.png?fit=max&auto=format&n=wkB541IUjMIrkizA&q=85&s=2860c349f83ee0bb4e3ea5665483e8c2" alt="MCP server management page in the Extensions panel" width="839" height="464" data-path="images/en/mcp.png" />
</Frame>

## Skills management

* List, search, and filter skills by source.
* Enable or disable skills, view or edit them, and open their directories.
* Import skill repositories from GitHub using `owner/repo`, full URLs, `.git`, `#ref`, or `/tree/<ref>`.
* Detect single-skill, flat, and nested repository layouts.
* New skill closes the panel, opens a blank session in the current workspace, and prefills `/skill-creator ` without submitting it.

## MCP management

* Add, edit, delete, enable, or disable MCP servers.
* Edit with either JSON or a structured form.
* Import MCP configuration from Claude Code and Codex.
* Show a restart notice when a configuration change requires it.

## Data and source

Plugin state lives in `$DSH_HOME/dsh-tauri-panel-extension`, and host APIs use
`/dsh-tauri-panel-extension/*` to avoid route and state-directory collisions with other
capability plugins.

The implementation adapts a pinned commit of `qinyre/dsh-plugin-capabilities` and preserves
third-party notices in the repository. The desktop variant removes the market module and
focuses on Skills and MCP management.

[View source](https://github.com/dsh-tauri-desk/dsh-tauri-plugins/tree/main/packages/dsh-tauri-panel-extension)
