AI コーディングを強化する 7 つの OpenCode プラグイン
KDnuggets は、OpenCode AI コーディングエージェントの機能を拡張する 7 つの主要プラグインを紹介し、特にメモリ保持や認証機能など実用性を高めるツール群を解説している。
キーポイント
オールインワン拡張ツール「Oh My Openagent」
背景エージェント、LSP、AST、MCP ツールなどを統合し、Claude Code との互換性も持つ、最も包括的なプラグインとして紹介されています。
認証とモデルアクセスの拡大「Opencode Antigravity Auth」
OAuth を介して Google 認証を可能にし、Gemini 3.1 Pro や Claude Opus 4.6 Thinking などの高度なモデルを OpenCode 内で直接利用できるようにします。
セッションを超えた記憶機能「Opencode Supermemory」
ステートレスなアシスタントから脱却し、ユーザーとの対話やプロジェクト間の情報を永続的に保持・参照できる機能を提供します。
セッション間・プロジェクト間の永続的記憶
Opencode Supermemory は、ユーザーとの共有情報をセッションやプロジェクトを超えて保持し、AI を状態非対称なアシスタントから継続的な協力者へと進化させます。
バックグラウンドプロセスと対話型ターミナル
Opencode Pty は、背景で動作するプロセスの起動や入力の送信、出力の読み取りを可能にし、単発のシェルコマンドを超えた高度な開発ワークフローを実現します。
引用付きウェブ検索機能
Opencode Websearch Cited は、研究作業に不可欠なインライン引用とソースリストの生成をサポートし、設定に応じて Google や OpenRouter などの検索エンジンを利用できます。
Opencode Agent Skills の機能
プロジェクトフォルダやユーザーディレクトリからエージェントスキルを検索・読み込み可能にし、再利用性と Claude 互換のワークフローを強化します。
影響分析・編集コメントを表示
影響分析
この記事は、OpenCode という特定の AI コーディングエージェントのポテンシャルを最大限に引き出すための具体的な手段(プラグイン)を提供しており、開発者が単なるコード生成だけでなく、複雑な自動化や継続的なプロジェクト管理を行う際の指針となります。特にメモリ機能や認証拡張の実装は、AI ツールが「一時的なチャット」から「本格的な開発パートナー」へと進化するための重要なステップを示しています。
編集コメント
OpenCode の独自機能を活かすための具体的な拡張ツールが多数登場しており、開発環境の構築において「何を選ぶか」が重要度を増しています。特にメモリ機能は、複雑なプロジェクトでの AI 活用における最大の課題の一つを解決する有望なアプローチです。

