remotecmd-cliUse this skill when the user or an agent wants to execute shell commands on remote machines via the remotecmd WebSocket relay, manage the remotecmd daemon/relay infrastructure, or check fleet health.remotecmd-sidecarUse this skill when pairing remotecmd into a Docker container via an HTTP sidecar endpoint (no terminal access), or when debugging/auditing the sidecar's security model, relay allowlist, or deployment wiring.
explorador de repositorios
javimosch · Repositorios y skills representativas - Página 2
Vista por repositorio de 9210 skills recopiladas en 58 repositorios de GitHub.
add-daemon-commandAdd a daemon lifecycle (`daemon start|stop|status`) to an agent-first CLI, built on a bind-configurable `serve --host --port` command and `GET /_health` / `POST /_shutdown` routes. Use when asked to "add a daemon command", "background this server", "add…add-daemon-commandAdd a daemon lifecycle (`daemon start|stop|status`) to an agent-first CLI, built on a bind-configurable `serve --host --port` command and `GET /_health` / `POST /_shutdown` routes. Use when asked to "add a daemon command", "background this server", "add…
add-self-updateAdd a self-update command to an agent-first CLI that checks a server version endpoint, downloads, verifies (content hash + smoke test), and atomically swaps the binary/bundle in place. Also covers self-installation (`install`/`uninstall`) for a binary already…add-self-updateAdd a self-update command to an agent-first CLI that checks a server version endpoint, downloads, verifies (content hash + smoke test), and atomically swaps the binary/bundle in place. Also covers self-installation (`install`/`uninstall`) for a binary already…
humanenv-usageUse humanenv to retrieve sensitives/envs. Never log/read sensitives from humanenv. They are envs for humans only.inbox-watch-quickstartPoll GitHub, IMAP and Resend inbound for genuinely new items and alert only when a human actually replied. Use when setting up reply monitoring, wiring a cron/timer to an inbox, or debugging why an expected alert never fired.
add-agent-friendly-outputMake a CLI's output agent-friendly — stdout=data only, stderr=context only, semantic exit codes (80-119), typed errors with suggestions, help-json introspection, no internal retries, non-interactive by default. Use when asked to "make this CLI…add-agent-friendly-outputMake a CLI's output agent-friendly — stdout=data only, stderr=context only, semantic exit codes (80-119), typed errors with suggestions, help-json introspection, no internal retries, non-interactive by default. Use when asked to "make this CLI…