diff --git a/DSL/SEO Slug Generator.yml b/DSL/SEO Slug Generator.yml new file mode 100644 index 0000000..4c5321f --- /dev/null +++ b/DSL/SEO Slug Generator.yml @@ -0,0 +1,155 @@ +app: + description: This GPT will convert input titles or content into SEO-friendly English + URL slugs. The slugs will clearly convey the original meaning while being concise + and not exceeding 60 characters. If the input content is too long, the GPT will + first condense it into an English phrase within 60 characters before generating + the slug. If the title is too short, the GPT will prompt the user to input a longer + title. Special characters in the input will be directly removed. + icon: "\U0001F916" + icon_background: '#FFEAD5' + mode: workflow + name: SEO Slug Generator +kind: app +version: 0.1.0 +workflow: + features: + file_upload: + image: + enabled: false + number_limits: 3 + transfer_methods: + - local_file + - remote_url + opening_statement: '' + retriever_resource: + enabled: true + sensitive_word_avoidance: + enabled: false + speech_to_text: + enabled: false + suggested_questions: [] + suggested_questions_after_answer: + enabled: false + text_to_speech: + enabled: false + language: '' + voice: '' + graph: + edges: + - data: + isInIteration: false + sourceType: start + targetType: llm + id: 1721110595591-source-1721110597868-target + source: '1721110595591' + sourceHandle: source + target: '1721110597868' + targetHandle: target + type: custom + zIndex: 0 + - data: + isInIteration: false + sourceType: llm + targetType: end + id: 1721110597868-source-1721110634700-target + source: '1721110597868' + sourceHandle: source + target: '1721110634700' + targetHandle: target + type: custom + zIndex: 0 + nodes: + - data: + desc: '' + selected: false + title: Start + type: start + variables: + - label: title + max_length: 200 + options: [] + required: true + type: paragraph + variable: title + height: 90 + id: '1721110595591' + position: + x: 80 + y: 282 + positionAbsolute: + x: 80 + y: 282 + selected: false + sourcePosition: right + targetPosition: left + type: custom + width: 244 + - data: + context: + enabled: false + variable_selector: [] + desc: '' + model: + completion_params: + temperature: 1 + mode: chat + name: deepseek-chat + provider: deepseek + prompt_template: + - id: 05b774ea-be9e-4220-adf5-6578df3fee19 + role: system + text: This GPT will convert input titles or content into SEO-friendly English + URL slugs. The slugs will clearly convey the original meaning while being + concise and not exceeding 60 characters. If the input content is too long, + the GPT will first condense it into an English phrase within 60 characters + before generating the slug. If the title is too short, the GPT will prompt + the user to input a longer title. Special characters in the input will + be directly removed. + - id: 553e6337-9310-4400-8c2a-29fe6fec7c50 + role: user + text: '{{#1721110595591.title#}}' + selected: false + title: LLM + type: llm + variables: [] + vision: + enabled: false + height: 98 + id: '1721110597868' + position: + x: 384 + y: 282 + positionAbsolute: + x: 384 + y: 282 + selected: true + sourcePosition: right + targetPosition: left + type: custom + width: 244 + - data: + desc: '' + outputs: + - value_selector: + - '1721110597868' + - text + variable: output + selected: false + title: End + type: end + height: 90 + id: '1721110634700' + position: + x: 688 + y: 282 + positionAbsolute: + x: 688 + y: 282 + sourcePosition: right + targetPosition: left + type: custom + width: 244 + viewport: + x: 0 + y: 0 + zoom: 1 diff --git a/README.md b/README.md index 1d7c132..16139ff 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ - `中译英.yml` 通过宝玉的 Prompt,直译->反思->意译,将中文翻译成高质量的英文。 - `DuckDuckGo翻译+LLM二次翻译.yml` 与三步翻译类似,但是把第一步的直译变成传统翻译引擎翻译,节省 Token,提高翻译效率,同时提高翻译质量。 +## 工具 +- `SEO Slug Generator.yml` 给自己的博文生成 url slug,参考来源于宝玉的 X + # 用法 注册 [Dify](https://cloud.dify.ai/) 账号,添加 Deepseek 模型。