doit

Public

some usefull tools

2 Downloads

README

Basic doit Plugin for LM Studio

Some usefull tools:

  • get_date_time — Returns current date and time
  • count_letters — Count specific letter in a word/string
  • get_word_length — Get the total number of characters in a word
  • get_myip — Get your external IP address
  • get_anagram — Get Anagram of a word

Installation

Download from LM Studio Hub

Available at: lmstudio.ai/tupik

# 1. Install dependencies
npm install

# 2. Install plugin to LM Studio
lms dev --install

Update Plugin (after code changes)

lms dev -i -y

The -y flag automatically confirms overwrite without prompting.

Publish to LM Studio Hub

lms push -y

Requirements

  • Node.js + npm
  • LM Studio installed (provides lms CLI)

How to use

  • Open LM Studio
  • Go to Plugins (side panel)
  • Enable doit plugin
  • Start a chat — the model can now call your tools

With the plugin enabled, the AI assistant can perform some serious shit.