Files
dify-docs/ja/develop-plugin/getting-started/getting-started-dify-plugin.mdx
T
RiskeyL 572b474d69 style: convert translation disclaimers to blockquote format
Convert the AI-translation disclaimer at the top of every zh and ja page from a Note callout to a lightweight blockquote, dropping the warning emoji while keeping each page's link to its English source.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 14:24:16 +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 プラグイン
---
> このドキュメントは AI によって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/develop-plugin/getting-started/getting-started-dify-plugin) を参照してください。
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)