skills/smithery.ai/js_executor

js_executor

Installation
SKILL.md

This skill allows executing JavaScript code for code analysis and testing purposes.

Capabilities

  • Execute JavaScript code in a Node.js vm sandbox
  • Pass custom context variables
  • Retrieve execution results
  • Support for modern ES6+ syntax via Node.js

Usage

The skill accepts the following parameters:

  • code (required): JavaScript code to execute
  • context (optional): Dictionary of variables to initialize the execution context

Example

Installs
2
First Seen
Apr 5, 2026
js_executor from smithery.ai