whatsapp-formatting

Convert Markdown text into WhatsApp-native formatting and JID-valid mention tags.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill whatsapp-formatting-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp-formatting
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/container/skills/whatsapp-formatting
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill whatsapp-formatting-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the issue of failed mentions and broken formatting in WhatsApp, ensuring that tags trigger push notifications and text styles render correctly.

Core Features & Use Cases

  • Protocol-Aware Mentions: Converts phone-number-based inputs into valid WhatsApp mention tags that trigger recipient notifications.
  • Markdown-to-WhatsApp Conversion: Automatically maps standard Markdown syntax to WhatsApp-native formatting characters.
  • Use Case: When coordinating in a group chat, use this skill to ensure your call-to-action tags actually notify the intended team members instead of appearing as plain text.

Quick Start

Use the whatsapp-formatting skill to format your message to the user with phone number 15551234567 so they receive a notification.

Frequently Asked Questions about whatsapp-formatting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format WhatsApp mentions so they trigger push notifications?

To format WhatsApp mentions that trigger push notifications, you must validate phone-number-based inputs against JID patterns and convert them into protocol-compliant mention tags within Baileys-based adapters.

Does Baileys support converting Markdown text to native WhatsApp formatting?

Yes, Baileys supports converting Markdown to WhatsApp formatting by automatically mapping standard Markdown syntax to WhatsApp-native formatting characters for correct text style rendering.

Why do my WhatsApp mentions appear as plain text instead of tagging recipients?

WhatsApp mentions appear as plain text when inputs are not validated against JID patterns, preventing the conversion into the protocol-compliant mention tags required to trigger recipient notifications.

What is the best way to ensure WhatsApp message formatting renders correctly in group chats?

The best way to ensure WhatsApp message formatting renders correctly is to use protocol-aware conversion that maps Markdown to native characters and validates JID patterns for mention tags.

Do I need a specific JID pattern to make WhatsApp mentions work?

Yes, you need a specific JID pattern to make WhatsApp mentions work, as validating phone-number-based inputs against these patterns guarantees that the mention tags trigger push notifications for recipients.