小白安装html-ppt-skill

发布时间:2026/6/26 5:46:21

小白安装html-ppt-skill 安装html-ppt-skill打开Window Power Shell输入安装命令 npx skills add https://github.com/lewislulu/html-ppt-skill问题如果出现下面的情况那就是Windows 默认的执行策略是 Restricted受限意思是任何 .ps1脚本都不让跑——连你自己写的都不行。这是微软为了防病毒/木马脚本自动执行设的一道门。问题解决输入指令把它改成 RemoteSignedSet-ExecutionPolicy RemoteSigned然后在Power Shell里面输入npx skills add https://github.com/lewislulu/html-ppt-skill或者npx skills add https://github.com/lewislulu/html-ppt-skill -a cursor -g -y参数解释-a cursor→ 锁定装给 Cursor不然它默认可能塞去 .agents/skills/通用位Cursor 认的是 .cursor/skills/-g→ 全局以后开任何项目都能用去掉 -g就是项目级只当前文件夹-y→ 跳过所有确认一路自动装完html-ppt-skill之后我比较保守把限制封回去了Set-ExecutionPolicy Restricted重启 Cursor 就能在 Chat 里喊它干活了。

相关新闻