在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
opam
// opam is the package manager for ocaml packages. This skill teaches you how to use it
$ git log --oneline --stat
stars:634
forks:11
updated:2026年2月12日 11:00
文件资源管理器
SKILL.md
// opam is the package manager for ocaml packages. This skill teaches you how to use it
| name | opam |
| description | opam is the package manager for ocaml packages. This skill teaches you how to use it |
dune. For example dune build, you would wrap it with opam exec -- dune buildopam install {{package}} -yopam pin add {{package}}.dev "{{URL}}" -y. For example: opam pin add toffee.dev "https://github.com/davesnx/mosaic.git#20c70887e8357200e2b794cd9dd12095404cabaf" -y