Toolverse
All skills

terminal-display

by openclaw

Send messages to a terminal e-ink display device via webhook. Use this skill when the user wants to display text, notifications, or updates on their terminal display device.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps
Views
2

About this skill

Send messages to a terminal e-ink display device via webhook. Use this skill when the user wants to display text, notifications, or updates on their terminal display device.

How to use

  1. Przygotuj wiadomość, którą chcesz wysłać na wyświetlacz. Umiejętność przyjmuje dwa parametry: tytuł (title) i treść (text). Treść obsługuje formatowanie Markdown — możesz użyć pogrubienia (tekst), kursywy (tekst), list (- element) i podziału linii (\n).

  2. Zbuduj żądanie POST z JSON-em zawierającym zmienne szablonu. Struktura to {"merge_variables": {"title": "Twój tytuł", "text": "Treść wiadomości"}}. Opcjonalnie dodaj pole "image" z pełnym URL-em do obrazu, który ma się wyświetlić po prawej stronie.

  3. Wyślij żądanie na endpoint webhook umiejętności. Użyj narzędzia curl lub innego klienta HTTP z metodą POST, nagłówkiem Content-Type: application/json i przygotowanym JSON-em w treści żądania.

  4. Sprawdź wyświetlacz TRMNL — wiadomość powinna pojawić się w ciągu kilku sekund. Tytuł wyświetli się jako główny nagłówek, treść poniżej, a obraz (jeśli dodałeś) po prawej stronie.

  5. Aby wysyłać powiadomienia automatycznie, zintegruj tę umiejętność z agentem lub skryptem, który będzie wywoływać webhook w odpowiednim momencie — na przykład przy zmianach statusu, alertach systemowych lub zaplanowanych aktualizacjach.

Related skills

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141

cloudflare-manager

by qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun

DevOps
20122

grafana-dashboards

by wshobson

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

DevOps
92262

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166

pmbok-project-management

by jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas

DevOps
21133

planning-with-files

by davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring u003e5 tool calls.

DevOps
2365