Install
openclaw skills install @terrycarter1985/multilingual-template-syncUpdate multilingual customer service response templates and sync them across platforms. Use when adding new languages to response templates, translating KB templates, syncing template files to Feishu Wiki, creating GitHub issues for documentation/i18n updates, or any workflow that combines local template editing with Feishu Wiki publishing and GitHub issue tracking. Triggers on phrases like "add language to templates", "sync to Feishu Wiki", "update customer service responses", "translate templates", "publish to wiki", or "i18n template update".
openclaw skills install @terrycarter1985/multilingual-template-syncUpdate multilingual customer service templates, sync to Feishu Wiki, and track changes on GitHub.
kb-templates/common-responses.md)## N. Scenario section, add a ### 🇫🇷 Français block with the translation_TRANSLATE_ placeholders), run:
python3 scripts/add_language.py <file> <lang-code> <lang-name> <flag>
export FEISHU_APP_ID=... FEISHU_APP_SECRET=...
bash scripts/sync-to-feishu.sh <file-path> <wiki-space-id> <parent-node-token>
Requires Feishu app credentials with wiki write access. See references/workflow.md for API details.
export GITHUB_TOKEN=...
bash scripts/create-github-issue.sh <owner/repo> "<issue title>" <body.md>
Use scripts/add_language.py to insert structural placeholders, then fill in translations.
| Script | Purpose |
|---|---|
scripts/sync-to-feishu.sh | Upload markdown to Feishu Wiki via open API |
scripts/create-github-issue.sh | Create a GitHub issue with title/body/labels |
scripts/add_language.py | Insert new language placeholders into template sections |