← 返回
未分类 Key 中文

Support Template Multilang Sync

Update multilingual customer support reply templates in markdown files, then sync the updated content to Feishu Wiki, log the change in a GitHub issue, and p...
在 Markdown 文件中更新多语言客服回复模板,然后同步到飞书 Wiki,并在 GitHub Issue 中记录变更,...
terrycarter1985 terrycarter1985 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 305
下载
💾 0
安装
1
版本
#knowledge-base#latest#support

概述

Support Template Multilang Sync

Overview

Use this skill to carry one support-template update through four outputs without losing consistency: the source markdown file, the Feishu Wiki knowledge base, the GitHub change log issue, and a reusable ClawHub skill.

Keep the file update authoritative. Derive the Wiki page body and GitHub issue summary from the final file contents instead of maintaining separate versions by hand.

Workflow

  1. Read the target template file and identify its current structure.
  2. Add or revise language sections while preserving placeholders such as {{ticket_id}}.
  3. Re-read the file and verify each response block has the expected languages and no placeholder drift.
  4. Sync the finalized content to Feishu Wiki.
  5. Create a GitHub issue that records what changed, which file changed, and what follow-up is needed.
  6. Update this skill if the process or API assumptions improved.
  7. Package the skill and publish it to ClawHub when credentials are available.

File Update Rules

  • Preserve the existing response categories unless the user asked to rename or reorder them.
  • Keep all variables exactly unchanged, including braces and capitalization.
  • Keep tone consistent across languages: support-safe, polite, operationally clear.
  • Prefer one repeated structure per response block, for example ### English, ### Chinese, ### French, ### Korean.
  • If only one section was multilingual before, consider normalizing the rest if that makes future maintenance safer.

Verification Checklist

After editing the markdown file, check all of the following:

  • Every response section has the same language set.
  • Existing languages were not accidentally modified beyond necessary normalization.
  • Placeholders such as {{ticket_id}} are present in every language where required.
  • Bullet lists remain aligned across languages.
  • Headings render cleanly in markdown.

Feishu Wiki Sync

Use Feishu as the published knowledge-base mirror.

Preferred approach:

  • Use the final markdown file as the content source.
  • Create or update the target Wiki page under the customer-support knowledge base.
  • Include a short update note at the top: date, source file, newly added languages.

Operational requirements:

  • Need FEISHU_ACCESS_TOKEN or the pair FEISHU_APP_ID + FEISHU_APP_SECRET.
  • Need FEISHU_WIKI_SPACE_ID and usually a parent node token.
  • If permissions fail with 99991672, stop and resolve app permissions before retrying.

GitHub Issue Logging

Create one issue per template update batch.

Include:

  • Title that names the template and languages added.
  • Source file path.
  • Summary of what was changed.
  • Wiki sync status.
  • Any blockers or follow-up tasks.

Suggested title pattern:

  • Update common support response templates with French and Korean

ClawHub Packaging and Publish

Keep the skill lean and practical.

Required contents:

  • SKILL.md with trigger-oriented description.
  • Optional helper script(s) only if they remove repeated manual work.
  • Optional references for API steps or publishing notes.

Before publishing:

  • Run the packaging script from the OpenClaw skill-creator skill.
  • Fix validation issues before retrying.
  • Publish with clawhub publish when authenticated.

Resources

scripts/

  • prepare_issue_body.py: generate a compact GitHub issue body from the finalized markdown file and change metadata.

references/

  • Add environment or API notes only if the workflow becomes more complex. Keep this skill small by default.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 19:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,412 📥 325,315
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,494 📥 558,976
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 844 📥 325,924