# プラグインパッケージ

## Eagleプラグインとしてプラグインをエクスポートする <a href="#fqk6i" id="fqk6i"></a>

プラグインプロジェクトをEagle Plugin Centerに公開するには、まずプラグインを `.eagleplugin` 形式でエクスポートする必要があります。

1. プラグインパネルを開く（または `P` キーを押します）

   <figure><img src="/files/FlLkm7WYpaySF9CBb4il" alt=""><figcaption></figcaption></figure>
2. 公開したいプラグインを右クリックします

   <figure><img src="/files/RBcCmlpXWxXMPsuaoMZI" alt=""><figcaption></figcaption></figure>
3. 「プラグインをパッケージ化」を選択します

   <figure><img src="/files/Xf7ngrudB3sXz6i6oicX" alt=""><figcaption></figcaption></figure>
4. 保存先を選択し、エクスポートを完了します

   <figure><img src="/files/W4vfUQEL3f5P9ZTo7HNm" alt=""><figcaption></figcaption></figure>
5. エクスポートしたEagleプラグインファイルを確認します。

   <figure><img src="/files/0VHZtboTh2IsmSy2U02b" alt=""><figcaption></figcaption></figure>

次に、Eagle Pluginの提出ページに移動し、`.eagleplugin` ファイルをアップロードし、必要な情報を入力します。提出後、プラグインは審査されます。承認されると、プラグインはEagle Plugin Centerで利用可能になります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.eagle.cool/plugin-api/ja-jp/distribution/package.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
