nyxkrage / st-nyxlib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT No Attribution


Languages

Language:JavaScript 100.0%