# javascript_eval - Author: cornerstone365 - Repository: informat365/informat-next-ai-skills - Version: 20260206111450 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/informat365/informat-next-ai-skills - Web: https://mule.run/skillshub/@@informat365/informat-next-ai-skills~javascript_eval:20260206111450 --- # _javascript_eval ## 技能ID javascript_eval ## 描述 执行以字符串形式表示的 JavaScript 代码。并返回其执行完成后的结果值。 ## 工具调用 ### 思考 调用_javascript_eval工具 ### 工具名称 _javascript_eval ### 参数 { "type": "object", "properties": { "code": { "type": "string", "description": "表示 JavaScript 表达式、语句或语句序列的字符串" } }, "required": [ "code" ] }