Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @donsqualo Updated 6/28/2026 294 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @donsqualo/prusalink-cli
Node.js (npx)
npx clawhub@latest install prusalink-cli

Full SKILL.md

Open original
Metadata table.
namedescriptionuser invocable
prusalink-cliOpenClaw 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 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

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.
ClawHub Registry URL: https://clawhub.ai/donsqualo/skills/prusalink-cli

Related skills

If this matches your use case, these are close alternatives in the same category.