NEXUS Quick Translator
v1.0.2Ultra-fast translation for short texts under 500 characters. Optimized for sub-second latency on UI strings, notifications, error messages, and real-time cha...
⭐ 0· 191·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill claims ultra-fast short-string translation and its SKILL.md only describes preparing a JSON payload and POSTing to an external translation API. The declared required environment variable (NEXUS_PAYMENT_PROOF) maps to the X-Payment-Proof header used for payment authorization — this is coherent for a pay-per-request API.
Instruction Scope
Instructions are narrowly scoped: prepare JSON, POST to the specified endpoint, parse the JSON response. They do not ask to read local files, shell out, or access unrelated environment variables. Minor inconsistency: the SKILL.md demonstrates a hardcoded sandbox header value rather than showing explicit use of the declared NEXUS_PAYMENT_PROOF env var, but that does not change the core behavior.
Install Mechanism
No install spec and no code files — this is instruction-only and therefore does not write or execute code on the host. Lowest install risk.
Credentials
Only one required env var (NEXUS_PAYMENT_PROOF), which is proportionate for a paid API. Treat this as a sensitive secret (payment proof/token). The skill doesn't request unrelated keys or filesystem paths, but you should confirm how that token is minted/stored and whether it can be revoked.
Persistence & Privilege
always is false, and there is no install step that writes persistent configuration or modifies other skills. The skill requires network permission (declared) which is expected for an API-based translator.
Assessment
This skill is internally consistent: it sends short text to an external NEXUS API and requires a single payment-proof token. Before installing: (1) verify the endpoint (ai-service-hub-15.emergent.host) and read its privacy/terms so you know how input is used and whether data is retained; (2) treat NEXUS_PAYMENT_PROOF as sensitive — do not store production secrets in insecure places; (3) use the provided sandbox value (sandbox_test) for testing and confirm costs for live requests; (4) avoid sending high-sensitivity data (PII, credentials, private keys) to the external service; (5) if you need stronger assurance, ask the publisher for documentation or an official homepage and a description of how Masumi payment proofs are created and revoked. The skill has no local install risk but will transmit whatever you send to the external host, so verify trust in that service.Like a lobster shell, security has layers — review code before you run it.
aivk97e1baqt7e2n6g8xarknpsrex82t8eacardanovk97e1baqt7e2n6g8xarknpsrex82t8ealatestvk97e1baqt7e2n6g8xarknpsrex82t8ea
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
⚡ Clawdis
EnvNEXUS_PAYMENT_PROOF
Primary envNEXUS_PAYMENT_PROOF
