Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Updated homepage link to point to PyPI instead of GitHub. - Removed explicit installation instructions for pip and Homebrew from the documentation. - Added a section describing the default configuration JSON schema in the Configuration section. - Updated QR code print and orchestration examples to use the new homepage URL.
What This Skill Does
A CLI tool for printing text, images, and QR codes to cheap Bluetooth thermal printers on macOS. Connects via BLE without requiring OS-level pairing. Supports Markdown rendering, multi-printer orchestration, and JSON output for scripting.
Connects to printers via BLE without OS-level Bluetooth pairing and renders Markdown directly, removing the need for print drivers or PDF generation.
When to use it
- Printing kitchen order tickets from an agent-driven POS
- Generating WiFi QR codes as physical handouts
- Creating math worksheets for children with writing room
- Logging agent runs as timestamped physical receipts
- Routing label jobs to a dedicated sticker printer by alias
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Print a QR code for my WiFi network
- 1Run `inkjet scan` to discover nearby Bluetooth thermal printers
- 2Set the default printer with `inkjet config set printer <UUID>`
- 3Print the QR code with `inkjet print qr "WiFi:S:NetworkName;P:password;;"`
QR code printed on thermal paper, readable by iPhone and Android scanners
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.