Install
openclaw skills install @terrycarter1985/support-template-multilang-syncUpdate multilingual customer support reply templates in markdown files, then sync the updated content to Feishu Wiki, log the change in a GitHub issue, and package/publish the repeatable workflow to ClawHub. Use when maintaining files like kb-templates/common-responses.md, adding new languages, normalizing template structure, or turning a one-off support content update into a reusable skill.
openclaw skills install @terrycarter1985/support-template-multilang-syncUse 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.
{{ticket_id}}.### English, ### Chinese, ### French, ### Korean.After editing the markdown file, check all of the following:
{{ticket_id}} are present in every language where required.Use Feishu as the published knowledge-base mirror.
Preferred approach:
Operational requirements:
FEISHU_ACCESS_TOKEN or the pair FEISHU_APP_ID + FEISHU_APP_SECRET.FEISHU_WIKI_SPACE_ID and usually a parent node token.99991672, stop and resolve app permissions before retrying.Create one issue per template update batch.
Include:
Suggested title pattern:
Update common support response templates with French and KoreanKeep the skill lean and practical.
Required contents:
SKILL.md with trigger-oriented description.Before publishing:
skill-creator skill.clawhub publish <skill-folder> when authenticated.prepare_issue_body.py: generate a compact GitHub issue body from the finalized markdown file and change metadata.