Open-source plugins, components, apps, and agent configs for AgentOS.
plugins/ Service integrations (Linear, Todoist, Exa, etc.)
components/ Reusable UI building blocks
apps/ Capability renderers (Browser, Tasks, etc.)
agents/ Setup instructions for AI clients (Cursor, Claude, etc.)
Connect AgentOS to external services. Each plugin is YAML config + docs.
plugins/
linear/
readme.md # YAML config + markdown docs
icon.png # Square icon
tests/ # Integration tests
todoist/
exa/
...
| Category | Plugins |
|---|---|
| Tasks | todoist, linear |
| Messages | imessage, whatsapp |
| Databases | postgres, sqlite, mysql |
| Calendar | apple-calendar |
| Contacts | apple-contacts |
| Web | exa, firecrawl, reddit |
| Books | hardcover, goodreads |
Reusable UI pieces that compose atoms (text, image, icon, container).
components/
url-bar/ # Location bar for browser views
search-result/ # Search result card
...
Render capabilities with components. Define how data is displayed.
apps/
browser/ # Renders web_search, web_read
...
Setup instructions for AI clients that use AgentOS via MCP.
agents/
cursor/ # Cursor IDE setup
claude/ # Claude Desktop setup
raycast/ # Raycast setup
...
git clone https://github.com/jcontini/agentos-community
cd agentos-community
npm install # Sets up pre-commit hooksSee CONTRIBUTING.md for plugin development, testing, and contribution terms.
MIT — see LICENSE
By contributing, you grant AgentOS the right to use your contributions in official releases, including commercial offerings. Your code stays open forever. See CONTRIBUTING.md for full terms.