🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Brother DCP-T426W Printer

by @yardfarmer

Brother DCP-T426W network printer skill — IPP + driverless (primary), TCP direct (fallback for text-only, no sudo).

Versionv5.0.0
When to Use
TriggerAction
- When you're on a NAS, Linux, or macOS machine with CUPS and want driverless IPP printing
- When you need a text-only fallback on a headless or no-root system (TCP direct, no CUPS)
- When you want to check printer status or print a test page programmatically
💡 Examples

# Print a text string (CUPS IPP)
python scripts/print.py --text "Hello World"

Print a file (text, image, PDF — CUPS handles conversion)

python scripts/print.py --file document.txt python scripts/print.py --file photo.jpg python scripts/print.py --file report.pdf

Print a receipt-style text

python scripts/print.py --text "Invoice #123\nTotal: $42.00" --mode receipt

Print a test page

python scripts/print.py --test

Check printer status

python scripts/print.py --status

Fallback: TCP direct (text only, no CUPS needed)

python scripts/print.py --text "Hello" --method tcp

📋 Tips & Best Practices

| Issue | Solution | |-------|----------| | driverless: command not found | sudo apt install cups-filters ipp-usb | | IPP connection refused | Verify printer supports IPP: driverless (list available IPP printers) | | No paper output | Check paper tray, ink levels, printer not in error state | | TCP prints garbled text | Printer may not support PJL PLAINTEXT — use IPP method | | CUPS printer not found | lpstat -p to list printers; re-run lpadmin setup | | lp command not found | sudo apt install cups-client |

View on ClawHub
TERMINAL
clawhub install broder-printer

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →