mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1829] [CLOSED] feat: Add AI4S Semantic Scholar plugin #1883
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1829
Author: @literaf
Created: 12/31/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
5d292f5feat: Add AI4S Semantic Scholar plugin📊 Changes
34 files changed (+2213 additions, -0 deletions)
View changed files
➕
ai4s_semantic_scholar/GUIDE.md(+104 -0)➕
ai4s_semantic_scholar/LICENSE(+21 -0)➕
ai4s_semantic_scholar/PRIVACY.md(+90 -0)➕
ai4s_semantic_scholar/README.md(+138 -0)➕
ai4s_semantic_scholar/README_ZH.md(+138 -0)➕
ai4s_semantic_scholar/_assets/icon.png(+0 -0)➕
ai4s_semantic_scholar/_assets/icon.svg(+17 -0)➕
ai4s_semantic_scholar/main.py(+9 -0)➕
ai4s_semantic_scholar/manifest.yaml(+51 -0)➕
ai4s_semantic_scholar/provider/semantic_scholar.py(+34 -0)➕
ai4s_semantic_scholar/provider/semantic_scholar.yaml(+41 -0)➕
ai4s_semantic_scholar/requirements.txt(+2 -0)➕
ai4s_semantic_scholar/tools/author_detail.py(+86 -0)➕
ai4s_semantic_scholar/tools/author_detail.yaml(+26 -0)➕
ai4s_semantic_scholar/tools/author_papers.py(+87 -0)➕
ai4s_semantic_scholar/tools/author_papers.yaml(+38 -0)➕
ai4s_semantic_scholar/tools/author_search.py(+84 -0)➕
ai4s_semantic_scholar/tools/author_search.yaml(+39 -0)➕
ai4s_semantic_scholar/tools/bulk_search.py(+103 -0)➕
ai4s_semantic_scholar/tools/bulk_search.yaml(+39 -0)...and 14 more files
📄 Description
1. Metadata
2. Submission Type
3. Description
AI4S Semantic Scholar is an academic paper search plugin powered by the ai4scholar.net API proxy for Semantic Scholar.
Features:
4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
This plugin collects and transmits the following data to ai4scholar.net API:
No personal user data (email, IP address, etc.) is collected by this plugin.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.