SkillAgentSearch skills...

Eliza

ELIZA is an open domain chatbot with Discord and Twitter integration.

Install / Use

npx skills add harubaru/eliza

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

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

  1. Introduction
  2. Setup
  3. Configuration
  4. Run

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

image

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

image

License

GNU Public License version 2.0

Any questions? Come hop on by to our Discord server!

Discord Server

Related Skills

View on GitHub
GitHub Stars71
CategoryCustomer
Updated1mo ago
Forks14

Languages

Python

Security Score

100/100

Audited on Jun 14, 2026

No findings