CommunityPesquisa e Análise de Dadosgithub.com

ultimatile/arxiv-skills

name: arxiv-lookup

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add ultimatile/arxiv-skills

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentação

arXiv Lookup

Lightweight scripts for querying the arXiv API directly via arxiv.py.

Scripts

Get Journal DOI from arXiv ID

uv run --with arxiv scripts/get_doi.py <arxiv_id>
  • Returns the journal DOI if available (exit 0), or exits with error (exit 1) if not found
  • This is the journal-assigned DOI, not the arXiv-assigned DOI (10.48550/arXiv.{id})
  • arXiv-assigned DOI can be constructed mechanically: 10.48550/arXiv.<id> — no API call needed

Search arXiv and Get IDs

uv run --with arxiv scripts/search_id.py <query> [max_results]
  • Searches the arXiv API directly (no local database)
  • Returns tab-separated arxiv_id\ttitle lines
  • Default: 5 results, sorted by relevance
  • Query supports arXiv API field prefixes: ti: (title), au: (author), abs: (abstract), cat: (category)
  • Use quotes for exact phrases: ti:"Attention Is All You Need"
  • Combine with AND/OR/ANDNOT: ti:transformer AND cat:cs.CL

Integration Notes

  • OpenAlex: Use get_doi.py to obtain journal DOIs for OpenAlex queries
  • arxiv-doc-builder: Use search_id.py to find arXiv IDs, then pass to arxiv-doc-builder

Habilidades Relacionadas

special-japanesecrab277/OpenClaw-Newspaper

Archive and render newspaper-style web pages from structured project and edition data using a minimal, automated publishing system.

community

forcedotcom/observing-agentforce

Analyze production Agentforce agent behavior using session traces and Data Cloud. TRIGGER when: user queries STDM session data or Data Cloud trace records; investigates production agent failures, regressions, or performance issues; asks about session traces, conversation logs, or agent metrics; wants to reproduce a reported production issue in preview; runs findSessions or trace analysis queries. DO NOT TRIGGER when: user creates, modifies, or debugs .agent files during development (use developing-agentforce); writes or runs test specs (use testing-agentforce); uses sf agent preview for local development iteration; deploys or publishes agents.

community

Sunil6512/awesome-ai-vibe-coding

🌊 Embrace Vibe Coding to streamline development, focusing on creative expression and AI collaboration for seamless product creation.

community

indigokarasu/rally

Rally: governed portfolio research and trade planning — scores public-market candidates with risk-bounded allocation.

community

shamu0509/nse-bse-mcp

Serve real-time and historical Indian stock data from NSE and BSE using Model Context Protocol for easy market analysis without API keys.

community

917Dhj/DeepPaperNote

DeepPaperNote is an agent skill for deep-reading a single paper and generating high-quality Obsidian-style research notes. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

community