← 返回 Skills 市场
Openclaw I18n Skill
作者
bloommediacorporation-lab
· GitHub ↗
· v1.0.0
· MIT-0
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-i18n-skill
功能描述
Internationalization and localization layer for OpenClaw. Auto-detects language, enforces correct diacritics, formats dates/currency per locale, and pipes ou...
安全使用建议
What to consider before installing:
- Functionality: This skill is coherent for i18n/post-processing: it runs locally, fixes diacritics, removes stray non-Latin chars when glued to Latin text, and normalizes whitespace. That behavior is intentional and documented.
- Test first: Run the included test suite and try sample outputs from your agents (especially edge cases with proper names, quoted foreign text, or intentionally mixed scripts) to ensure the post-processor doesn't remove or alter legitimate content you care about.
- Review code if you have strict data-handling needs: The visible Python modules contain no network calls or credential access, but you should grep the full package (including omitted files) for 'requests', 'socket', 'urllib', or subprocess usage if you require absolute certainty.
- Metadata inconsistencies: SKILL.md and package.json/openclaw.plugin.json disagree about pricing and which languages are "stable". Confirm the publisher and licensing if you depend on maintenance/support.
- False positives: The language-specific typo dictionaries contain some noisy or duplicated entries (especially in the German/Spanish modules). If you rely on verbatim outputs (legal text, code snippets, names), consider disabling or narrowing the post-processor for those contexts.
- Deployment: If you install via ClawHub, review the install source (bloommediacorporation-lab/openclaw-i18n-skill) and verify the repo is the intended upstream. If using manually, run the package's tests locally and inspect processor/requirements.txt before pip installing.
If you'd like, I can (a) scan the omitted files for network calls or subprocess use, (b) extract and summarize the requirements.txt, or (c) run a short checklist of code-pattern searches to increase confidence.
功能分析
Type: OpenClaw Skill
Name: openclaw-i18n-skill
Version: 1.0.0
The skill bundle is a legitimate internationalization and localization tool for OpenClaw agents, specifically targeting Romanian and German support. The core logic in 'i18n_processor.py' and the 'processor/languages/' directory consists of standard string manipulation, regex-based diacritic correction, and whitespace normalization. No high-risk behaviors such as network requests, file system access, or suspicious 'eval/exec' calls were found. The 'SKILL.md' instructions are strictly focused on language enforcement and formatting, with no evidence of malicious prompt injection or attempts to exfiltrate sensitive data.
能力评估
Purpose & Capability
Name/description match the provided code: a local Python post-processor and language modules for Romanian and German. No unrelated environment variables, binaries, or cloud credentials are requested. Minor inconsistencies in metadata (SKILL.md and package.json/openclaw.plugin.json disagree on pricing and which languages are 'stable') but these are documentation issues rather than functional mismatches.
Instruction Scope
SKILL.md instructs the agent to run a local post-processor that removes stray non-Latin characters, enforces diacritics, normalizes whitespace, and applies conservative typo dictionaries. The code follows this behavior. Be aware: base.remove_non_latin_characters will remove non-Latin characters when they are glued to Latin text (intentionally designed), which can strip legitimate foreign tokens if they are provided without a separating space — SKILL.md documents this. The rules are conservative but deterministic; test with representative inputs to ensure no undesired removals or diacritic substitutions for your use case.
Install Mechanism
No automatic install spec is bundled; this is an instruction-only skill with included Python source. SKILL.md and README propose installing from ClawHub or manually cloning and pip installing requirements.txt. There are no downloads from untrusted URLs, no archive extracts, and no post-install scripts in the package metadata. (Note: package.json and SKILL.md conflict on pricing/free status; this is a documentation discrepancy.)
Credentials
The skill declares no required environment variables or credentials and the processor code does not access network or environment secrets. The only persistence mentioned is using OpenClaw's memory tools for language preferences, which is expected and proportional for a language-config feature.
Persistence & Privilege
always:false and disable-model-invocation:false (defaults) — the skill can be invoked by the agent (normal for skills) but it is not forced into every agent run. The skill does not attempt to modify other skills or system-wide configuration in the repository files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-i18n-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-i18n-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-i18n-skill v1.0.0 — Initial Release
- Provides an internationalization and localization layer for OpenClaw.
- Auto-detects user language (Romanian or German at launch), including explicit commands and contextual cues.
- Enforces correct diacritics, locale-specific date/currency formatting, and cultural communication norms.
- Integrates a post-processing script to clean model output—removing non-Latin characters, fixing diacritics, and correcting word/whitespace errors.
- Language configuration persists across sessions and can be adjusted via user commands.
- 7-day free trial; priced at €5/month.
元数据
常见问题
Openclaw I18n Skill 是什么?
Internationalization and localization layer for OpenClaw. Auto-detects language, enforces correct diacritics, formats dates/currency per locale, and pipes ou... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Openclaw I18n Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-i18n-skill」即可一键安装,无需额外配置。
Openclaw I18n Skill 是免费的吗?
是的,Openclaw I18n Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw I18n Skill 支持哪些平台?
Openclaw I18n Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw I18n Skill?
由 bloommediacorporation-lab(@bloommediacorporation-lab)开发并维护,当前版本 v1.0.0。
推荐 Skills