Notre avis
Recherche et résumé d'articles de recherche sur arXiv par sujet, titre ou identifiant.
Points forts
- Recherche rapide par mots-clés ou ID
- Résumé structuré (problème, méthode, résultats, limites)
- Adapte la requête pour des résultats pertinents
Limites
- Dépend de la disponibilité d'arXiv et de l'outil MCP
- Les résumés restent courts, un approfondissement peut être nécessaire
- Ne couvre pas les articles hors arXiv
Pour trouver et comprendre rapidement des articles de recherche récents sur un sujet donné ou par ID spécifique.
Pour une analyse détaillée dépassant le résumé, ou si l'article n'est pas disponible sur arXiv.
Analyse de sécurité
SûrThe skill only uses clearly named MCP tools (mcp__arxiv__search, mcp__arxiv__get_paper) for searching and fetching paper metadata. There are no destructive commands, network calls to external services, or data exfiltration risks.
Aucun point d'attention détecté
Exemples
Find recent papers on large language model reasoning enhancements.Summarize the paper with arxiv ID 2301.07041.What are the latest advances in neural network pruning?name: arxiv-search description: Search and summarize arxiv papers. Use when asked about papers, research topics, or specific arxiv IDs.
ArXiv Paper Search & Summarize
When to use
- User asks about a paper by title, author, or topic
- User shares an arxiv URL or ID (e.g., 2301.07041)
- User asks "what's new in [field]?" or "find papers on [topic]"
Workflow
Searching by topic
- Use
mcp__arxiv__searchwith a well-crafted query- Combine keywords: "transformer attention mechanism efficiency"
- Use field-specific terms, not casual language
- Search multiple angles if the first query returns weak results
- Filter results by relevance — skip papers that only tangentially match
Fetching a specific paper
- Extract the arxiv ID from URL or text (e.g.,
2301.07041fromhttps://arxiv.org/abs/2301.07041) - Use
mcp__arxiv__get_paperto fetch full metadata
Summarizing
For each paper, provide:
- Title and authors (first author et al. if many)
- Core problem: what gap or question does this address?
- Method: the key technical approach in 1-2 sentences
- Results: quantitative results where available (e.g., "achieves 94.2% on ImageNet, +2.1% over baseline")
- Limitations: what the paper doesn't address or where it falls short
- Why it matters: one sentence on significance for the user's question
Formatting for Slack
- Use plain text, no markdown headers (Slack doesn't render them)
- Separate papers with blank lines
- Include arxiv links:
https://arxiv.org/abs/{id} - Keep each summary to 4-6 lines — users can ask for deeper dives on specific papers
- If returning multiple papers, number them and put the most relevant first
Ingénierie de Prompts
Data & IA
Bonnes pratiques et templates de prompt engineering pour maximiser les résultats IA.
Visualisation de Données
Data & IA
Génère des visualisations de données et graphiques adaptés à vos données.
Architecture RAG
Data & IA
Guide de configuration d'architectures RAG (Retrieval-Augmented Generation).