包管理与发布SkillsMP 同步
publish-extension
功能描述与核心用途
发布命令面板扩展 Microsoft 存储 WinGet. 使用要求发布, distribute, 发布版本, 部署存储, 创建 MSIX 软件包, submit WinGet, 集合 up CI/CD 发布版本, 自动化构建 GitHub Acti
EN: Publish your Command Palette extension to the Microsoft Store or WinGet. Use when asked to publish, distribute, release, deploy to store, create MSIX packages, submit to WinGet, set up CI/CD for releases, or automate builds with GitHub Acti
运行宿主与模型建议
- 运行宿主:Claude Code / Codex CLI / OpenClaw / Cursor 等命令行 AI Agent
- 推荐模型:工具调用稳定、响应快的模型
- 安装后重启 / 刷新 Agent 即可识别,用自然语言调用,无需额外中转服务。
安装与使用教程 按对应通道操作,命令可直接复制
- 第一步 · 准备环境:确认已安装 Git,终端执行
git --version能显示版本号;这类 Skill 以克隆目录的方式安装。 - 第二步 · 按你使用的 Agent 选一条克隆命令:Claude Code 全局生效(推荐):仅当前项目生效:
git clone https://github.com/microsoft/powertoys ~/.claude/skills/powertoysOpenClaw 生效:git clone https://github.com/microsoft/powertoys .claude/skills/powertoys该 Skill 在仓库内的路径:git clone https://github.com/microsoft/powertoys ~/.openclaw/workspace/skills/powertoyssrc/modules/cmdpal/ExtensionTemplate/TemplateCmdPalExtension/.github/skills/publish-extension/SKILL.md,让 Agent 使用该子目录即可。 - 第三步 · 安装依赖(按需):进入克隆目录,若含
requirements.txt执行pip3 install -r requirements.txt;若含package.json执行npm install。 - 第四步 · 加载调用:重启或刷新 Agent 让它识别新 Skill,之后直接用自然语言描述需求即可自动调用。
- 第五步 · 卸载:直接删除对应的 skills 文件夹即可。
发给 AI 的安装提示词
请帮我安装并启用开源 Skill「publish-extension」(开源仓库 microsoft/powertoys/src-modules-cmdpal-extensiontemplate-templatecmdpalextension-github-skills-publish-extension),它的作用是:Publish your Command Palette extension to the Microsoft Store or WinGet. Use when asked to publish, distribute, release, deploy to store, create MSIX packages, submit to WinGet, set up CI/CD for releases, or automate builds with GitHub Acti。请先检查 Git 环境(git --version,没有就先安装);然后根据我正在使用的 Agent,把仓库克隆到对应的 skills 目录(Claude Code:git clone https://github.com/microsoft/powertoys ~/.claude/skills/powertoys;OpenClaw:git clone https://github.com/microsoft/powertoys ~/.openclaw/workspace/skills/powertoys 完成安装;若目录里有依赖文件请一并安装;之后重载技能列表确认已被识别,并用一个最简单示例演示如何用自然语言调用它;如果报错请自动排查修复,最后告诉我使用方法。 该 Skill 在仓库内的子目录为 src/modules/cmdpal/ExtensionTemplate/TemplateCmdPalExtension/.github/skills/publish-extension/SKILL.md,请使用该路径。调用示例(自然语言)
> 调用对应工具完成这个操作,并把结果反馈给我
关联标签
同区域相关 Skill