Lianke Print Box
v0.1.1链科云打印盒 - 通过 lk-print CLI 远程打印和扫描。需要先运行 lk-print auth 配置 ApiKey/DeviceId/DeviceKey 凭据(或通过环境变量提供)。当用户需要打印文件、查询打印机状态、提交打印任务、扫描文档时使用此 Skill。NOT for: 本地打印机直接操作、非链...
⭐ 0· 234·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
Name/description match the runtime instructions: the skill drives a cloud print/scan service via the lk-print CLI and requires ApiKey/DeviceId/DeviceKey credentials that the SKILL.md documents. The declared required binary (lk-print) and primary credential (ApiKey) align with the purpose.
Instruction Scope
SKILL.md limits actions to listing devices/printers, submitting print/scan jobs, and checking/canceling job status. It asks the agent to operate on local files (paths) and URLs for printing, which is expected for a printing CLI. There are no instructions to read unrelated system files or to exfiltrate arbitrary data beyond the expected upload of print/scan content to the cloud service.
Install Mechanism
Install uses a git+https URL to a GitHub repository (uv tool install git+https://github.com/liankenet/ai-lk-print-box.git) to obtain the lk-print binary. This is a reasonable way to install a CLI, but installing code from a repository carries the usual risk of running code fetched from upstream; the repo and its contents should be reviewed before install.
Credentials
The skill sensibly requires an ApiKey and device credentials (DeviceId/DeviceKey) to access the cloud printing service. However, the registry metadata lists no required env vars while also declaring primaryEnv: ApiKey — and the SKILL.md explicitly references DeviceId/DeviceKey (which can be provided via env vars). This is a small inconsistency in metadata vs documentation, not a functional mismatch, but users should be aware those three credentials are needed.
Persistence & Privilege
The skill is not always-on and does not request modification of other skills or system-wide settings. It does not declare any special config paths or elevated privileges beyond needing the CLI binary and credentials.
Assessment
This skill appears to do what it says: control a Lianke cloud print/scan box via the lk-print CLI. Before installing: (1) confirm you trust the vendor (open.liankenet.com) because print/scan jobs and files will be uploaded to their cloud; (2) review the GitHub repo being installed to ensure the installer/binary is legitimate; (3) be prepared to provide ApiKey, DeviceId, and DeviceKey (SKILL.md uses these, even though metadata omits explicit env var entries); (4) avoid sending highly sensitive documents unless you trust the provider's handling of uploaded content. If you need extra assurance, inspect the repo code locally before running the uv install command.Like a lobster shell, security has layers — review code before you run it.
latestvk975vss1shy2q8b78a72mfems582m5nb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🖨️ Clawdis
Binslk-print
Primary envApiKey
Install
Install lk-print (uv)
Bins: lk-print
uv tool install git+https://github.com/liankenet/ai-lk-print-box.git