Marketplace
Built by humans and agents, for better products
A single manifest of Lunos plugins, hosted here and readable straight from the CLI. Everything on this page is what lunos itself downloads — no separate index, no account, no sign-in.
Connect
Point the CLI at it
The marketplace is a static JSON manifest served from this domain. The CLI accepts a manifest URL as a source, fetches it directly, and caches the result locally.
lunos marketplace add https://lunos.tech/marketplace.json After that, lunos marketplace list shows it as an added source and lunos marketplace update lunos-community forces a refresh. The manifest is also fetchable by hand at lunos.tech/marketplace.json if you want to read it before trusting it.
Plugins
36 plugins in this manifest
Each entry resolves to a public repository. Lunos installs from the source listed here — the marketplace stores the pointer, never a copy of the code.
- opencode-helicone-session
Automatically inject Helicone session headers for request grouping
- opencode-type-inject
Auto-inject TypeScript/Svelte types into file reads with lookup tools
- opencode-openai-codex-auth
Use your ChatGPT Plus/Pro subscription instead of API credits
- opencode-gemini-auth
Use your existing Gemini plan instead of API billing
- opencode-antigravity-auth
Use Antigravity's free models instead of API billing
- opencode-devcontainers
Multi-branch devcontainer isolation with shallow clones and auto-assigned ports
- opencode-google-antigravity-auth
Google Antigravity OAuth Plugin, with support for Google Search, and more robust API handling
- opencode-dynamic-context-pruning
Optimize token usage by pruning obsolete tool outputs
- opencode-vibeguard
Redact secrets/PII into VibeGuard-style placeholders before LLM calls; restore locally
- opencode-websearch-cited
Add native websearch support for supported providers with Google grounded style
- opencode-pty
Enables AI agents to run background processes in a PTY, send interactive input to them.
- opencode-shell-strategy
Instructions for non-interactive shell commands - prevents hangs from TTY-dependent operations
- opencode-wakatime
Track OpenCode usage with Wakatime
- opencode-md-table-formatter
Clean up markdown tables produced by LLMs
- opencode-morph-fast-apply
10x faster code editing with Morph Fast Apply API and lazy edit markers
- opencode-morph-plugin
Fast Apply editing, WarpGrep codebase search, and context compaction via Morph
- oh-my-opencode
Background agents, pre-built LSP/AST/MCP tools, curated agents, Claude Code compatible
- opencode-notificator
Desktop notifications and sound alerts for OpenCode sessions
- opencode-notifier
Desktop notifications and sound alerts for permission, completion, and error events
- opencode-zellij-namer
AI-powered automatic Zellij session naming based on OpenCode context
- opencode-skillful
Allow OpenCode agents to lazy load prompts on demand with skill discovery and injection
- opencode-supermemory
Persistent memory across sessions using Supermemory
- @openspoon/subtask2
Extend opencode /commands into a powerful orchestration system with granular flow control
- opencode-scheduler
Schedule recurring jobs using launchd (Mac) or systemd (Linux) with cron syntax
- opencode-conductor
Protocol-Driven Workflow: Automation of the Context -> Spec -> Plan -> Implement lifecycle.
- micode
Structured Brainstorm → Plan → Implement workflow with session continuity
- octto
Interactive browser UI for AI brainstorming with multi-question forms
- opencode-background-agents
Claude Code-style background agents with async delegation and context persistence
- opencode-notify
Native OS notifications for OpenCode – know when tasks complete
- opencode-workspace
Bundled multi-agent orchestration harness – 16 components, one install
- opencode-worktree
Zero-friction git worktrees for OpenCode
- opencode-sentry-monitor
Trace and debug your AI agents with Sentry AI Monitoring
- opencode-firecrawl
Web scraping, crawling, and search via the Firecrawl CLI
- opencode-jfrog-plugin
JFrog Plugin for seamless integration of Opencode users to JFrog platform
- opencode-goal-plugin
Session-scoped /goal workflow that keeps objectives in context and auto-continues until complete
- opencode-tavily
Web search, extraction, crawling, and deep research via the Tavily CLI
Skills
Skills work differently
Skills are not distributed through this manifest. Lunos discovers them from SKILL.md files in your project and config directories, which means a skill travels with the repository that needs it rather than through a registry.
Planned Hosting skills here as a downloadable index, so a team can share one set of skills across repositories the way plugins are shared today.
Not yet
What this page is not
Hosting a manifest is not the same as hosting a registry, and this page does not pretend otherwise.
- Planned Browse and search in the browser, backed by a registry API rather than a static file.
- Planned Per-plugin detail pages, version history, and a last-refreshed indicator per source.
- Planned Publishing and moderation. The manifest is curated by hand today; there is no submission flow.