Eliza
ELIZA is an open domain chatbot with Discord and Twitter integration.
Install / Use
npx skills add harubaru/elizaInstalls into whichever agent you are using.
README
eliza
Hello! Welcome to the GitHub page for Eliza!
Eliza is a customizable framework for creating open-domain chatbots on the fly.
Table of Contents
Introduction
Eliza is a framework that provides all of the essentials necessary to build an open-domain chatbot capable of fulfilling basic needs in natural language. This repo holds our implementation for these essentials, including modules that perform core NLP, context building, and more.
Setup
Firstly, a Sukima Backend is required to be running to host Eliza locally. In order to install and setup Sukima, please click here.
Then, you will have to clone and setup Eliza by running these commands:
$ git clone https://github.com/harubaru/eliza
$ cd eliza
$ pip install -r requirements.txt
Configuration
After the setup is complete, you can use one of our default configurations listed in the config folder, or you can create your own by using the default as a template.
Run
Then finally, to run the chatbot, all you would need to do is to run this command with your selected config file.
$ python eliza --config=config/twitter_yukari_yakumo.json

Or if you're running one of the configurations for a discord bot...

License
GNU Public License version 2.0
Any questions? Come hop on by to our Discord server!
Related Skills
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.7kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
automl-hyperparameter-optimization
40.5kAutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries

