Prusalink Cli OpenClaw Plugin & Skill | ClawHub
Looking to integrate Prusalink Cli into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
OpenClaw skill: local PrusaLink CLI (curl wrapper) for status/upload/print using Digest auth (user/password) or optional X-Api-Key.
Install
openclaw skills install @donsqualo/prusalink-clinpx clawhub@latest install prusalink-cliFull SKILL.md
Open original| name | description | user invocable |
|---|---|---|
| prusalink-cli | OpenClaw skill: local PrusaLink CLI (curl wrapper) for status/upload/print using Digest auth (user/password) or optional X-Api-Key. | true |
SKILL.md content below is scrollable.
PrusaLink CLI
This 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).
Install Into OpenClaw
Copy this folder to:
~/.openclaw/skills/prusalink-cli/
Then OpenClaw can discover it as a skill.
Run
Run through the skill wrapper:
~/.openclaw/skills/prusalink-cli/run.sh --help
Auth
Set either:
- Digest auth:
PRUSALINK_USER+PRUSALINK_PASSWORD(recommended) - or
PRUSALINK_API_KEY(sent asX-Api-Key, if your PrusaLink supports it)
Avoid shell history leaks:
~/.openclaw/skills/prusalink-cli/run.sh --password-file /path/to/secret status
Security Notes
- This skill does not download or execute code from the network at runtime.
- It only makes HTTP requests to your configured
PRUSALINK_HOST.