From home-pl
Use when running shell commands on the home.pl hosting over SSH — checking files, disk usage, running scripts on the server. Triggers: "wykonaj na home.pl", "uruchom komendę na serwerze home.pl", "sprawdź df -h na home.pl".
How this skill is triggered — by the user, by Claude, or both
Slash command
/home-pl:home-pl-terminalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wykonuje komendy na serwerze home.pl przez SSH (Posh-SSH, port 22222, uwierzytelnianie hasłem).
Wykonuje komendy na serwerze home.pl przez SSH (Posh-SSH, port 22222, uwierzytelnianie hasłem).
$pluginRoot = if ($env:CLAUDE_PLUGIN_ROOT) { $env:CLAUDE_PLUGIN_ROOT } else { 'C:\claude\home-pl-plugin' }
Import-Module "$pluginRoot\lib\home-pl.psm1" -Force
$wynik = Invoke-HomePlSSH -Command 'ls -la ~/domains'
$wynik.Output
$wynik.ExitCode # 0 = sukces
Aby tylko podejrzeć połączenie/komendę bez wykonania — -DryRun (zwraca opis bez hasła).
rm -rf, nadpisywanie plików, kasowanie) — najpierw pokaż użytkownikowi dokładną komendę i poproś o potwierdzenie, dopiero potem wykonaj.ExitCode; przy ≠ 0 pokaż Output i wyjaśnij błąd.Get-HomePlConfig zgłosi brak konfiguracji — odeślij do skilla home-pl-setup.npx claudepluginhub lutencjusz/home-pl-plugin --plugin home-plCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.