Install
openclaw skills install @terrycarter1985/multilingual-kb-syncAdd new language translations to customer service response templates and sync them across platforms. Use when: (1) adding new languages to kb-templates/common-responses.md, (2) updating multilingual customer service templates, (3) syncing template changes to Feishu Wiki knowledge base, (4) creating GitHub issues for template updates, (5) maintaining multilingual customer service response templates. Triggers on phrases like 'add language to customer service templates', 'update multilingual responses', 'sync KB templates', 'translate customer service replies'.
openclaw skills install @terrycarter1985/multilingual-kb-syncMaintain and propagate multilingual customer service response templates across local files, Feishu Wiki, and GitHub.
Edit kb-templates/common-responses.md (workspace-relative).
🇨🇳 中文, 🇬🇧 English, 🇫🇷 Français, 🇰🇷 한국어, etc.支持语言, 模板数量, 最后更新.Run scripts/sync-feishu.sh with required env vars:
FEISHU_APP_ID=xxx FEISHU_APP_SECRET=xxx FEISHU_WIKI_SPACE_ID=xxx FEISHU_DOC_TOKEN=xxx \
bash scripts/sync-feishu.sh <path-to-common-responses.md>
The script:
/open-apis/wiki/v2/spaces/{space_id}/nodes).If the document already exists (FEISHU_DOC_TOKEN set), it updates; otherwise it creates a new node under the space.
Prerequisites: Feishu app with wiki:wiki and docx:document permissions. Set channels.feishu.enabled=true in OpenClaw config or provide credentials via env vars.
Run scripts/create-github-issue.sh:
GITHUB_TOKEN=ghp_xxx GITHUB_REPO=owner/repo \
bash scripts/create-github-issue.sh <path-to-common-responses.md> <changelog-summary>
The script:
[i18n] Add XX/YY translations to common-responses.md.gh api or direct REST call.Prerequisites: gh CLI installed and authenticated, or GITHUB_TOKEN env var with repo scope.
git add kb-templates/common-responses.md
git commit -m "i18n: add <languages> to common-responses.md"
git push
common-responses.md.| Code | Language | Flag |
|---|---|---|
| zh | 中文 | 🇨🇳 |
| en | English | 🇬🇧 |
| fr | Français | 🇫🇷 |
| ko | 한국어 | 🇰🇷 |
Add more by appending to this table and to every template section.
scripts/sync-feishu.sh — Sync markdown to Feishu Wikiscripts/create-github-issue.sh — Open a GitHub issue for the updatereferences/feishu-api.md — Feishu Wiki API notesreferences/translation-guide.md — Translation quality guidelines