← ClaudeAtlas

search-paperslisted

Use when finding academic papers, AI conference publications, literature, or arXiv preprints.
PRO-2684/skills · ★ 0 · AI & Automation · score 60
Install: claude install-skill PRO-2684/skills
# Search Papers Prefer peer-reviewed conference papers when relevant. Clearly label arXiv-only preprints. ## Suggested Routing Choose the smallest useful path from apparent user intent; adapt when the request needs more: - Exact arXiv ID/URL or explicit preprint request: usually use arXiv only. - Explicit conference, accepted, or peer-reviewed request: usually use conference search only. - Explicit request for both, or generic paper search with no source preference: use both; conference first. An arXiv identifier alone does not imply conference search. If the user explicitly asks whether that paper was accepted or has a peer-reviewed version, use an exact-title conference lookup rather than a full topic search. ## Conference Papers 1. Test whether `HF_TOKEN` exists without printing it. If missing, warn once per session, link to `https://huggingface.co/settings/tokens/new?preset=inference`, suggest web search as fallback, then stop and await user choice. 2. Run `python3 scripts/search_conference.py --help`, then use the script. Do not read its source or full contract during normal use. 3. If the script behaves unexpectedly or reports schema mismatch, read the [local contract](references/conference-paper-search.md). Inspect script source only when debugging the wrapper. If still unresolved, fetch the live contract once: ```bash curl -fsSL 'https://huggingface.co/spaces/ai-conferences/conference-paper-search/agents.md' ``` Do not add `raw/main`, `resolve/m