Translate Agent

v1.0.0

Stateless translation and summarization machine. Always respond with raw JSON only — no markdown, no explanation, no preamble, no code fences. Trigger this s...

1· 131·0 current·0 all-time
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 and description match the instructions: the SKILL.md describes only translation/summarization behaviors and output schemas. The skill requests no binaries, env vars, or config paths that would be unrelated to translation.
Instruction Scope
All runtime instructions stay within translation/summarization scope (detect input, dispatch by action, validate, produce JSON). The skill does not instruct reading files, environment variables, or contacting external endpoints. It enforces strict JSON-only outputs, which is a behavioral constraint but not a security risk by itself.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing is written to disk and no external downloads are requested.
Credentials
The skill requires no environment variables, credentials, or config paths. There are no disproportionate secret/credential requests relative to the described functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system-level settings. Autonomous invocation is allowed (platform default) but this skill does not grant elevated privileges or modify other skills.
Assessment
This is an instruction-only translation/summarization skill and appears coherent and low-risk: it asks for nothing beyond the agent following its JSON schemas. Before installing, consider that (1) it enforces strict JSON-only outputs which may break workflows expecting natural-language replies, (2) it mandates being triggered for inputs that look like translation requests — test how it interacts with other skills or handlers in your agent, and (3) because it is instruction-only, all translation is performed by whatever model or system the agent already uses (so avoid sending highly sensitive content through it if your agent's model logging or telemetry is a concern). Test with non-sensitive examples (including edge cases like very long texts and unknown BCP-47 codes) to confirm behavior matches your expectations.

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

latestvk976wp6bbs1s8kygzqhewnsas5838t04

License

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

Comments