Back to Skills
ioscript
SkillAI Tool
> `npm i ioscript` ```js let IOScript = require("ioscript"); ``` # Basic usage: ```js let sandbox = IOScript({ onError: function(isCore, error) {}, // isCore ? ioscript error : provided script error pure: true, // whether internal scopes inherit p
Directory Presence
Cross-referenced across 55 tracked directories
Adoption Metrics
#4169
Popularity Rank
1 / 55
Listed In
Emerging
Adoption Stage
3d
Listed For
Recently added to the ecosystem
Related Skills
Detect if code is running in an AI agent or automated development environment
SkillAI Tool
4 dirs