What problem does it solve?
This Skill scaffolds production-ready ElizaOS plugins with proper structure, TypeScript configuration, testing, and documentation. It automates the creation of custom actions, providers, evaluators, and services, accelerating ElizaOS extension development.
Core Features & Use Cases
- Full Plugin Structure: Generates a complete directory structure for actions, providers, evaluators, and services.
- TypeScript & Testing Setup: Configures
tsconfig.json, package.json, and sets up vitest for comprehensive testing.
- Component Templates: Provides templates for actions (with Zod validation), providers (for context), and services (for integrations).
- Use Case: To create a new ElizaOS plugin for integrating with a custom CRM API, use this skill to "create a plugin for CRM integration." It will scaffold the entire plugin, including an action for creating a lead, a provider for fetching customer data, and a service for API communication.
Quick Start
Create a new ElizaOS plugin for managing project tasks, including actions for creating and updating tasks.