Implements a JavaScript literal syntax-based protocol for LLM tool calls. Invoke when needing to enable LLM to call local JS functions using template literal syntax.
PassAudited by ClawScan on Apr 1, 2026.
Overview
The skill is an instruction-only guide for using JavaScript template-literal tag functions as an LLM-to-tool protocol; it requests no credentials, installs, or file access and is consistent with its stated purpose.
This skill is a documentation-only protocol for calling local JavaScript functions via template literals and is internally consistent. It does not itself install code or ask for secrets. However, if your agent or runtime will execute LLM-generated template-literal calls or arbitrary JS produced by the model, consider the runtime risk: ensure execution is sandboxed, limit which host functions/APIs are exposed to those tag functions, review generated calls before execution if possible, and prefer safe evaluation patterns (e.g., whitelist of permitted tool functions) to avoid executing untrusted code. Also note the skill's source has no homepage or author metadata—if provenance matters to you, ask the publisher for more information before trusting it in production.
