skills$openclaw/whatsapp-styler
rubenfb239.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.

9.9k stars4.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namewhatsapp-styler
descriptionSkill 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.
ownerrubenfb23
repositoryrubenfb23/wa-styler
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @rubenfb23/wa-styler
last updatedFeb 7, 2026

Maintainer

rubenfb23

rubenfb23

Maintains whatsapp-styler in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
279 B
SKILL.md
1.2 KB
SKILL.md

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

  1. Bold: Use single asterisks around text: *texto*. NEVER use double asterisks **.
  2. Italic: Use single underscores around text: _texto_.
  3. Strikethrough: Use tildes around text: ~texto~.
  4. Monospace: Use triple backticks: texto (good for code or technical IDs).
  5. Bullet Lists: Use a single asterisk followed by a space: * Item.
  6. Numbered Lists: Use standard numbers: 1. Item.
  7. 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.

README.md

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.