cafe3310/deploy-folder-to-modelscope
将项目特定目录部署到 ModelScope 仓库
npx skills add https://github.com/cafe3310/public-agent-skills --skill deploy-folder-to-modelscope
此技能旨在将当前项目中的指定目录部署到 ModelScope 仓库。
它通过以下方式简化部署流程:
.env 文件中的 ModelScope 仓库 URL。.env 文件被 .gitignore 忽略。要使用此技能,只需说明您要将哪个目录部署到 ModelScope。例如:
"将 gradio_app 目录部署到 ModelScope。"
技能将引导您完成后续步骤。
注意: 此技能的入口脚本为 scripts/run.py。
Take cafe3310/deploy-folder-to-modelscope from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.