/st-nyxlib

Collection of various SillyTavern functions packaged up as a UI extension (fetch from websites, manipulate JSON, assign JSON to variables)

Primary LanguageJavaScriptMIT No AttributionMIT-0

SillyTavern NyxLib

This is a SillyTavern extension that adds various bits and bobs to SillyTavern

Features

  • /fetch - perform a web request from a slash command
  • /jq - run a jq expression over the input
  • /setobjectvar - given a json object set each key as sillytavern variables
  • /format - format a string given a json object as input

Installation

Use ST's inbuilt extension installer

Usage

See the folders in examples/ for usage

License

This code is licensed under the MIT-0 license, this basically means you can do whatever you want with the code here.