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
vmsandbox - 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 executecontext(optional): Dictionary of variables to initialize the execution context