Scriptify
Scriptify is a library to evaluate scripts with ability to add global functions and variables
Install / Use
/learn @DensyDev/ScriptifyREADME
Scriptify
Scriptify is a library to evaluate scripts written in JavaScript with ability to add global functions and variables.
What is it for?
This library is designed to execute JavaScript scripts and has the ability to register global functions and constants. It also allows you to configure security for executing scripts.
Other scripts support
- TypeScript - TS support using swc4j
- TypeScript Declaration Generator - Declaration generator for JS or TS
- Kotlin Script - Kotlin Script support
Maven
Adding repository:
<repositories>
<repository>
<id>densy-repository-snapshots</id>
<url>https://repo.densy.org/snapshots</url>
</repository>
</repositories>
For adding a library only:
<dependency>
<groupId>org.densy.scriptify</groupId>
<artifactId>core</artifactId>
<version>1.4.4-SNAPSHOT</version>
</dependency>
For adding a library with JS for Rhino or GraalVM:
<dependency>
<groupId>org.densy.scriptify</groupId>
<artifactId>script-js-rhino</artifactId>
<version>1.4.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.densy.scriptify</groupId>
<artifactId>script-js-graalvm</artifactId>
<version>1.4.4-SNAPSHOT</version>
</dependency>
Gradle
Adding repository:
maven {
name "densyRepositorySnapshots"
url "https://repo.densy.org/snapshots"
}
For adding a library only:
implementation "org.densy.scriptify:core:1.4.4-SNAPSHOT"
For adding a library with JS for Rhino or GraalVM:
implementation "org.densy.scriptify:script-js-rhino:1.4.4-SNAPSHOT"
implementation "org.densy.scriptify:script-js-graalvm:1.4.4-SNAPSHOT"
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
110.6kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
100.5kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
