|
| 1 | +--- |
| 2 | +title: Publish to Marketplace |
| 3 | +sidebarTitle: Marketplace |
| 4 | +description: Publish your apps to Dify Marketplace and share them with the world |
| 5 | +icon: store |
| 6 | +--- |
| 7 | + |
| 8 | +Publish your apps as templates to Dify Marketplace, where other Dify users can discover and use them. |
| 9 | + |
| 10 | +## Submit Templates |
| 11 | + |
| 12 | +To publish a template, submit it for review first. Once approved, it will be listed on Marketplace. |
| 13 | + |
| 14 | +<Note> |
| 15 | + Before submission, make sure all plugins used in the app are **installed directly from Marketplace**. |
| 16 | +</Note> |
| 17 | + |
| 18 | +There are two ways to submit: |
| 19 | + |
| 20 | +<Tabs> |
| 21 | + <Tab title="From Dify Studio"> |
| 22 | + In your app, click **Publish** > **Publish to Marketplace**. |
| 23 | + |
| 24 | + This takes you to the [Creator Center](https://creators.dify.ai) where you can fill in the template details and submit for review. |
| 25 | + </Tab> |
| 26 | + |
| 27 | + <Tab title="In the Creator Center"> |
| 28 | + Export your app, then go to the [Creator Center](https://creators.dify.ai) and upload the export file. Fill in the template details and submit for review. |
| 29 | + </Tab> |
| 30 | +</Tabs> |
| 31 | + |
| 32 | +## Template Writing Guidelines |
| 33 | + |
| 34 | +### Language Requirements |
| 35 | + |
| 36 | +Keep the template library consistent and searchable. |
| 37 | + |
| 38 | +**The following fields must be written in English**: |
| 39 | + |
| 40 | +- Template name |
| 41 | +- Overview |
| 42 | +- Setup steps |
| 43 | + |
| 44 | +**Inside the app, you can use any language (e.g. Chinese) for**: |
| 45 | + |
| 46 | +- Node names |
| 47 | +- Prompts / system messages |
| 48 | +- Messages shown to end-users |
| 49 | + |
| 50 | +If your template mainly targets non-English users, you can add a tag in the title. For example, |
| 51 | +`Stock Investment Analysis Copilot [ZH]`. |
| 52 | + |
| 53 | +### Template Name & Icon |
| 54 | + |
| 55 | +From the name alone, users should know where it runs and what it does. |
| 56 | + |
| 57 | +- Use a short English phrase, typically 3-7 words. |
| 58 | +- Recommended pattern: [Channel / target] + [core task], for example: |
| 59 | + - WeChat Customer Support Bot |
| 60 | + - CSV Data Analyzer with Natural Language |
| 61 | + - Internal Docs Q&A Assistant |
| 62 | + - GitHub Issue Triage Agent |
| 63 | +- Include keywords users might search for: channel names (Slack, WeChat, Email, Notion) and task names (Summarizer, Assistant, Generator, Bot). |
| 64 | + |
| 65 | +### Categories |
| 66 | + |
| 67 | +Help users discover your template when browsing or filtering by category. |
| 68 | + |
| 69 | +- Select only **1-3** categories that best describe your template. |
| 70 | +- Do not check every category just for exposure. |
| 71 | + |
| 72 | +### Language |
| 73 | + |
| 74 | +Help users discover your template via language filters. |
| 75 | + |
| 76 | +- Select the language(s) your template is designed for in real usage. |
| 77 | +- This refers to the language of the template's use case, input, or output — **not** the title or overview (which must be in English). |
| 78 | + |
| 79 | +### Overview |
| 80 | + |
| 81 | +In 2-4 English sentences, explain what it does and who it is for. |
| 82 | + |
| 83 | +<Info>You don't need to list prerequisites, inputs, or outputs here.</Info> |
| 84 | + |
| 85 | +**Recommended structure** |
| 86 | + |
| 87 | +1. Sentence 1: **What it does** |
| 88 | + |
| 89 | + A one-sentence summary of the main function. |
| 90 | +2. Sentence 2-3: **Who and when** |
| 91 | + |
| 92 | + Typical user roles or scenarios (support team, marketers, founders, individual knowledge workers, etc.). |
| 93 | + |
| 94 | +<Accordion title="Example: Description for Stock Investment Analysis Copilot"> |
| 95 | + This template creates a stock investment analysis copilot that uses Yahoo Finance tools to fetch news, analytics, and ticker data for any listed company. |
| 96 | + |
| 97 | + It helps investors and analysts quickly generate structured research summaries, compare companies, and prepare reports without manually switching between multiple finance websites. |
| 98 | +</Accordion> |
| 99 | + |
| 100 | +### Setup Steps |
| 101 | + |
| 102 | +Write Setup steps as a numbered Markdown list (1., 2., 3.), with one short sentence per step, starting with a verb. |
| 103 | + |
| 104 | +A new user should be able to get the template running in a few minutes just by following these steps. |
| 105 | + |
| 106 | +**Writing principles** |
| 107 | + |
| 108 | +1. Follow the real setup order, usually: |
| 109 | + 1. Use/import the template |
| 110 | + 2. Connect accounts / add API keys |
| 111 | + 3. Connect data sources (docs, databases, sheets, etc.) |
| 112 | + 4. Optional customization (assistant name, tone, filters) |
| 113 | + 5. Activate the workflow and run a test |
| 114 | + |
| 115 | +2. Each step should answer: |
| 116 | + - Where to click in the UI |
| 117 | + - What to configure or fill in |
| 118 | + |
| 119 | +3. Aim for 3-8 steps. Too few feels incomplete; too many feels overwhelming. |
| 120 | + |
| 121 | +<Accordion title="Example: Setup Steps for Stock Investment Analysis Copilot (Yahoo Finance tools) "> |
| 122 | + 1. Click **Use template** to copy the “Investment Analysis Copilot (Yahoo Finance)” agent into your workspace. |
| 123 | + |
| 124 | + 2. Go to **Settings → Model provider** and add your LLM API key. For example, OpenAI, Anthropic, or another supported provider. |
| 125 | + |
| 126 | + 3. Open the agent's **Orchestrate** page and make sure the Yahoo Finance tools are enabled in the **Tools** section: |
| 127 | + - `yahoo Analytics` |
| 128 | + - `yahoo News` |
| 129 | + - `yahoo Ticker` |
| 130 | + |
| 131 | + 4. (Optional) Customize the analysis style: |
| 132 | + - In the **INSTRUCTIONS** area, adjust the system prompt to match your target users. For example, tone, report length, preferred language, or risk preference. |
| 133 | + - Update the suggested questions in the **Debug & Preview** panel if you want different example queries. |
| 134 | + |
| 135 | + 5. Click **Publish** to make the agent available, then use the preview panel to test it: |
| 136 | + - Enter a company name or ticker (e.g., `Nvidia`, `AAPL`, `TSLA`). |
| 137 | + - Confirm that the copilot calls the Yahoo Finance tools and returns a structured investment analysis report. |
| 138 | +</Accordion> |
| 139 | + |
| 140 | +### Quick Checklist Before You Submit |
| 141 | + |
| 142 | +- The name is a short English phrase that clearly shows where it runs and what it does. |
| 143 | +- The overview uses 2-4 English sentences to explain the value and typical use cases. |
| 144 | +- Only 1-3 relevant categories are selected. |
| 145 | +- Setup steps are a clear numbered list. |
| 146 | +- Internal workflow texts and prompts are written in appropriate languages for your target users. |
0 commit comments