instances/xiaodazi/skills/locale-aware-formatter/SKILL.md
Automatically adapt document formatting to cultural conventions - date formats, currency symbols, letter styles, number separators, and honorifics based on detected language/locale.
npx skillsauth add malue-ai/dazee-small locale-aware-formatterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
根据语言和文化环境自动适配文档格式:日期格式、货币符号、信函样式、数字分隔符、称谓礼仪。
通过 LLM 结合系统 locale 检测,自动适配文化规范。
# 检测系统语言设置
echo $LANG
# macOS 额外检测
defaults read NSGlobalDomain AppleLanguages 2>/dev/null
| Locale | 格式 | 示例 | |---|---|---| | en-US | MM/DD/YYYY | 02/09/2026 | | en-GB | DD/MM/YYYY | 09/02/2026 | | zh-CN | YYYY年MM月DD日 | 2026年02月09日 | | ja-JP | YYYY年MM月DD日 | 2026年02月09日 | | de-DE | DD.MM.YYYY | 09.02.2026 |
| Locale | 千位分隔 | 小数点 | 货币 | |---|---|---|---| | en-US | 1,000.00 | . | $1,000.00 | | de-DE | 1.000,00 | , | 1.000,00 € | | zh-CN | 1,000.00 | . | ¥1,000.00 | | ja-JP | 1,000 | . | ¥1,000 |
English (formal):
Dear Mr./Ms. [Last Name],
[Body]
Sincerely,
[Full Name]
[Title]
中文(正式):
[职务] [姓名] :
[正文]
此致
敬礼
[署名]
[日期]
日本語(敬語):
[会社名]
[部署名] [役職] [名前] 様
[本文]
敬具
[署名]
[日付]
| 文化 | 规范 | |---|---| | English | Mr./Ms./Dr. + Last Name(首次),First Name(熟悉后) | | 中文 | 姓 + 职务(王总、李经理),或 姓 + 先生/女士 | | 日本語 | 姓 + 様/さん,职务时 姓 + 役職 | | 한국어 | 성 + 님/씨 |
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.