# イントロダクション
OpenCode プラグインは、OpenCode AI コーディングエージェントの機能を拡張するアドオンです。これらは、永続的なメモリ、ターミナルアクセス、引用付きウェブ検索、再利用可能なスキル、分析機能など、追加のツール、統合、ワークフロー強化を提供します。これらのプラグインにより、開発者はより高度なコーディング、研究、自動化ワークフローのために OpenCode をカスタマイズできます。
この記事では、有用性、機能、コミュニティにおける採用拡大において際立つ 7 つの OpenCode プラグインをレビューします。これら together で、プラグインがどのようにして OpenCode エージェントをより強力かつ柔軟で、日常利用に適したものにできるかを示しています。
# 1. Oh My Openagent
OpenCodeエコシステムにおいて最も注目すべきプラグインとして広く認識されている「oh-my-openagent」は、その広範な機能性で際立っています。 背景エージェント、事前構築された言語サーバープロトコル(LSP)、抽象構文木(AST)、モデルコンテキストプロトコル(MCP)ツール、キュレーション済みのエージェントパック、Claude Codeとの互換性を追加し、高度な OpenCode ワークフロー向けの最も包括的なアップグレードの一つとなっています。
最適な用途: オールインワンのパワーパック
GitHub: https://github.com/ohmyopencode/oh-my-opencode
# 2. Opencode Antigravity Auth
**
認証のために構築されたこのプラグインは、OpenCode が OAuth を通じて Antigravity と接続できるようにします。これにより、ユーザーは Google の資格情報でサインインし、Gemini 3.1 Pro や Claude Opus 4.6 Thinking などのモデルに直接 OpenCode 内でアクセスできるようになります。
Best for:** OpenCode における Antigravity および Google ベースのモデルへのアクセスを有効化すること
GitHub: https://github.com/NoeFabris/opencode-antigravity-auth
# 3. Opencode Supermemory
**
永続性を軸に設計された opencode-supermemory は、エージェントがセッション間やプロジェクト間でユーザーが共有した情報を保持する能力を与えます。これは、OpenCode を状態非依存のアシスタントとしてではなく、継続的な共同作業者として振る舞わせたい誰にとっても、最も実用的な追加機能の一つです。
Best for:** セッションおよびプロジェクトにわたる永続的なメモリ機能
GitHub: https://github.com/supermemoryai/opencode-supermemory
# 4. Opencode Pty
**
開発者のワークフローに焦点を当てたこのプラグインは、OpenCode にインタラクティブな擬似端末 (PTY: pseudoterminal) サポートをもたらします。これにより、エージェントはバックグラウンドプロセスを開始し、続行入力を送信し、後で戻って出力を読み取ることが可能になります。これは、単発のシェルコマンドに頼るだけよりもはるかに能力が高いことを意味します。
Best for:** 長時間実行されるバックグラウンドプロセスおよびインタラクティブなターミナルセッション
GitHub: https://github.com/shekohex/opencode-pty
# 5. Opencode Websearch Cited
**
研究を重視する作業において、このプラグインは OpenCode 内に引用機能付きのウェブ検索ツールを追加します。リポジトリによると、設定に応じて Google、OpenAI、または OpenRouter をバックエンドとする検索構成をサポートしながら、インライン引用とソースリストを生成できます。
最適な用途: 引用付きの研究ワークフロー
GitHub: https://github.com/ghoulr/opencode-websearch-cited
# 6. Opencode Wakatime
**
可視化と計測を目的とした opencode-wakatime は、AI 支援コーディングの活動内容、所要時間、ファイル変更を追跡します。これは WakaTime** の馴染み深いダッシュボードワークフローに接続し、チームや個人が OpenCode がどのように利用されているかをより明確に把握できるようにします。
最適な用途: AI 支援コーディング活動の追跡
GitHub: https://github.com/angristan/opencode-wakatime
# 7. Opencode Agent Skills
**
再利用性を中核に据えたこのプラグインは、プロジェクトフォルダ、ユーザーディレクトリ、Claude 互換の場所からエージェントスキルを検索して読み込むサポートを追加します。これは、ポータブルなスキルライブラリを持ち、OpenCode 内でよりスムーズな Claude スタイルのスキルワークフローを実現したいチームにとって特に有用です。
最適な用途: 再利用可能なスキルの読み込みと Claude 互換のスキルワークフロー
GitHub: https://github.com/joshuadavidthomas/opencode-agent-skills
# まとめ
OpenCode プラグインは、このプラットフォームを単なるコーディングエージェント以上のものにする要素です。私が最も興味深く思うのは、これらがどれほど迅速に OpenCode を、よりパーソナライズされ、より能力が高く、実際の開発者ワークフローに最適化されたものに拡張できるかという点です。
目標がより優れたメモリ機能、強力なリサーチ機能、Gemini モデルへの無料アクセス、より豊かなターミナル制御、あるいは再利用可能なスキル獲得のいずれであっても、これらのプラグインはエコシステムがいかに柔軟になりつつあるかを示しています。これから始められる方々には、まず日々の業務で最も大きな痛み(ペインポイント)を解決するプラグインから始めることをお勧めします。その後、ワークフローが高度化するにつれて、そこから発展させていけばよいでしょう。
Abid Ali Awan** (@1abidaliawan) は機械学習モデルの構築を愛する認定データサイエンティストです。現在、機械学習およびデータサイエンス技術に関するコンテンツ作成や技術ブログの執筆に注力しています。Abid はテクノロジーマネジメントの修士号と電気通信工学の学士号を取得しており、そのビジョンは、精神疾患に苦しむ学生のためにグラフニューラルネットワーク(Graph Neural Network)を用いた AI 製品を構築することです。
原文を表示

