中阿翻译工具

v1.0.0

中阿翻译工具。将中文词汇翻译成符合沙特当地使用习惯的阿拉伯语。

0· 145·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freemanwangfuhan-coder/zh-to-ar-translator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "中阿翻译工具" (freemanwangfuhan-coder/zh-to-ar-translator) from ClawHub.
Skill page: https://clawhub.ai/freemanwangfuhan-coder/zh-to-ar-translator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install zh-to-ar-translator

ClawHub CLI

Package manager switcher

npx clawhub@latest install zh-to-ar-translator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (Chinese→Arabic, Saudi usage) match the included code and SKILL.md. The dictionary and translate functions in index.js implement the stated purpose; no unrelated capabilities are requested.
Instruction Scope
Runtime instructions only describe running the included index.js with node. The SKILL.md does not ask the agent to read unrelated files, access environment variables, or send data externally. The script only reads process.argv and prints translations to stdout.
Install Mechanism
No install spec is provided (instruction-only). There are no downloads or package installs. The only artifact is a small local JS file, which is low risk.
Credentials
No environment variables, credentials, or config paths are required. The code does not access secrets or external services.
Persistence & Privilege
The skill does not request always: true and does not attempt to modify other skills or persistent agent configuration. It runs only when invoked.
Assessment
This skill is a small local dictionary-based translator implemented in a single JS file and appears coherent with its description. It does not make network requests or access credentials. If you plan to install or run it, you should: (1) inspect the index.js file yourself (already small and readable) or run it in a sandboxed environment if you have concerns, (2) be aware it only translates entries present in the dictionary and appends '[未翻译]' for unknown words, and (3) confirm you trust the source before executing any code obtained from unknown origins.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b6g5y51e4zwk0vr38tnt1m983xxya
145downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

中阿翻译工具

功能

将中文词汇翻译成沙特习惯的阿拉伯语。

词典

内置常用词词典,可扩展。

使用方法

命令行

node ~/.openclaw/workspace/skills/zh-to-ar-translator/index.js "中文词汇"

示例

node ~/.openclaw/workspace/skills/zh-to-ar-translator/index.js "无线蓝牙耳机"
# 输出: سماعات بلوتوث لاسلكية

批量翻译

node ~/.openclaw/workspace/skills/zh-to-ar-translator/index.js "无线" "蓝牙" "耳机"

依赖

无(纯 JS 实现)

翻译示例

中文阿语
无线蓝牙耳机سماعات بلوتوث لاسلكية
蓝牙耳机سماعات بلوتوث
无线لاسلكي
蓝牙بلوتوث
耳机سماعات
可折叠拉车عربة تسوق قابلة للطي
买菜车عربة تسوق

Comments

Loading comments...