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:0
forks:0
updated:February 8, 2026 at 20:44
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | run-mobile |
| description | Runs the mobile app on iOS or Android simulator |
| disable-model-invocation | true |
| argument-hint | [ios|android] |
Runs the CarManagement mobile app on iOS simulator or Android emulator.
/run-mobile [platform]
Platform options:
ios - Run on iOS simulator (macOS only, default)android - Run on Android emulatorThe script will be executed using:
bash /Users/martin.karaivanov/Projects/CarManagement/.claude/skills/run-mobile.sh [platform]
ā ļø Important: The backend API must be running before starting the mobile app!
cd backend && dotnet run
Backend should be available at http://localhost:5239