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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "whatsapp-styler" with this command: npx skills add rubenfb23/whatsapp-styler

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Xiaohongshu Creator Marketplace (Pugongying) Creator Note List API

Call GET /api/xiaohongshu-pgy/get-kol-note-list/v1 for Xiaohongshu Creator Marketplace (Pugongying) Creator Note List through JustOneAPI with adSwitch, kolId...

Registry SourceRecently Updated
General

Xiaohongshu (RedNote) Note Search API

Call 2 search-note versions for Xiaohongshu (RedNote) Note Search through JustOneAPI with keyword.

Registry SourceRecently Updated
General

Xiaohongshu Creator Marketplace (Pugongying) Note Details API

Call GET /api/xiaohongshu-pgy/get-note-detail/v1 for Xiaohongshu Creator Marketplace (Pugongying) Note Details through JustOneAPI with noteId.

Registry SourceRecently Updated
General

Xiaohongshu Creator Marketplace (Pugongying) Creator Profile API

Call GET /api/xiaohongshu-pgy/get-kol-info/v1 for Xiaohongshu Creator Marketplace (Pugongying) Creator Profile through JustOneAPI with kolId.

Registry SourceRecently Updated