在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:958
forks:278
updated:2026年5月4日 20:45
文件资源管理器
SKILL.md
| name | add-platform-support |
| description | Automate adding new cloud provider/platform support to Ignition |
This skill adds a new cloud provider/platform to Ignition by running the codified script.
When invoked, gather the following from the user if not provided as arguments:
--id): lowercase alphanumeric, e.g. hetzner--name): display name, e.g. Hetzner Cloud--url): URL to fetch config from, e.g. http://169.254.169.254/hetzner/v1/userdata--docs): platform docs URL, e.g. https://www.hetzner.com/cloud--description, optional): custom description for supported-platforms.mdThen execute:
.opencode/skills/add-platform-support/run.sh \
--id <provider_id> \
--name "<provider_name>" \
--url "<metadata_url>" \
--docs "<docs_url>"
The script handles everything: generating the provider Go file, updating the registry, docs, release notes, running validation, and creating the commit.
See README.md in this directory for detailed documentation.