{
  "name": "lunos-community",
  "owner": {
    "name": "Lunos",
    "url": "https://github.com/pminev1/Lunos"
  },
  "description": "Community plugins for Lunos, seeded from the ecosystem docs (packages/web/src/content/docs/ecosystem.mdx).",
  "version": "1.0.0",
  "plugins": [
    {
      "name": "opencode-helicone-session",
      "source": { "type": "github", "repo": "H2Shami/opencode-helicone-session" },
      "description": "Automatically inject Helicone session headers for request grouping"
    },
    {
      "name": "opencode-type-inject",
      "source": { "type": "github", "repo": "nick-vi/opencode-type-inject" },
      "description": "Auto-inject TypeScript/Svelte types into file reads with lookup tools"
    },
    {
      "name": "opencode-openai-codex-auth",
      "source": { "type": "github", "repo": "numman-ali/opencode-openai-codex-auth" },
      "description": "Use your ChatGPT Plus/Pro subscription instead of API credits"
    },
    {
      "name": "opencode-gemini-auth",
      "source": { "type": "github", "repo": "jenslys/opencode-gemini-auth" },
      "description": "Use your existing Gemini plan instead of API billing"
    },
    {
      "name": "opencode-antigravity-auth",
      "source": { "type": "github", "repo": "NoeFabris/opencode-antigravity-auth" },
      "description": "Use Antigravity's free models instead of API billing"
    },
    {
      "name": "opencode-devcontainers",
      "source": { "type": "github", "repo": "athal7/opencode-devcontainers" },
      "description": "Multi-branch devcontainer isolation with shallow clones and auto-assigned ports"
    },
    {
      "name": "opencode-google-antigravity-auth",
      "source": { "type": "github", "repo": "shekohex/opencode-google-antigravity-auth" },
      "description": "Google Antigravity OAuth Plugin, with support for Google Search, and more robust API handling"
    },
    {
      "name": "opencode-dynamic-context-pruning",
      "source": { "type": "github", "repo": "Tarquinen/opencode-dynamic-context-pruning" },
      "description": "Optimize token usage by pruning obsolete tool outputs"
    },
    {
      "name": "opencode-vibeguard",
      "source": { "type": "github", "repo": "inkdust2021/opencode-vibeguard" },
      "description": "Redact secrets/PII into VibeGuard-style placeholders before LLM calls; restore locally"
    },
    {
      "name": "opencode-websearch-cited",
      "source": { "type": "github", "repo": "ghoulr/opencode-websearch-cited" },
      "description": "Add native websearch support for supported providers with Google grounded style"
    },
    {
      "name": "opencode-pty",
      "source": { "type": "github", "repo": "shekohex/opencode-pty" },
      "description": "Enables AI agents to run background processes in a PTY, send interactive input to them."
    },
    {
      "name": "opencode-shell-strategy",
      "source": { "type": "github", "repo": "JRedeker/opencode-shell-strategy" },
      "description": "Instructions for non-interactive shell commands - prevents hangs from TTY-dependent operations"
    },
    {
      "name": "opencode-wakatime",
      "source": { "type": "github", "repo": "angristan/opencode-wakatime" },
      "description": "Track OpenCode usage with Wakatime"
    },
    {
      "name": "opencode-md-table-formatter",
      "source": { "type": "github", "repo": "franlol/opencode-md-table-formatter", "ref": "main" },
      "description": "Clean up markdown tables produced by LLMs"
    },
    {
      "name": "opencode-morph-fast-apply",
      "source": { "type": "github", "repo": "JRedeker/opencode-morph-fast-apply" },
      "description": "10x faster code editing with Morph Fast Apply API and lazy edit markers"
    },
    {
      "name": "opencode-morph-plugin",
      "source": { "type": "github", "repo": "morphllm/opencode-morph-plugin" },
      "description": "Fast Apply editing, WarpGrep codebase search, and context compaction via Morph"
    },
    {
      "name": "oh-my-opencode",
      "source": { "type": "github", "repo": "code-yeongyu/oh-my-opencode" },
      "description": "Background agents, pre-built LSP/AST/MCP tools, curated agents, Claude Code compatible"
    },
    {
      "name": "opencode-notificator",
      "source": { "type": "github", "repo": "panta82/opencode-notificator" },
      "description": "Desktop notifications and sound alerts for OpenCode sessions"
    },
    {
      "name": "opencode-notifier",
      "source": { "type": "github", "repo": "mohak34/opencode-notifier" },
      "description": "Desktop notifications and sound alerts for permission, completion, and error events"
    },
    {
      "name": "opencode-zellij-namer",
      "source": { "type": "github", "repo": "24601/opencode-zellij-namer" },
      "description": "AI-powered automatic Zellij session naming based on OpenCode context"
    },
    {
      "name": "opencode-skillful",
      "source": { "type": "github", "repo": "zenobi-us/opencode-skillful" },
      "description": "Allow OpenCode agents to lazy load prompts on demand with skill discovery and injection"
    },
    {
      "name": "opencode-supermemory",
      "source": { "type": "github", "repo": "supermemoryai/opencode-supermemory" },
      "description": "Persistent memory across sessions using Supermemory"
    },
    {
      "name": "@openspoon/subtask2",
      "source": { "type": "github", "repo": "spoons-and-mirrors/subtask2" },
      "description": "Extend opencode /commands into a powerful orchestration system with granular flow control"
    },
    {
      "name": "opencode-scheduler",
      "source": { "type": "github", "repo": "different-ai/opencode-scheduler" },
      "description": "Schedule recurring jobs using launchd (Mac) or systemd (Linux) with cron syntax"
    },
    {
      "name": "opencode-conductor",
      "source": { "type": "github", "repo": "derekbar90/opencode-conductor" },
      "description": "Protocol-Driven Workflow: Automation of the Context -> Spec -> Plan -> Implement lifecycle."
    },
    {
      "name": "micode",
      "source": { "type": "github", "repo": "vtemian/micode" },
      "description": "Structured Brainstorm → Plan → Implement workflow with session continuity"
    },
    {
      "name": "octto",
      "source": { "type": "github", "repo": "vtemian/octto" },
      "description": "Interactive browser UI for AI brainstorming with multi-question forms"
    },
    {
      "name": "opencode-background-agents",
      "source": { "type": "github", "repo": "kdcokenny/opencode-background-agents" },
      "description": "Claude Code-style background agents with async delegation and context persistence"
    },
    {
      "name": "opencode-notify",
      "source": { "type": "github", "repo": "kdcokenny/opencode-notify" },
      "description": "Native OS notifications for OpenCode – know when tasks complete"
    },
    {
      "name": "opencode-workspace",
      "source": { "type": "github", "repo": "kdcokenny/opencode-workspace" },
      "description": "Bundled multi-agent orchestration harness – 16 components, one install"
    },
    {
      "name": "opencode-worktree",
      "source": { "type": "github", "repo": "kdcokenny/opencode-worktree" },
      "description": "Zero-friction git worktrees for OpenCode"
    },
    {
      "name": "opencode-sentry-monitor",
      "source": { "type": "github", "repo": "stolinski/opencode-sentry-monitor" },
      "description": "Trace and debug your AI agents with Sentry AI Monitoring"
    },
    {
      "name": "opencode-firecrawl",
      "source": { "type": "github", "repo": "firecrawl/opencode-firecrawl" },
      "description": "Web scraping, crawling, and search via the Firecrawl CLI"
    },
    {
      "name": "opencode-jfrog-plugin",
      "source": { "type": "github", "repo": "jfrog/opencode-jfrog-plugin" },
      "description": "JFrog Plugin for seamless integration of Opencode users to JFrog platform"
    },
    {
      "name": "opencode-goal-plugin",
      "source": { "type": "github", "repo": "willytop8/OpenCode-goal-plugin" },
      "description": "Session-scoped /goal workflow that keeps objectives in context and auto-continues until complete"
    },
    {
      "name": "opencode-tavily",
      "source": { "type": "github", "repo": "tavily-ai/opencode-tavily" },
      "description": "Web search, extraction, crawling, and deep research via the Tavily CLI"
    }
  ]
}
