بنقرة واحدة
arxiv
Search and retrieve academic papers from arXiv. Query by topic, author, or ID. Generate BibTeX citations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search and retrieve academic papers from arXiv. Query by topic, author, or ID. Generate BibTeX citations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | arxiv |
| description | Search and retrieve academic papers from arXiv. Query by topic, author, or ID. Generate BibTeX citations. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["research","papers","arxiv","academic","citations"]} |
Use this skill to search, retrieve, and analyze academic papers from arXiv.
Search: Use the arXiv API to find relevant papers
curl -s "http://export.arxiv.org/api/query?search_query=all:{query}&max_results=10&sortBy=submittedDate&sortOrder=descending"
Retrieve: Get full paper details by arXiv ID
curl -s "http://export.arxiv.org/api/query?id_list={arxiv_id}"
Summarize: Extract title, authors, abstract, and key findings
Cross-reference: Use Semantic Scholar for citation counts
curl -s "https://api.semanticscholar.org/graph/v1/paper/ArXiv:{id}?fields=title,citationCount,influentialCitationCount,references"
Cite: Generate BibTeX entries for requested papers