Bionicのスキル対応で何ができるようになったか
スキルとは特定の知識や能力、繰り返す作業をショートカットの形にまとめたものです。書式はエージェントスキル(Agent Skills)という業界標準で、実体は SKILL.md というファイル。Bionic はこの標準形式のまま扱うので、書き方を覚え直す必要はありません。
使う・入れる・作るの3つ
今回の対応で増えたのは3つの動作です。
| できること | やり方 |
|---|---|
| 使う | 入力欄で @ を打ってスキル選択パレットから選ぶ |
| 入れる | URLを渡して Bionic に入れさせる、または @Install Skill を呼ぶ |
| 作る | 会話のなかで「いまやったことをスキルにして」と指示する |
すでに手元にあるスキル、たとえば Codex や Claude Code のものもそのまま使えます。新しく作り直すのではなく、持っている資産を持ち込める設計です。
"Bionic now supports using, installing, and creating agent skills."/"Skills are a way to capture specific knowledge, a capability, or a repeatable task in a sort of shortcut—using an industry standard called Agent Skills (SKILL.md files)."/"The Bionic agent can use skills in the standard format: install skills from the web, create skills from a conversation, and use skills you already have in other apps like Codex and Claude."(冒頭)— LM Studio 公式ブログより公式情報を見る →
他アプリのスキルは設定で見せる範囲を管理する
どのスキルを Bionic に見せるかは設定から管理します。経路は Settings から Skills、その中の「Skills from other apps」。個別に無効化したいスキルは ••• メニューから切れます。
手元に SKILL.md がすでにあるなら話はもっと単純です。Settings の Skills へ置くだけで、エージェントから使えます。
"We shipped support for using skills you already have in other apps. Head to Settings > Skills > Skills from other apps and manage which skills you want to be visible to Bionic. You can disable certain skills in the ••• menu."(Use skills from other apps 節)/"Alternatively, if you have a SKILL.md file ready, you can just drop it in Settings > Skills and make it available to your agent to use."(Install Skills 節)— LM Studio 公式ブログより公式情報を見る →
スキルを呼び出す・作る手順
操作そのものは短いです。呼び出しも作成も入力欄で完結します。
スキルは@記法で呼び出す
いちばん簡単な使い方は @ を打つこと。ファイルやスキルの参照パレットが立ち上がるので、そこから選びます。チャットでスキルを参照すると、Bionic はそのスキルファイルを読んでどう動くかを決めます。
モデルによっては、こちらが呼び出さなくても Bionic のほうからスキルを使えることがあります。ただし公式は「モデルによる」と書くにとどめ、どのモデルなら自動で使えるかまでは示していません。
"The simplest way to use a skill is to type the @ character, which brings up the file or skill reference palette. When you reference skills in the chat, Bionic will inspect the skill file and decide how to act."(Use Skills 節)/"Once the skill is created, you will be able to invoke it with the @ syntax. Depending on the model you use, Bionic might be able to automatically use a skill without you even asking."(Create Skills 節)— LM Studio 公式ブログより公式情報を見る →
会話から作らせる・入れさせる2つの型
公式が挙げる型は2つ。終えたばかりの作業をもとに作る型と、新しい何かを Bionic と一緒に練り上げて作る型です。
前者が効く場面ははっきりしています。Bionic と組んで何かを片づけて、そのやり方がうまくいった。その手順を再利用できる形で残したい。そこで「いまやったことをスキルにして」と指示します。Bionic は確認の質問を返してからスキルを作り、できあがれば @ で呼び出せます。
入れるほうも同じ発想です。URLを渡して入れさせるか、@Install Skill を呼ぶ。ファイルを手で置く経路もありますが、公式が勧めるのはエージェントにやらせる方です。
"Bionic can create skills for you—just ask! Consider a couple of patterns: one is creating a skill based on a task you just completed. Another is workshopping and creating a skill together with Bionic for something new."(Create Skills 節)/"Similar to creating skills, the best way to install skills is by asking Bionic to do it for you. Give the agent a URL and ask it to install the skill, or invoke @Install Skill ."(Install Skills 節)— LM Studio 公式ブログより公式情報を見る →
Bionicはローカルとクラウドを切り替えられる
スキルを載せる土台を押さえておくと使い分けが決まります。Bionic は2026年7月16日に登場した公開モデル向けのエージェントアプリです。LM Studio 本体とは別のアプリで、低レベルな設定を詰めたいときは従来の LM Studio を併用します。
ローカル実行はLM Studioランタイム
最新のローカルLLM(手元の端末で動く大規模言語モデル)は Bionic のアプリ内から直接ダウンロードでき、そのままふつうのチャットにもエージェント作業にも使えます。動かしているのは LM Studio のランタイム(モデルを実際に走らせる部分)。重い処理は LM Studio Secure Cloud 経由で大きな公開モデルへ切り替えられます。クラウドに出す場合でもリクエストは一時的に処理されるだけで、完了後には残りません。音声キーボードの文字起こしも端末の中で完結します。声そのものは外へ出ません。
コーディング用途で公式が名前を挙げているのは GLM 5.2 や Kimi K2.7 Code といった公開モデルです。ローカルLLMでどこまでコーディングが実用になるかはローカルLLMのコーディング性能を検証した記事にまとめています。
"Download the latest local LLMs directly within the Bionic app, then use them for simple chats or advanced agentic tasks. Local models in Bionic are powered by the LM Studio runtime."(Natively Local 節)/"When using cloud models, your requests are processed transiently and are not retained after the request completes."(Cloud inference with Zero Data Retention by default 節)/"Bionic works with powerful open models like GLM 5.2 and Kimi K2.7 Code, so you can build more while keeping costs under control."(Bionic for Coding 節)/"Bionic is a new, separate app from LM Studio. For advanced low-level configuration, you can continue to use LM Studio alongside Bionic."(Getting started 節)/"You can use local models or switch to open-source models in the cloud for heavier tasks, all while staying in control of your privacy and AI spend."(冒頭)/"Use Bionic's voice keyboard with local transcription to speak through ideas, prompts, and edits - all entirely locally on your device, using state-of-the-art local audio models."(Offline voice transcription 節)— LM Studio 公式ブログより公式情報を見る →
共有されたスキルは入れる前に中身を読む
スキルは実行される指示の集まりなので、どこから来たファイルなのかが問題になります。Docker はエージェントのスキルストアを共有する構成について、隔離環境(サンドボックス)のひとつで書き換えられたスキルが次にそれを読み込む環境の入力になると注意しています。ただし同社は範囲も限っています。ストアはサンドボックス側の状態であって、書き換えられたスキルがそれ自体で手元のPCで動きだすわけではない。危険はサンドボックス間で伝わるもので、ホストへ直接及ぶものではありません。
配布されている SKILL.md は入れる前に中身を読む。標準形式が広がるほど、この習慣が効いてきます。承認済みの経路が別の意味にすり替わる攻撃は承認したコマンドが任意コード実行になる脆弱性の記事で扱っています。
"Every sandbox sharing that store sits inside one trust boundary, so a skill modified inside one becomes an input to the next that loads it. The store is sandbox state though, and a modified skill does not by itself execute on your host, so the risk runs sandbox to sandbox rather than sandbox to host."(The second is the shared agent skills store 段落)— Docker 公式ブログより公式情報を見る →
公開されているスキルは、ファイルではなくWebページの形で説明が置かれていることがよくあります。ページのHTMLをマークダウンへ変換しておくと、見出しと手順の構造を保ったまま SKILL.md の下書きに使えます。
まとめ
LM Studio Bionic のスキル対応で押さえるところは3つ。形式は業界標準の SKILL.md で、独自書式ではありません。呼び出しは @ 記法、作成と導入はエージェントにやらせるのが基本です。そして Codex や Claude Code の既存スキルは、設定でどれを見せるか管理できます。ローカルモデルを使うかぎりは LM Studio ランタイムで動き、音声の文字起こしも端末の中で完結する。手元の環境を外に出さないまま、他アプリで育てたスキルをそのまま持ち込める。今回の変更でいちばん効くのはここです。



