Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:629
forks:91
updated:2026年5月24日 16:39
ファイルエクスプローラー
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 # 组合使用