whatsapp-styler
Skill to ensure all messages sent to WhatsApp follow the platform's specific formatting syntax. It prevents markdown bloat and ensures a clean, mobile-first reading experience.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rubenfb23/whatsapp-stylerWhatsApp Styler
This skill defines the strict formatting rules for WhatsApp to ensure the user sees clean, styled text without raw markdown symbols.
Core Syntax Rules
- Bold: Use single asterisks around text:
*texto*. NEVER use double asterisks**. - Italic: Use single underscores around text:
_texto_. Strikethrough: Use tildes around text:~texto~.Monospace: Use triple backticks:texto(good for code or technical IDs).- Bullet Lists: Use a single asterisk followed by a space:
* Item. - Numbered Lists: Use standard numbers:
1. Item. - Quotes: Use the angle bracket:
> texto.
Prohibited Patterns (Do NOT use)
- No headers (
#,##,###). Use BOLD CAPS instead. - No markdown tables. Use bullet lists for structured data.
- No horizontal rules (
---). Use a line of underscores if needed__________. - No nested bold/italic symbols if it risks showing raw characters.
Goal
The goal is a "Human-to-Human" look. Technical but clean.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rubenfb23-whatsapp-styler": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
arxiv-watcher
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
whatsapp-styler
Skill to ensure all messages sent to WhatsApp follow the platform's specific formatting syntax. It prevents markdown bloat and ensures a clean, mobile-first reading experience.
walkie-talkie
Handles voice-to-voice conversations on WhatsApp. Automatically transcribes incoming audio and responds with local TTS audio. Use when the user wants to "talk" instead of type.
whatsapp-styler
Skill to ensure all messages sent to WhatsApp follow the platform's specific formatting syntax. It prevents markdown bloat and ensures a clean, mobile-first reading experience.
walkie-talkie
Handles voice-to-voice conversations on WhatsApp. Automatically transcribes incoming audio and responds with local TTS audio. Use when the user wants to "talk" instead of type.