# 打包插件

## 将您的插件导出为 Eagle Plugin <a href="#fqk6i" id="fqk6i"></a>

要将您的插件项目发布到 Eagle 插件中心，需先将插件导出为 `.eagleplugin` 格式。

1. 打开插件面板 (或按下 `P` 鍵)

   <figure><img src="/files/bqfDIWu3D4odnqhOvdFd" alt=""><figcaption></figcaption></figure>
2. 右键点击欲发布的插件

   <figure><img src="/files/wYuuuMNdtIETEXfDec2D" alt=""><figcaption></figcaption></figure>
3. 选择「打包插件」

   <figure><img src="/files/QvOQDZdzzNWVlDdwvvgp" alt=""><figcaption></figcaption></figure>
4. 选择保存路径，完成导出

   <figure><img src="/files/RBQp3GDqFlsyKtqivLTN" alt=""><figcaption></figcaption></figure>
5. 检查你刚刚导出的 Eagle Plugin 文件

   <figure><img src="/files/eCv0AXFzR2EX9M0AOsRZ" alt=""><figcaption></figcaption></figure>

接下来，您需要前往 Eagle 插件提交页面，上传 `.eagleplugin` 文件，并填写必要的信息。提交后，您的插件将经过审核。通过审核后，您的插件即可在 Eagle 插件中心上架。


---

# 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/zh-cn/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.
