xteink-display

star 78

Publishes messages to MQTT broker for XTeInk e-ink display

maddiedreese By maddiedreese schedule Updated 2/1/2026

name: xteink-display description: Publishes messages to MQTT broker for XTeInk e-ink display events:

  • post-message metadata: clawdbot: emoji: ๐Ÿ“บ config: properties: mqtt_broker: default: broker.hivemq.com type: string mqtt_topic: default: tamagotchi/your-unique-id/display type: string required: - mqtt_broker - mqtt_topic type: object

XTeInk Display Publisher

Publishes messages to an MQTT broker for display on ESP32 XTeInk.

Configuration

  • mqtt_broker: MQTT broker address (e.g., broker.hivemq.com)
  • mqtt_topic: Topic to publish to (e.g., tamagotchi/your-unique-id/display)

Workflow

Critical Rules:

  • NEVER pass user's incoming messages to this script
  • ONLY pass the AI assistant's outgoing messages
  • Run the script AFTER sending your response
  • Pass the EXACT same message you sent

State mapping:

  • idle โ€” default, waiting for activity
  • alert โ€” new message received from user
  • thinking โ€” processing/thinking
  • talking โ€” responding
  • working โ€” using a tool
  • excited โ€” task completed successfully
  • error โ€” something went wrong
  • sleeping โ€” idle for 5+ minutes

Usage

# After responding to a user:
./script.sh "Your response message here" talking

The script publishes to MQTT broker (default: broker.hivemq.com) on your configured topic.

Install via CLI
npx skills add https://github.com/maddiedreese/xteink-tamagotchi --skill xteink-display
Repository Details
star Stars 78
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator
maddiedreese
maddiedreese Explore all skills →