Lianke Print Box
v2.0.0链科云打印盒 - 通过 lk-print CLI 远程打印和扫描。当用户需要打印文件、查询打印机状态、提交打印任务、扫描文档时使用此 Skill。NOT for: 本地打印机直接操作、非链科设备。
⭐ 0· 203·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill is described as a wrapper around the lk-print CLI for cloud printing and scanning. The only required binary is lk-print and the SKILL.md shows CLI commands that match the stated functionality (device listing, print/scan, job status). There are no unexpected environment variables or unrelated capabilities requested.
Instruction Scope
Runtime instructions only tell the agent to install the lk-print tool, run lk-print auth with an API key/device credentials, and call lk-print commands to print/scan/query. The instructions do not ask the agent to read unrelated system files, environment variables, or exfiltrate data to third-party endpoints beyond Lianke's service.
Install Mechanism
Install is performed via a 'uv' package pointing to git+https://github.com/liankenet/lk-print-box.git which will produce an lk-print binary. Installing code from a GitHub repo is a reasonable way to obtain the CLI but carries the usual risk of running third-party code; users should verify the repository and its contents (owner, recent commits, release tags) before installing.
Credentials
The skill does not require environment variables or broad credentials. The SKILL.md instructs the user to provide an API key, device id, and device key to 'lk-print auth' — these are specific to the Lianke service and proportional to the skill's purpose.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes or cross-skill modification. It can be invoked by the agent (default), which is appropriate for this kind of integration.
Assessment
This skill is internally consistent for controlling Lianke cloud printers via the lk-print CLI. Before installing, verify the GitHub repository (owner, stars, recent commits, release tags) to ensure you trust the binary you’ll install. Keep your API key and device keys private — do not paste them into public logs or share them. Consider testing installation and printing in a controlled environment first (not on production devices). If you are concerned about autonomous agent use, keep model-invocation limited or only invoke the skill manually.Like a lobster shell, security has layers — review code before you run it.
latestvk97c4x4f79p14yh19wsx2nbd2982n8cn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🖨️ Clawdis
Binslk-print
Install
Install lk-print (uv)
Bins: lk-print
uv tool install git+https://github.com/liankenet/lk-print-box.git