Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/self-host/use-dify/build/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Attach up to 10 files per message: images up to 10 MB and other files up to 15 M

## Import a Skill

To bring in a skill built elsewhere as a library skill, click **Import** and choose a `.zip` or `.skill` package that contains a `SKILL.md` file. The package can be up to 50 MB by default; you can change this limit with the [`UPLOAD_SKILL_FILE_SIZE_LIMIT`](/en/self-host/deploy/configuration/environments#upload_skill_file_size_limit) environment variable. Once imported, it arrives as a draft for you to review and publish.
To bring in a skill built elsewhere as a library skill, click **Import** and choose a `.zip` or `.skill` package. The package needs a `SKILL.md` inside and can be up to 50 MB by default, adjustable with [`UPLOAD_SKILL_FILE_SIZE_LIMIT`](/en/self-host/deploy/configuration/environments#upload_skill_file_size_limit). Once imported, it arrives as a draft for you to review and publish.

## Tag a Skill

Expand Down
8 changes: 4 additions & 4 deletions ja/self-host/use-dify/build/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ Skill Builder とチャットすると、スキルの下書きを作成できま

## スキルのインポート

ほかで作成したスキルをスキルライブラリに取り込むには、**Import** をクリックします。`SKILL.md` を含む `.zip` または `.skill` パッケージを選択してください。

パッケージの上限はデフォルトで 50 MB です
[`UPLOAD_SKILL_FILE_SIZE_LIMIT`][upload-skill-file-size-limit] 環境変数で変更できます
ほかで作成したスキルをスキルライブラリに取り込むには、**Import** をクリックします。
`.zip` または `.skill` パッケージを選択してください。
パッケージには `SKILL.md` が必要です
サイズはデフォルトで最大 50 MB で、[`UPLOAD_SKILL_FILE_SIZE_LIMIT`][upload-skill-file-size-limit] で調整できます
インポートすると、確認して公開できるドラフトとして追加されます。

## スキルへのタグ付け
Expand Down
2 changes: 1 addition & 1 deletion zh/self-host/use-dify/build/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Skill 可用于:

## 导入 Skill

要把在其他地方构建的 Skill 加入 Skill 库,点击 **导入**,选择包含 `SKILL.md` 的 `.zip` 或 `.skill` 包。包大小默认不超过 50 MB可通过 [`UPLOAD_SKILL_FILE_SIZE_LIMIT`](/zh/self-host/deploy/configuration/environments#upload_skill_file_size_limit) 环境变量调整。导入后,Skill 会以草稿状态加入 Skill 库,供你检查并发布。
要把在其他地方构建的 Skill 加入 Skill 库,点击 **导入**,选择 `.zip` 或 `.skill` 包。包内需有 `SKILL.md`,大小默认不超过 50 MB可通过 [`UPLOAD_SKILL_FILE_SIZE_LIMIT`](/zh/self-host/deploy/configuration/environments#upload_skill_file_size_limit) 调整。导入后,Skill 会以草稿状态加入 Skill 库,供你检查并发布。

## 为 Skill 添加标签

Expand Down
Loading