Skip to content

ItachiDevv/elizaos-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElizaOS Skill for Claude Code

A comprehensive Claude Code skill that provides expert-level knowledge of the ElizaOS framework for building autonomous AI agents.

What This Skill Does

When installed, Claude Code gains deep knowledge of ElizaOS including:

  • Architecture -- runtime, plugins, memory, events, database (Drizzle ORM + PGLite/PostgreSQL)
  • Plugin Development -- actions, providers, evaluators, services, routes, schemas, events
  • Platform Integrations -- Discord, Telegram, Twitter, Farcaster, Solana, EVM, MCP
  • LLM Providers -- OpenAI, Anthropic, Ollama, OpenRouter, Google GenAI
  • Application Patterns -- embedded runtime, REST API, dynamic context injection, dual AI fallback
  • v2.0.0 Alpha -- Python/Rust SDKs, protobuf schemas, capability tiers, autonomy system
  • Deployment -- Eliza Cloud, Docker, TEE (Phala)
  • CLI -- project scaffolding, dev mode, plugin management, testing

Installation

From GitHub (recommended)

claude skill install --from https://github.com/ItachiDevv/elizaos-skill

Manual

Copy SKILL.md and the references/ folder to ~/.claude/skills/elizaos/:

mkdir -p ~/.claude/skills/elizaos/references
cp SKILL.md ~/.claude/skills/elizaos/
cp references/*.md ~/.claude/skills/elizaos/references/

Skill Structure

elizaos-skill/
  SKILL.md                              # Main skill (loaded into context)
  references/
    api-reference.md                    # REST API + WebSocket endpoints
    ecosystem.md                        # 57 GitHub repos, starters, tools
    integration-patterns.md             # Embedded/external, lifecycle, fallback
    platform-integrations.md            # All platform + provider configs
    plugin-development.md               # Full plugin authoring guide
    v2-architecture.md                  # v2.0.0 types, runtime, breaking changes
  sources/                              # Raw documentation extractions (reference only)

Coverage

Topic Detail Level
Core Architecture Full runtime, pipeline, memory, events
Plugin System Complete interfaces, patterns, Drizzle schemas
v1.x Stable (develop) Production-ready, @elizaos/core v1.7.2
v2.0.0 Alpha Full type system, breaking changes, SDKs
Platforms (6) Discord, Telegram, Twitter, Farcaster, Solana, EVM
LLM Providers (5) OpenAI, Anthropic, Ollama, OpenRouter, Google
REST API All endpoints, WebSocket, Socket.IO
Database PGLite, PostgreSQL, Drizzle ORM, plugin schemas
Deployment Eliza Cloud, Docker, TEE
Integration Patterns Embedded, REST, context injection, lifecycle
Ecosystem 57 repos, starters, Python toolkit

Accuracy

Content was extracted from:

Last verified: February 2026. Stable: v1.7.2. Alpha: v2.0.0-alpha.10.

Contributing

PRs welcome. When updating content:

  1. Verify against the official ElizaOS docs and source code
  2. Keep SKILL.md as a concise overview; put details in references/
  3. Reference files are loaded on-demand by Claude -- keep them focused

License

MIT

About

Expert-level ElizaOS skill for Claude Code - covers the entire ElizaOS AI agent framework ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors