Content
# LKPrint Box CLI
Let conversational AI remotely control printers and scanners via the `lk-print` CLI. Used with the Skill system of AI such as OpenClaw / Cursor / Claude.
## Quick Start
### Installation
```bash
# Global installation (recommended)
uv tool install git+https://github.com/liankenet/ai-lk-print-box.git
# Or local development installation
git clone git@github.com:liankenet/ai-lk-print-box.git
cd ai-lk-print-box
uv sync
```
### Authentication (one-time)
```bash
lk-print auth --api-key <KEY> --device-id <ID> --device-key <KEY>
lk-print auth --status # 验证
```
### Usage
```bash
lk-print device # 查看设备
lk-print printers # 列出打印机
lk-print print file.pdf # 打印文件
lk-print job-status <id> # 查询状态
```
## OpenClaw Skill
```bash
# 1. Install Skill
npx clawhub@latest install ai-lk-print-box
# 2. Install CLI tool
uv tool install git+https://github.com/liankenet/ai-lk-print-box.git
# 3. Authentication
lk-print auth --api-key <KEY> --device-id <ID> --device-key <KEY>
```
After installation, the AI will automatically call the CLI command according to the process in SKILL.md to complete the printing/scanning operation.
## Demo

## Credential Acquisition
| Credential | Source |
|------|------|
| `ApiKey` | [开放平台](https://open.liankenet.com/) register to get |
| `DeviceId` | Scan the device QR code |
| `DeviceKey` | Scan the device QR code |
## Support
If you have any questions, please submit an Issue.
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
antigravity-awesome-skills
The Ultimate Collection of 130+ Agentic Skills for Claude...
openfang
Open-source Agent Operating System
memU
MemU is a memory framework for LLM and AI agents, organizing multimodal...