skill-launcher

Original🇨🇳 Chinese
Translated

Start/Restart SkillLauncher Quick Launcher

10installs
Added on

NPX Install

npx skill4agent add ceeon/skilllauncher skill-launcher

SKILL.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/SkillLauncher
You need to confirm that the SkillLauncher project exists in the current directory before execution.

Operations

  1. Check if it's running
    bash
    pgrep -x SkillLauncher
  2. Start (if not running)
    bash
    nohup ./SkillLauncher/.build/release/SkillLauncher > /dev/null 2>&1 &
  3. Restart (kill first then start)
    bash
    pkill -x SkillLauncher
    sleep 0.5
    nohup ./SkillLauncher/.build/release/SkillLauncher > /dev/null 2>&1 &
  4. Shut down
    bash
    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