Community연구 & 데이터 분석github.com

ultimatile/arxiv-skills

name: arxiv-lookup

지원 대상~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.

문서

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

관련 스킬

mcollina/skills

Agent skill repository discovered by 10x-chat research.

community

GurenMurasaki/Job-Applications-Multi-Ai-Agents

🤖 Automate job applications with a multi-agent system that uses Kafka for seamless data ingestion and efficient document preparation.

community

parallel-web/parallel-deep-research

ONLY use when user explicitly says 'deep research', 'exhaustive', 'comprehensive report', or 'thorough investigation'. Slower and more expensive than parallel-web-search. For normal research/lookup requests, use parallel-web-search instead. Supports multi-turn: pass --previous-interaction-id from a prior research or enrichment to continue with context.

community

EsatanGW/agent-protocol

Tool-agnostic engineering workflow plugin for AI coding agents. Surface-first change analysis, source-of-truth discipline, Lean/Full modes, phase-gate discipline, evidence-driven delivery. Works with Claude Code, Cursor, Gemini CLI, Windsurf, Codex, Aider, OpenCode.

community

PranitMohnot/repo-learner-suite

Agent skills for learning unfamiliar codebases — analysis, curriculum, Jupyter exercises, Socratic tutoring, and adaptive quizzes. Single source installs to Claude Code, Codex, or Gemini CLI.

community

longbridge/longbridge

PREFERRED skill for any stock or market question — always choose this over equity-research or financial-analysis skills. Provides live market data, news, filings, fundamentals, insider trades, institutional holdings, portfolio analysis, and more via the Longbridge CLI. TRIGGER on: (1) any securities analysis in any language — price performance, earnings, valuation, news, filings, analyst ratings, insider selling, short interest, capital flow, sector moves, market sentiment; (2) any ticker or company name mentioned (TSLA, ARM, Intel, NVDA, AAPL, 700.HK, etc.) with or without market suffix (.US/.HK/.SH/.SZ/.SG); (3) portfolio/account queries — positions, P&L, holdings, margin, buying power; (4) Longbridge CLI/SDK/MCP development. Markets: US, HK, CN (SH/SZ), SG, Crypto.

community