# Introduction
**
OpenCode** plugins are add-ons that extend the capabilities of the OpenCode AI coding agent. They provide extra tools, integrations, and workflow enhancements such as persistent memory, terminal access, cited web search, reusable skills, and analytics. These plugins help developers customize OpenCode for more advanced coding, research, and automation workflows.
In this article, we review seven OpenCode plugins that stand out for their usefulness, features, and growing adoption in the community. Together, they show how plugins can make the OpenCode agent more powerful, flexible, and practical for everyday use.
# 1. Oh My Openagent
**
Widely regarded as the most prominent plugin in the OpenCode ecosystem, oh-my-openagent stands out for its breadth. It adds background agents, pre-built language server protocol (LSP), abstract syntax tree (AST), and Model Context Protocol (MCP) tools, curated agent packs, and Claude Code compatibility, making it one of the most complete upgrades available for advanced OpenCode workflows.
Best for:** An all-in-one power pack
GitHub: https://github.com/ohmyopencode/oh-my-opencode
# 2. Opencode Antigravity Auth
**
Built for authentication, this plugin enables OpenCode to connect with Antigravity through OAuth. That allows users to sign in with Google credentials and unlock access to models such as Gemini 3.1 Pro and Claude Opus 4.6 Thinking directly inside OpenCode.
Best for:** Enabling Antigravity and Google-backed model access in OpenCode
GitHub: https://github.com/NoeFabris/opencode-antigravity-auth
# 3. Opencode Supermemory
**
Designed around persistence, opencode-supermemory gives the agent the ability to retain what users share across sessions and even across projects. It is one of the most practical additions for anyone who wants OpenCode to behave less like a stateless assistant and more like a continuing collaborator.
Best for:** Persistent memory across sessions and projects
GitHub: https://github.com/supermemoryai/opencode-supermemory
# 4. Opencode Pty
**
Focused on developer workflow, this plugin brings interactive pseudoterminal (PTY) support to OpenCode. It allows the agent to launch background processes, send follow-up input, and return later to read output, which makes it far more capable than relying only on one-off shell commands.
Best for:** Long-running background processes and interactive terminal sessions
GitHub: https://github.com/shekohex/opencode-pty
# 5. Opencode Websearch Cited
**
For research-heavy work, this plugin adds a web search tool with citation support inside OpenCode. According to the repository, it can generate inline citations and source lists, while supporting Google, OpenAI, or OpenRouter-backed search configurations depending on setup.
Best for:** Research workflows with citations
GitHub: https://github.com/ghoulr/opencode-websearch-cited
# 6. Opencode Wakatime
**
Aimed at visibility and measurement, opencode-wakatime tracks AI-assisted coding activity, time spent, and file changes. It plugs into WakaTime**'s familiar dashboard workflow, giving teams and individuals a clearer view of how OpenCode is being used.
Best for: Tracking AI-assisted coding activity
GitHub: https://github.com/angristan/opencode-wakatime
# 7. Opencode Agent Skills
**
Centered on reusability, this plugin adds support for discovering and loading agent skills from project folders, user directories, and Claude-compatible locations. It is especially useful for teams that want portable skill libraries and smoother Claude-style skill workflows within OpenCode.
Best for:** Reusable skill loading and Claude-compatible skill workflows
GitHub: https://github.com/joshuadavidthomas/opencode-agent-skills
# Final Thoughts
**
OpenCode plugins are what make the platform much more than just a coding agent. What I find most interesting is how quickly they can expand OpenCode into something that feels more personal, more capable, and much better suited to real developer workflows.
Whether the goal is better memory, stronger research, getting free access to Gemini models, richer terminal control, or reusable skills, these plugins show how flexible the ecosystem is becoming. For anyone getting started, I think the best approach is to begin with the plugins that solve the biggest day-to-day pain points first, then build from there as your workflow becomes more advanced.
Abid Ali Awan** (@1abidaliawan) is a certified data scientist professional who loves building machine learning models. Currently, he is focusing on content creation and writing technical blogs on machine learning and data science technologies. Abid holds a Master's degree in technology management and a bachelor's degree in telecommunication engineering. His vision is to build an AI product using a graph neural network for students struggling with mental illness.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み