Baoyu Translate

v1.76.3

Translates articles and documents between languages with three modes - quick (direct), normal (analyze then translate), and refined (analyze, translate, revi...

1· 980·34 current·34 all-time
byJim Liu 宝玉@jimliu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (article/document translation with three modes) matches the actual requirements: TypeScript chunking and a CLI that expect bun or npx. No unrelated cloud credentials, unusual binaries, or surprising configuration paths are requested.
Instruction Scope
SKILL.md instructs the agent to read/write EXTEND.md (project/user config), create output directories next to source files, rename existing output directories to backups, fetch URL content (when given a URL), and save intermediate analysis files. These file and network operations are within the normal scope of a translation tool, but they do allow reading/writing files in the project or home directory and fetching remote content — so users should expect filesystem and network activity.
Install Mechanism
No install spec is provided (instruction-only). The included scripts are small, plain TypeScript/JS used for chunking and CLI glue; required runtimes (bun or npx) are declared and match the shebang/usage in scripts. No external arbitrary downloads or archive extraction are used.
Credentials
The skill requests no environment variables or credentials. It reads configuration files (EXTEND.md) from project/home/xdg config locations as part of preferences, which is appropriate for a translator; no unrelated secrets or keys are requested.
Persistence & Privilege
always:false and no special privileges. The skill will create and write EXTEND.md (user- or project-scoped) during first-time setup and will create/rename output directories near source files. This is expected behavior for a preferences-based CLI but means the skill will modify files under your home or project directories.
Assessment
This skill appears to be what it says: a local translation workflow that chunks markdown, builds prompts, and saves analysis/translation files. Before installing or running it: 1) Be aware it will read/write EXTEND.md in your project or $HOME and create output directories next to source files (it will rename existing output dirs to backups). 2) It may fetch URL content when you provide a URL — only translate URLs you trust. 3) It does not request any API keys or credentials, but you should avoid placing secrets in EXTEND.md or glossary files (they can be read by the skill). 4) Ensure you have bun or npx available to run the scripts, and review scripts/main.ts and scripts/chunk.ts (they are straightforward chunking code). If you want to be extra careful, run the tool in a sandboxed project directory (not your whole repo/home) until you confirm its behavior.

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

latestvk9793z4vz1ab7w496qwwggfwq583nzgv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Any binbun, npx

Comments