What problem does it solve?
This skill provides a comprehensive guide for creating, configuring, and publishing elizaOS plugins. It covers building plugins with actions, services, providers, evaluators, integrating with AgentRuntime for memory, models, and events, and publishing plugins to npm and the elizaOS registry. It also includes patterns for testing, component organization, and deployment.
Core Features & Use Cases
- Plugin scaffolding: Define actions, services, providers, evaluators, adapters, and routes.
- Runtime integration: Connect with AgentRuntime memories, models, events, and memory management.
- Testing & deployment: Write unit and e2e tests and publish to npm/npm registry.
- Use Case: A developer creates a plugin to add a new external service integration and publishes it for reuse.
Quick Start
Create a new elizaOS plugin with common components (actions, services, providers, evaluators), wire it to AgentRuntime, and publish to npm.