elizaos

Develop, debug, and operate ElizaOS agents within the LTCG monorepo.

3|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/LunchTable-TCG/LTCG --skill elizaos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elizaos
Source: https://github.com/LunchTable-TCG/LTCG/tree/main/skills/elizaos
Command: npx skills add https://github.com/LunchTable-TCG/LTCG --skill elizaos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development, debugging, and operational tasks for ElizaOS agents within the LTCG monorepo, ensuring efficient agent creation and maintenance.

Core Features & Use Cases

  • End-to-End Development: Covers agent files, plugin architecture, runtime settings, and Convex-backed APIs.
  • Debugging & Operations: Facilitates runtime validation, testing, and operational hardening.
  • Use Case: A developer needs to add a new action to an existing ElizaOS agent. They use this Skill to locate the relevant plugin files, implement the action, wire it into the plugin system, and test its integration with the agent's API.

Quick Start

Use the elizaos skill to develop a new action for the LTCG ElizaOS plugin.

Frequently Asked Questions about elizaos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new action to an ElizaOS agent plugin?

To add a new action to an ElizaOS agent plugin, locate the relevant plugin files within the monorepo, implement the action, wire it into the plugin architecture, and test its integration with the Convex-backed API.

What is ElizaOS plugin architecture and how do its components work?

ElizaOS plugin architecture organizes agent functionality into actions, providers, evaluators, services, and routes. These components define behaviors, supply context, assess responses, manage background tasks, and expose API endpoints.

Can I use Convex-backed APIs for ElizaOS agent runtime settings?

Yes, you can use Convex-backed APIs to manage ElizaOS agent runtime settings. The skill facilitates configuring these runtime parameters alongside agent files and plugin architecture within the monorepo environment.

What's the best way to debug ElizaOS agents in a monorepo?

The best way to debug ElizaOS agents in a monorepo is to use runtime validation and testing procedures. This ensures efficient agent creation and operational hardening by verifying plugin integration and API responses.

Does ElizaOS agent development require official documentation integration?

ElizaOS agent development integrates repository-specific implementations with official ElizaOS documentation and DeepWiki resources. This provides comprehensive guidance for end-to-end development, debugging, and operations.

Why does my ElizaOS agent plugin action fail during runtime validation?

An ElizaOS agent plugin action may fail during runtime validation if it is improperly wired into the plugin architecture or if the integration with the Convex-backed agent API is misconfigured. Testing verifies both plugin and API layers.