Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

multilingual-semantic-bridge多语言语义桥梁

Agent Skill

multilingual-semantic-bridge 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,011

周安装

123

GitHub Stars

1

下载量

974
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:multilingual-semantic-bridge(多语言语义桥梁)
来源仓库:https://github.com/chrix-goh/multilingual-semantic-bridge
安装命令:
openclaw skills install multilingual-semantic-bridge
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install multilingual-semantic-bridge

简介

帮助非英语母语用户理解以英文命名的技术资料含义。

  • 基于语义映射桥接术语差异,提升跨语言检索效率。
  • 覆盖文档、技能名称与操作指南等常见资源类型。multilingual-semantic-bridge 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 翻译质量依赖底层模型能力,专业领域可能存在误差。
  • 可作为辅助工具,但关键决策仍需核对原始英文说明。

SKILL.md

name
multilingual-semantic-bridge
description
Help non-English-first users hit the right technical answer when docs, memory, configs, skills, and runbooks are stored under English-heavy names. This bridge improves semantic/vector retrieval usage by shaping better multilingual-to-technical target matching, without claiming to replace the retrieval engine itself.

Multilingual Semantic Bridge

Sometimes one phrasing hits and another phrasing misses. Sometimes a synonym misses. Sometimes a different language misses. Sometimes the answer is already in memory, docs, config, a runbook, or a skill, but retrieval still fails because the wording and the stored technical target do not line up cleanly enough.

This skill exists to reduce that failure mode.

Use this skill to bridge between:

  • the user's wording
  • the system's likely terminology
  • the actual retrieval or routing surface that matters

The goal is not translation for its own sake. The goal is to recover the right technical target.

Public links

  • GitHub: https://github.com/ChriX-Goh/multilingual-semantic-bridge
  • ClawHub: https://clawhub.ai/chrix-goh/multilingual-semantic-bridge

Mainline workflow

1. Preserve the original input

Keep the user's original wording available. It may contain:

  • nuance
  • local nicknames
  • symptom wording
  • exact fragments that should not be lost

Do not discard the original phrasing just because a technical reformulation seems cleaner. The original wording is one of the retrieval candidates.

2. Derive canonical intent

Identify the stable underlying request independent of surface language. Examples of what to recover:

  • the actual problem being described
  • the actual capability being requested
  • the actual technical uncertainty being resolved

Canonical intent should usually be treated as the default middle layer for non-trivial technical work. Use it especially when:

  • the user wording is colloquial or compressed
  • the wording emphasizes symptoms rather than the real target
  • several nearby targets could match the same surface phrase
  • the task is to distinguish capability vs implementation vs root cause

3. Generate a technical pivot

Express the canonical intent in the technical language most likely to match the real target. Very often that means an English technical pivot because these targets are often English-heavy:

  • docs
  • config keys
  • package names
  • CLI commands
  • logs
  • error messages
  • past engineering notes

Do not force this step blindly for every query. Strongly prefer it when the target surface is:

  • official documentation
  • skill metadata / skill routing
  • an English-named operational file or document
  • logs, provider names, config keys, CLI commands, or exact technical tokens

Use it more lightly when the target is mixed-language local memory and the original phrasing already overlaps well with existing notes.

4. Bridge terminology

Connect:

  • user wording
  • local/project wording
  • official terminology

Do this to improve matching, not to build a phrasebook. Focus on canonical term bridges that help the system hit the right target surface.

5. Improve retrieval and routing

Use the combination of:

  • original input
  • canonical intent
  • technical pivot
  • bridged terminology

to improve the odds of reaching the correct:

  • memory snippet
  • local file/doc
  • official doc page
  • skill
  • tool path

Choose the lightest effective retrieval mix:

  • for mixed-language local memory, original phrasing + canonical intent is often enough
  • for official docs and skills, canonical intent + technical pivot is usually stronger
  • for exact-token targets, keep identifiers and official terms verbatim

Routing rule from current evidence:

  • if the real target is prior work, prior decisions, local chronology, local incidents, user corrections, or durable local lessons, prefer memory first
  • if the real target is upstream behavior, official command semantics, official error handling, config/reference docs, or product docs pages, prefer official docs/artifact first
  • if the real target is which installed skill should apply or what a skill says to do, prefer skill artifact first
  • if the real target is a self-service recovery procedure, local operational doc, handoff note, or environment-specific runbook, prefer runbook/local-file first
  • if the user already provides an exact command, config path, filename, or other exact identifier, prefer the matching exact-token artifact surface first

Anti-drift rule:

  • do not default everything into memory-first behavior just because memory search is available
  • choose the surface that matches the target class, then use the bridge inside that surface

6. Persist confirmed mappings

When a mapping repeatedly proves useful, persist it in the right place. Learn canonical mappings and retrieval improvements, not random language debris. Persist what improves future target matching, not what merely looked linguistically interesting once.

What to consult

Read these only when needed:

  • references/query-expansion.md
  • references/retrieval-playbooks.md
  • references/learning-loop.md
  • references/publication-readiness.md

Older support material should not override this mainline.

Standard of success

The skill is succeeding when it helps the assistant find or route to the right technical target more reliably than naive same-surface wording alone.

Relationship to the plugin

The plugin is the automatic narrow on-ramp. This skill remains the deeper method.

Use the plugin as the first lightweight bridge layer when the target class is already fairly obvious. Use the fuller skill discipline when the real work is target-surface arbitration, canonical-intent derivation, or reusable terminology mapping.

See the GitHub repo for the current plugin cooperation contract and broader project context:

  • https://github.com/ChriX-Goh/multilingual-semantic-bridge

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.02%
按下载量换算916

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills