[PR #810] [CLOSED] added symptom_checker plugin #ieeesoc #1194

Closed
opened 2026-02-22 17:50:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/810
Author: @sucharitaaa3100
Created: 6/28/2025
Status: Closed

Base: mainHead: main


📝 Commits (5)

📊 Changes

5 files changed (+44 additions, -0 deletions)

View changed files

sucharita/symptom_checker/README.md (+7 -0)
sucharita/symptom_checker/main.py (+26 -0)
sucharita/symptom_checker/manifest.yaml (+8 -0)
sucharita/symptom_checker/requirements.txt (+3 -0)
sucharita/symptom_checker/symptom_checker-0.0.1.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

This plugin is a simple Symptom Checker tool that takes basic user input (e.g. fever, cough) and suggests possible health conditions using keyword-based logic. It's helpful for quick assessments and user guidance before seeking medical help.

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Data Collection

This plugin does not collect any user personal data. It only processes input symptoms temporarily for condition suggestion.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/810 **Author:** [@sucharitaaa3100](https://github.com/sucharitaaa3100) **Created:** 6/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`eddff93`](https://github.com/langgenius/dify-plugins/commit/eddff93550dd8d01a0523c81ecb07e4f79e30ef2) Create README.md - [`9f98219`](https://github.com/langgenius/dify-plugins/commit/9f982195dbd2cbf8a5cfca4fc41d95b2ffa47e49) Created main.py - [`5248c49`](https://github.com/langgenius/dify-plugins/commit/5248c49715825545948139f22dd9d4e9e3faf7fb) Created manifest.yaml - [`fb511f6`](https://github.com/langgenius/dify-plugins/commit/fb511f6ebe3b6a4b236f976e2f562b0bd912d353) Created requirements.txt - [`230db2a`](https://github.com/langgenius/dify-plugins/commit/230db2aadb639fe0b2f8c9996e40798ef2407b61) Add files via upload ### 📊 Changes **5 files changed** (+44 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sucharita/symptom_checker/README.md` (+7 -0) ➕ `sucharita/symptom_checker/main.py` (+26 -0) ➕ `sucharita/symptom_checker/manifest.yaml` (+8 -0) ➕ `sucharita/symptom_checker/requirements.txt` (+3 -0) ➕ `sucharita/symptom_checker/symptom_checker-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: sucharitaaa3100 - **Plugin Name**: symptom_checker - **Repository URL**: https://github.com/sucharitaaa3100/dify-plugins/tree/main/sucharita/symptom_checker ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description This plugin is a simple Symptom Checker tool that takes basic user input (e.g. fever, cough) and suggests possible health conditions using keyword-based logic. It's helpful for quick assessments and user guidance before seeking medical help. ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information ### Data Collection This plugin **does not collect** any user personal data. It only processes input symptoms temporarily for condition suggestion. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:50:58 -05:00
yindo closed this issue 2026-02-22 17:51:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1194