Install
openclaw skills install @thcjp/whatsapp-styling-guideopenclaw skills install @thcjp/whatsapp-styling-guideThis skill defines the strict formatting rules for WhatsApp to ensure the user sees clean, styled text without raw markdown symbols.
*texto*. NEVER use double asterisks **._texto_.~texto~.Monospace: Use triple backticks: texto (good for code or technical IDs).* Item.1. Item.> texto.#, ##, ###). Use BOLD CAPS instead.---). Use a line of underscores if needed __________.The goal is a "Human-to-Human" look. Technical but clean.
| 依赖项 | 类型 | 是否必需 | 获取方式 |
|---|---|---|---|
| LLM API | API | 必需 | 由Agent内置LLM提供 |
| 场景 | 输入 | 输出 |
|---|---|---|
| 基础使用 | 用户请求 | 处理结果 |
不适用于:需要人工判断的复杂决策场景
输入: 用户请求
处理: 根据使用流程执行
输出: 处理结果
| 错误场景 | 原因 | 处理方式 |
|---|---|---|
| 配置错误 | 参数缺失或格式错误 | 检查依赖说明中的配置要求 |
| 运行时错误 | 运行环境不满足 | 确认运行环境符合依赖说明 |
| 网络错误 | 连接超时或不可达 | 检查网络连接后重试,参考国内替代方案 |
A: 请先阅读使用流程章节,确认环境满足依赖说明中的要求。
A: 请参考错误处理章节,按照表格中的处理方式操作。
A: 请参考已知限制章节了解具体限制。