with one click
hf-papers
// Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers.
// Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers.
Core academic workspace tools: LaTeX compilation, Jupyter execution, PDF loading, UI control, content updates, and arXiv paper conversion. Use when the user asks to compile LaTeX, run Python code, load PDFs, display data, or control workspace editors.
Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts. Use when the user mentions arXiv, research papers, preprints, paper IDs like 2301.xxxxx, or wants to read academic publications.
List installed skills, search the skill registry, install new skills, and manage workspace extensions. Use when the user asks to find, install, list, or configure skills, or mentions skill registry, extensions, or workspace capabilities.
Verify proofs, check theorem correctness, and solve satisfiability problems using Lean 4, Coq, and Z3 SMT solver. Use when the user asks to prove theorems, verify mathematical proofs, check logical satisfiability, or work with proof assistants.
Compile LaTeX documents to PDF using pdflatex, xelatex, or lualatex with template support. Use when the user asks to compile .tex files, build a LaTeX document, generate PDF from LaTeX, or typeset an academic paper.
Load, analyze, and visualize datasets using pandas with AG Grid display. Use when the user asks to analyze CSV data, explore a dataframe, create charts, filter tabular data, or display spreadsheet-like results.
| name | hf-papers |
| description | Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers. |
| metadata | {"openclaw":{"emoji":"🤗","tags":["huggingface","research","academic","papers","trending"],"requires":{"bins":[],"os":["darwin","linux","win32"]}}} |
Browse, search, and analyze papers from the Hugging Face Papers platform.
hf_daily_papers to see what's trending todayhf_search_papers to find papers on a topichf_paper_detail to get full metadata for a specific paperhf_paper_comments to read community discussionarxiv_fetch (from arxiv-reader) with the paper's arXiv ID for full texthf_daily_papers — Get trending papers. Params: limit (default: 20), sort (upvotes or date)hf_search_papers — Search by keyword. Params: query (required)hf_paper_detail — Get paper metadata. Params: paper_id (required, arXiv ID)hf_paper_comments — Get discussion comments. Params: paper_id (required)Example:
{ "query": "multimodal reasoning" }
See canonical skill at /skills/hf-papers/ for full tool documentation and parameter details.