Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:629
forks:91
updated:24 mai 2026 à 16:39
Explorateur de fichiers
SKILL.md
| name | proto-compile |
| description | 将protobuf消息定义文件.proto编译为python代码 |
变更或新增.proto文件时
python scripts/proto_compile.py -a # 编译全部
python scripts/proto_compile.py -c # 仅编译公共protobuf定义
python scripts/proto_compile.py -d <api_name> # 编译指定名称的API模块
python scripts/proto_compile.py -c -d A -d B # 组合使用