Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:629
forks:91
updated:May 24, 2026 at 16:39
File Explorer
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 # 组合使用