We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c231d6 commit 11f5e61Copy full SHA for 11f5e61
plugins.json
@@ -1,4 +1,15 @@
1
{
2
+ "astrbot-plugin-arxiv": {
3
+ "display_name": "ArXiv Paper Pusher",
4
+ "desc": "ArXiv 论文搜索与定时推送,支持 LLM 摘要翻译、PDF 处理、合并转发等。",
5
+ "author": "NayukiChiba",
6
+ "repo": "https://github.com/NayukiChiba/astrbot_plugin_arxiv",
7
+ "tags": [
8
+ "论文",
9
+ "定时"
10
+ ],
11
+ "social_link": "https://github.com/NayukiChiba"
12
+ },
13
"astrbot-plugin-cve-warning": {
14
"display_name": "CVE漏洞推送",
15
"desc": "基于 CISA KEV(Known Exploited Vulnerabilities)定时推送,并按 CVSS 严重等级对消息进行分级展示。",
0 commit comments