#601

Globales Ranking · von 601 Skills

gog AI Agent Skill

Quellcode ansehen: elizaos/eliza

Medium

Installation

npx skills add elizaos/eliza --skill gog

20

Installationen

ElizaOS

The Open-Source Framework for Multi-Agent AI Development

Build, deploy, and manage autonomous AI agents with a modern, extensible, and full-featured platform.

License NPM Version Documentation Ask DeepWiki CI Status Discord

✨ What is Eliza?

ElizaOS is an all-in-one, extensible platform for building and deploying AI-powered applications. Whether you're creating sophisticated chatbots, autonomous agents for business process automation, or intelligent game NPCs, Eliza provides the tools you need to get started quickly and scale effectively.

It combines a modular architecture, a powerful CLI, and a rich web interface to give you full control over your agents' development, deployment, and management lifecycle.

For complete guides and API references, visit our official documentation.

🚀 Key Features

  • 🔌 Rich Connectivity: Out-of-the-box connectors for Discord, Telegram, Farcaster, and more.
  • 🧠 Model Agnostic: Supports all major models, including OpenAI, Gemini, Anthropic, Llama, and Grok.
  • 🖥️ Modern Web UI: A professional dashboard for managing agents, groups, and conversations in real-time.
  • 🤖 Multi-Agent Architecture: Designed from the ground up for creating and orchestrating groups of specialized agents.
  • 📄 Document Ingestion: Easily ingest documents and allow agents to retrieve information and answer questions from your data (RAG).
  • 🛠️ Highly Extensible: Build your own functionality with a powerful plugin system.
  • 📦 It Just Works: A seamless setup and development experience from day one.

🏁 Getting Started (5-Minute Quick Start)

There are two recommended paths for using Eliza:

  • For Beginners & Standalone Projects (CLI): If you want to create and deploy agents without modifying Eliza's core code, the CLI is the fastest and simplest method. The guide below is for you.

  • For Power Users & Contributors (Monorepo): If you plan to contribute to Eliza, create complex custom plugins, or manage multiple projects in one place, we recommend cloning the full monorepo. See the How to Contribute section to get started.


Get your first AI agent running in just a few commands.

Prerequisites:

Note for Windows Users: WSL 2 is required.

1. Install the CLI

# Install the ElizaOS CLI globally
bun install -g @elizaos/cli

# Verify installation
elizaos --version

2. Create Your Project

# Create a new project with an interactive setup
elizaos create my-first-agent

# Follow the prompts. For beginners, we recommend:
# - Database: pglite (no setup required)
# - Model Provider: openai
# - Project Type: project

3. Configure Your API Key

cd my-first-agent

# Open the local environment file
elizaos env edit-local

Add your model provider's API key (e.g., for OpenAI):

OPENAI_API_KEY=your_api_key_here

4. Start Your Agent

# Build and start the agent server
elizaos start

Your agent is now running!


📚 **Advanced CLI Commands & Usage**

Eliza's CLI is powerful. Here are some more commands for development and management.

Development Workflow

# Make changes to your agent code, then rebuild and restart
bun run build
elizaos start

# Or, start in development mode with auto-rebuild
elizaos dev

# Run tests to verify your changes
elizaos test

Agent & Environment Management

# List all available agents
elizaos agent list

# Start a specific agent by name
elizaos agent start --name "MyAgent"

# Show all environment variables
elizaos env list

Debugging

# Start with detailed debug logging
LOG_LEVEL=debug elizaos start

For a full command reference, run elizaos --help or elizaos <command> --help.


🔧 Running ElizaOS Core Standalone

Use ElizaOS agents directly in your applications without the CLI or web interface.

git clone https://github.com/elizaos/eliza.git
cd eliza/examples

# Interactive chat
OPENAI_API_KEY=your_key bun run standalone-cli-chat.ts

# Basic message processing
OPENAI_API_KEY=your_key bun run standalone.ts

🏛️ Architecture Overview

Eliza is a monorepo that contains all the packages needed to run the entire platform.

/
├── packages/
│   ├── server/         # Core backend server (Express.js)
│   ├── client/         # Frontend web interface (React)
│   ├── cli/            # Command-line tool for managing projects
│   ├── core/           # Shared utilities and functions
│   ├── app/            # Cross-platform desktop app (Tauri)
│   ├── plugin-bootstrap/ # Core communication and event handling plugin
│   ├── plugin-sql/     # Database integration (Postgres, PGLite)
│   └── ...             # Other plugins and project starters
└── ...
  • @elizaos/server: The Express.js backend that runs your agents and exposes the API.
  • @elizaos/client: The React-based web UI for managing and interacting with your agents.
  • @elizaos/cli: The central tool for scaffolding, running, and managing your projects.
  • @elizaos/plugin-bootstrap: The mandatory core plugin that handles message processing and basic agent actions.

🤝 How to Contribute

We welcome contributions from the community! Please read our CONTRIBUTING.md guide to get started.

  • Report a Bug: Open an issue using the Bug Report template.
  • Request a Feature: Use the Feature Request template.
  • Submit a Pull Request: Please open an issue first to discuss your proposed changes.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

🎓 Citation

If you use Eliza in your research, please cite our paper:

@article{walters2025eliza,
  title={Eliza: A Web3 friendly AI Agent Operating System},
  author={Walters, Shaw and Gao, Sam and Nerd, Shakker and Da, Feng and Williams, Warren and Meng, Ting-Chien and Han, Hunter and He, Frank and Zhang, Allen and Wu, Ming and others},
  journal={arXiv preprint arXiv:2501.06781},
  year={2025}
}

Contributors

Eliza project contributors

Star History

Star History Chart

Installationen

Installationen 20
Globales Ranking #601 von 601

Sicherheitsprüfung

ath Safe
socket Safe
Warnungen: 0 Bewertung: 90
snyk Medium
EU EU-Hosted Inference API

Power your AI Agents with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

So verwenden Sie diesen Skill

1

Install gog by running npx skills add elizaos/eliza --skill gog in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.

2

Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.

3

Der Skill verbessert das Verständnis Ihres Agenten für gog, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.

Was Sie erhalten

Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.

Kompatibilität

Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.

Data sourced from the skills.sh registry and GitHub. Install counts and security audits are updated regularly.

EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.

Kundensupport