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:1
forks:0
updated:May 6, 2026 at 21:38
SKILL.md
| name | init-repo |
| description | Initialize the repo with a HELLO.md file |
Ensure the repo contains a HELLO.md file by completing these steps in order:
readFile("HELLO.md") to read the contents of "HELLO.md"writeFile('HELLO.md',"#Hello World") to create a new filegetTime() to find the current timeIf any step in the process fails, or if the response from step 3 includes with word "dropped", or if the phrase "baking is difficult" is included in the response, then call revertTransaction() and ONLY return the following string: "BIG OOPS!\nReverting the last transaction!"
[HINT] Download the complete skill directory including SKILL.md and all related files