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:43
forks:13
updated:December 26, 2025 at 16:20
File Explorer
SKILL.md
| name | ts-skill |
| description | Runs a TypeScript file directly with Bun |
I demonstrate how to run TypeScript files directly as skills using Bun.
Run the TypeScript file from my base directory:
cd {base_directory}
bun run example.ts
This demonstrates:
Demonstrates script and custom tool working together with console output
Prints a greeting message
Runs a script that prints ordered execution steps