﻿---
title: ".NET Agent Skills 插件"
filename: "terminal"
canonical: /templates/dotnet-skills-plugin/
---

# .NET Agent Skills 插件

添加 dotnet/skills 插件源后，在 /plugins 中选择安装。更新源使用清单名 dotnet-agent-skills。

```
codex plugin marketplace add dotnet/skills

# TUI /plugins 或桌面 Plugins 打开 .NET Agent Skills 再装
# 例如 dotnet、dotnet-msbuild、dotnet-aspnetcore、dotnet-blazor、dotnet11

codex plugin marketplace upgrade dotnet-agent-skills

# 不要：
# /plugin marketplace add dotnet/skills
# /plugin install dotnet@dotnet-agent-skills
# npx skills add
# skill-installer 当 /plugins

```
