feat(research): add arXiv search skill and documentation
- Introduced a new skill for searching and retrieving academic papers from arXiv using their REST API, allowing searches by keyword, author, category, or ID. - Added a helper script for clean output of search results, including options for sorting and filtering. - Created a DESCRIPTION.md file outlining the purpose and functionality of the research skills.
This commit is contained in:
parent
19abbfff96
commit
26a6da27fa
3 changed files with 350 additions and 0 deletions
3
skills/research/DESCRIPTION.md
Normal file
3
skills/research/DESCRIPTION.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
description: Skills for academic research, paper discovery, literature review, and scientific knowledge retrieval.
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue