用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cafe3310/public-agent-skills --skill deploy-folder-to-modelscope命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
为 Agent 设计的自动化浏览器 CLI 工具,也能操作 Electron 桌面应用。当需要与网站交互(包括页面导航)时使用
定义了使用浏览器开发者工具进行端到端(E2E)测试的工作流,测试用例以 Markdown 文件形式记录。
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
基于 SOC 职业分类
正在显示 SKILL.md
| name | deploy-folder-to-modelscope |
| description | 将项目特定目录部署到 ModelScope 仓库 |
| license | Apache-2.0 |
| author | github/cafe3310 |
| depends_on_skill | [] |
| depends_on_binary | ["git","python3"] |
此技能旨在将当前项目中的指定目录部署到 ModelScope 仓库。
它通过以下方式简化部署流程:
.env 文件中的 ModelScope 仓库 URL。.env 文件被 .gitignore 忽略。要使用此技能,只需说明您要将哪个目录部署到 ModelScope。例如:
"将 gradio_app 目录部署到 ModelScope。"
技能将引导您完成后续步骤。
注意: 此技能的入口脚本为 scripts/run.py。