A comprehensive Claude Code skill that provides expert-level knowledge of the ElizaOS framework for building autonomous AI agents.
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
claude skill install --from https://github.com/ItachiDevv/elizaos-skillCopy 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/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)
| 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 |
Content was extracted from:
- docs.elizaos.ai (official documentation)
- github.com/elizaOS/eliza source code (develop + v2.0.0 branches)
- npm
@elizaos/corepackage analysis
Last verified: February 2026. Stable: v1.7.2. Alpha: v2.0.0-alpha.10.
PRs welcome. When updating content:
- Verify against the official ElizaOS docs and source code
- Keep SKILL.md as a concise overview; put details in
references/ - Reference files are loaded on-demand by Claude -- keep them focused
MIT