skill-launcher
Original:🇨🇳 Chinese
Translated
Start/Restart SkillLauncher Quick Launcher
10installs
Sourceceeon/skilllauncher
Added on
NPX Install
npx skill4agent add ceeon/skilllauncher skill-launcherTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →SkillLauncher Launcher
Start or restart the SkillLauncher process.
Path Description
The compiled executable file of SkillLauncher is located in the project directory:
SkillLauncher/.build/release/SkillLauncherYou need to confirm that the SkillLauncher project exists in the current directory before execution.
Operations
-
Check if it's runningbash
pgrep -x SkillLauncher -
Start (if not running)bash
nohup ./SkillLauncher/.build/release/SkillLauncher > /dev/null 2>&1 & -
Restart (kill first then start)bash
pkill -x SkillLauncher sleep 0.5 nohup ./SkillLauncher/.build/release/SkillLauncher > /dev/null 2>&1 & -
Shut downbash
pkill -x SkillLauncher
Usage
- "Start launcher" → Start the process
- "Restart launcher" → Restart the process
- "Shut down launcher" → Stop the process
Notes
- Compilation is required for first-time use:
cd SkillLauncher && swift build -c release - First-time run requires granting "Accessibility" permissions
- Use Option+Space to bring up the window