mcpbeat

Deploy Folder To Modelscope

cafe3310/deploy-folder-to-modelscope

将项目特定目录部署到 ModelScope 仓库

2k tokens
context cost
the whole folder, loaded on every use
3
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
249
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/cafe3310/public-agent-skills --skill deploy-folder-to-modelscope

The instruction itself

1 sections, as written by the author

部署项目特定目录到 ModelScope (deploy-folder-to-modelscope)

描述

此技能旨在将当前项目中的指定目录部署到 ModelScope 仓库。

它通过以下方式简化部署流程:

  • 管理本地 .env 文件中的 ModelScope 仓库 URL。
  • 确保 .env 文件被 .gitignore 忽略。
  • 自动化 Git 操作:克隆、清空(保留 .git)、复制、提交和推送。

使用方法

要使用此技能,只需说明您要将哪个目录部署到 ModelScope。例如:

"将 gradio_app 目录部署到 ModelScope。"

技能将引导您完成后续步骤。

注意: 此技能的入口脚本为 scripts/run.py

How to use it

Copy the folder

Take cafe3310/deploy-folder-to-modelscope from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.