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:
teknium1 2026-02-27 00:05:06 -08:00
parent 19abbfff96
commit 26a6da27fa
3 changed files with 350 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
description: Skills for academic research, paper discovery, literature review, and scientific knowledge retrieval.
---