view --main whatsapp-styler-skill-formatirovanie-soobscheniy-whatsapp.md
whatsapp-styler Skill: Форматирование сообщений WhatsApp
readonly
--- lines
---
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.
Инициализация мануала...
//
$ ls -R related_skills/
2026-03-30
⭐ 3588
short-video-script-generator-pro — Генератор сценариев для коротких видеороликов
2026-03-30
⭐ 3588
kb-collector — Автоматизированный сбор и организация знаний
2026-03-29
⭐ 3556
humanizer — Улучшение текста, придание ему человечности
2026-03-29
⭐ 12533
removing-subtitles — Автоматическое удаление субтитров из видео
package.json
$ install --global
skills.sh
npx skills add https://github.com/sundial-org/awesome-openclaw-skills/tree/main/skills/whatsapp-styler
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы