Install
openclaw skills install prusalink-cliOpenClaw skill: local PrusaLink CLI (curl wrapper) for status/upload/print using Digest auth (user/password) or optional X-Api-Key.
openclaw skills install prusalink-cliThis skill provides a small, local curl-based PrusaLink CLI via run.sh.
For safety, this published skill intentionally does not include an "arbitrary API request" command (to reduce prompt-injection misuse). It exposes only the fixed, common endpoints (status/job/upload/start/cancel).
Copy this folder to:
~/.openclaw/skills/prusalink-cli/Then OpenClaw can discover it as a skill.
Run through the skill wrapper:
~/.openclaw/skills/prusalink-cli/run.sh --help
Set either:
PRUSALINK_USER + PRUSALINK_PASSWORD (recommended)PRUSALINK_API_KEY (sent as X-Api-Key, if your PrusaLink supports it)Avoid shell history leaks:
~/.openclaw/skills/prusalink-cli/run.sh --password-file /path/to/secret status
PRUSALINK_HOST.