Printer Ai

v0.1.1

Cross-platform local printer CLI - Manage and print to local printers (Windows/macOS/Linux) via the printer-ai CLI. Use when the user needs to print files, q...

0· 235·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description describe a local-printer CLI and the skill only requires the 'printer-ai' binary and instructs the agent to run that CLI. Requested capabilities match the stated purpose; no unrelated credentials or system-level access are requested.
Instruction Scope
SKILL.md contains concrete CLI usage (list printers, status, print, jobs) and references only local file paths and printer indexes. It does not instruct reading unrelated files, environment variables, or exfiltrating data to external endpoints.
Install Mechanism
The install uses a UV installer to fetch a git+https://github.com/NullYing/printer-ai-skills.git repo and creates a 'printer-ai' binary. Fetching and installing code from a GitHub repo is common but carries moderate risk because arbitrary code will be written/executed on the system; there is no homepage or well-known release host listed to further attest to provenance.
Credentials
No environment variables, credentials, or config paths are requested. That is proportional for a local-printer CLI which typically does not need external secrets.
Persistence & Privilege
always is false and the skill does not request permanent presence or system-wide configuration changes. It does install a binary (per install spec) but does not request elevated privileges or to modify other skills' configs.
Assessment
This skill appears to do what it says: drive local printers using a 'printer-ai' CLI. The main caution is the installer: it pulls a binary from a GitHub repository (git+https://github.com/NullYing/printer-ai-skills.git). Before installing, review the repository source to ensure it is trustworthy, prefer an official release or signed binary if available, run the installer in a sandbox if possible, and be aware the CLI will have access to any local files you ask it to print (avoid sending sensitive files until you trust the binary).

Like a lobster shell, security has layers — review code before you run it.

latestvk973psvb9nn8mp3nq919tep4ex82n2wy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🖨️ Clawdis
Binsprinter-ai

Install

Install printer-ai (uv)
Bins: printer-ai
uv tool install git+https://github.com/NullYing/printer-ai-skills.git

Comments