Files
dify-docs/ja/develop-plugin/getting-started/getting-started-dify-plugin.mdx
Riskey 66523cf52b docs: 1.14 release follow-up fixes (#766)
* docs: 1.14 fixes for HITL events and Creator Center env vars (#764)

* docs: reorganize chatflow API tags and surface workflow_run_id

* refactor: update internal tooling for dify-graphon repo split

* fix: surface workflow_run_id in HITL stream events

* chore: tighten env-vars skill source-of-truth rule

* docs: document Creator Center env vars

* fix: use language-prefixed paths for non-api-reference links

* fix: drop redundant workflow_run_id from workflow HITL events

* fix: drop format uuid from chatflow HITL workflow_run_id

* docs: small fixes for self-host, workspace, and CJK disclaimers (#765)

* docs: shorten docker-compose section headings

* docs: update Team plan limit and remove Dataset Operator role

* fix: correct Japanese translation errors in workspace docs

* style: align AI translation disclaimers with CJK spacing rules

* style: add missing space between disclaimer link and particle in ja docs

* fix: point zh general-specifications disclaimer to en source

* fix: drop format uuid from chatflow workflow paused event
2026-04-29 21:47:53 +08:00

108 lines
3.8 KiB
Plaintext

---
dimensions:
type:
primary: conceptual
detail: introduction
level: beginner
standard_title: Getting Started with Dify Plugin Development
language: en
title: Dify プラグイン
---
<Note> ⚠️ このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/getting-started/getting-started-dify-plugin) を参照してください。</Note>
Dify プラグインは、AI アプリケーションに追加機能を提供するモジュラーコンポーネントです。外部サービス、カスタム機能、特殊なツールを Dify で構築した AI アプリケーションに統合することができます。
<Frame caption="Marketplace">
![Marketplace](/images/develop-plugin/get-started/marketplace.png)
</Frame>
プラグインを通じて、AI アプリケーションは以下のことが可能になります:
- 外部 API への接続
- 様々なタイプのデータ処理
- 特殊な計算の実行
- 実世界でのアクションの実行
## プラグインの種類
<AccordionGroup cols={3}>
<Accordion
title="モデル"
icon="microchip"
href="/ja/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider"
>
AI モデルをプラグインとしてパッケージ化して管理
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider" className="text-primary">詳細を見る</a>
</Accordion>
<Accordion
title="ツール"
icon="toolbox"
href="/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin"
>
エージェントとワークフロー向けの特殊な機能を構築
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin" className="text-primary">詳細を見る</a>
</Accordion>
<Accordion
title="エージェント戦略"
icon="brain"
href="/ja/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin"
>
自律型エージェント向けのカスタム推論戦略を作成
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin" className="text-primary">詳細を見る</a>
</Accordion>
<Accordion
title="拡張機能"
icon="puzzle-piece"
href="/ja/develop-plugin/dev-guides-and-walkthroughs/endpoint"
>
HTTP Webhook を通じた外部サービスとの統合を実装
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/endpoint" className="text-primary">詳細を見る</a>
</Accordion>
</AccordionGroup>
## その他のリソース
<CardGroup cols={2}>
<Card
title="開発とデバッグ"
icon="code"
href="/ja/develop-plugin/features-and-specs/plugin-types/remote-debug-a-plugin"
>
効率的なプラグイン開発のためのツールとテクニック
</Card>
<Card
title="公開とマーケットプレイス"
icon="shop"
href="/ja/develop-plugin/publishing/marketplace-listing/release-overview"
>
プラグインをパッケージ化して Dify コミュニティと共有
</Card>
<Card
title="API & SDK リファレンス"
icon="book-open"
href="/ja/develop-plugin/features-and-specs/plugin-types/general-specifications"
>
技術仕様とドキュメント
</Card>
<Card
title="コミュニティと貢献"
icon="users"
href="/ja/develop-plugin/publishing/standards/contributor-covenant-code-of-conduct"
>
他の開発者とコミュニケーションを取り、エコシステムに貢献
</Card>
</CardGroup>
{/*
Contributing Section
DO NOT edit this section!
It will be automatically generated by the script.
*/}
---
[このページを編集](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/getting-started/getting-started-dify-plugin.mdx) | [問題を報告](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)