Skill 收集
小于 1 分钟
技能安装
npx skills add ConardLi/garden-skills
npx skills add heygen-com/hyperframes -g -y
离线安装
git clone https://mirror.ghproxy.com/https://github.com/ConardLi/garden-skills.git
npx skills add ./garden-skills
设置代理
# http代理示例
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
# 执行安装
npx skills add ConardLi/garden-skills
# 用完取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
查看安装的技能
npx skills list
检查某个插件的环境
npx hyperframes doctor
hyperframes
npm install -g hyperframes@latest
初始化
npx hyperframes init demo-video
cd demo-video
npx hyperframes render --output out.mp4
html-video
https://github.com/nexu-io/html-video/blob/main/README.zh-CN.md
npx playwright install chromium
pnpm install
pnpm -r build
node packages/cli/dist/bin.js studio # 在 http://127.0.0.1:3071 打开 studio
web-video-presentation
https://github.com/ConardLi/garden-skills
npx skills add ConardLi/garden-skills
提示词
使用web-video-presentation这个skill,更具当前目录下的字幕文件制作一个视频,在开始制作之前,先询问我当前文案适合的风格,确定以后再制作
