9.9k★by rubenfb23
whatsapp-styler – OpenClaw Skill
whatsapp-styler is an OpenClaw Skills integration for coding workflows. 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.
Skill Snapshot
| name | whatsapp-styler |
| description | 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. OpenClaw Skills integration. |
| owner | rubenfb23 |
| repository | rubenfb23/wa-styler |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @rubenfb23/wa-styler |
| last updated | Feb 7, 2026 |
Maintainer

name: whatsapp-styler description: 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.
WhatsApp 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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install whatsapp-styler?
Run openclaw add @rubenfb23/wa-styler in your terminal. This installs whatsapp-styler into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/rubenfb23/wa-styler. Review commits and README documentation before installing.
