Elizadb
A specialized character configuration database designed for ElizaOS, the autonomous agent framework. This project provides a structured database of character definitions that can be directly used with ElizaOS to create sophisticated AI agents.
Install / Use
/learn @mar1/ElizadbREADME
🤖 ElizaDB - AI Character Configuration for ElizaOS
A specialized character configuration database designed for ElizaOS, the autonomous agent framework. This project provides a structured database of character definitions that can be directly used with ElizaOS to create sophisticated AI agents.
🌟 Features
-
Rich Character Profiles: Detailed character information including:
- Biographical information
- Personality traits
- Knowledge base
- Communication style
- Message examples
- Voice settings
-
Advanced Browsing:
- Category-based filtering
- Real-time search functionality
- Responsive grid layout
- Dark/Light mode support
-
Categories:
- Fictional Characters
- Video Games
- Historical Figures
- Pop Culture Icons
🚀 Quick Start
- Prerequisites
# Ensure you have ElizaOS installed first
git clone https://github.com/elizaOS/eliza.git
cd eliza
pnpm i && pnpm build
- Using Character Files
# Start ElizaOS with a custom character
pnpm start --characters="path/to/your/character.json"
📖 Character Structure for ElizaOS
Characters are defined in JSON format compatible with ElizaOS specifications:
{
"id": "unique-character-id",
"name": "Character Name",
"category": "Category",
"clients": ["twitter", "discord"], // ElizaOS supported clients
"modelProvider": "provider-name",
"settings": {
"voice": {
"model": "voice-model-id"
}
},
"bio": ["Biography lines"],
"knowledge": ["Areas of expertise"],
"style": {
"all": ["General style traits"],
"chat": ["Chat-specific style"],
"post": ["Post-specific style"]
},
"adjectives": ["Trait1", "Trait2"]
}
🔧 Integration with ElizaOS
- Place your character files in the ElizaOS project structure:
eliza/
├── characters/
│ └── your-character.json
- Load multiple characters:
pnpm start --characters="characters/character1.json,characters/character2.json"
🤝 Contributing Guidelines
Character Contributions
- Fork the repository
- Create a new branch:
git checkout -b character/your-character-name - Add your character JSON file to
characters/ - Test with ElizaOS using:
pnpm test:character your-character.json - Submit a pull request with:
- Character description
- Test results
- Use case examples
Code Contributions
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Commit changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature - Open a pull request
🛠️ Tech Stack
- Astro - Static Site Generator
- Tailwind CSS - Styling
- TypeScript - Type Safety
- Fuse.js - Search Functionality
📝 License
This project is licensed under the MIT License
👥 Authors
- Lead Maintainer: mar1dev
- Contributors: View all contributors
🌟 Eliza Community
Built for the ElizaOS Autonomous Agent Framework 🤖
Related Skills
feishu-drive
339.5k|
things-mac
339.5kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
339.5kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
2.0k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。
