تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١٢٬٩٦٣
forks:٣٬٢١٣
updated:٢٤ أبريل ٢٠٢٦ في ٢٠:١٥
SKILL.md
| name | bootstrap |
| description | Setup both Firefox and Focus for iOS after fetching from git. |
| allowed-tools | Bash(brew *) Bash(which *) |
First, check if fxios is installed:
which fxios
If it is not installed, run:
brew tap mozilla-mobile/fxios
brew install fxios
If it is installed, upgrade to the latest version:
brew upgrade fxios
Then run these steps in sequence from the root of the firefox-ios repository:
fxios --versionfxios bootstrap --allStop and report if any step fails.