✓ Verified 💻 Development ✓ Enhanced Data

Prusalink Cli

OpenClaw skill: local PrusaLink CLI (curl wrapper) for status/upload/print using Digest auth (user/p

Rating
4.3 (266 reviews)
Downloads
8,306 downloads
Version
1.0.0

Overview

OpenClaw skill: local PrusaLink CLI (curl wrapper) for status/upload/print using Digest auth (user/password)

Complete Documentation

View Source →

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:

bash
~/.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:

bash
~/.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.

Installation

Terminal bash

openclaw install prusalink-cli
    
Copied!

💻Code Examples

~/.openclaw/skills/prusalink-cli/run.sh --help

openclawskillsprusalink-clirunsh---help.txt
## 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:

Tags

#coding_agents-and-ides #cli

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author donsqualo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install prusalink-cli