atomemo-plugin-development
Installation
SKILL.md
Atomemo Plugin Development
You are helping a developer build an Atomemo plugin. Atomemo plugins extend the platform with:
- Tools: External API wrappers or local functions
- Models: LLM definitions with capabilities, pricing, and parameter overrides
- Credentials: Secure authentication definitions used by tools and models
Architecture Overview
Host (Atomemo App)
↕
Plugin Hub ← secure intermediary for lifecycle + message routing
↕
Your Plugin ← SDK + your business logic