python_subprocess
System command execution (Python)
Line 605Snippets
subprocess.run(['pandoc', '--version'], capture_output=True, check=True) subprocess.run(['myst', '--version'], capture_output=True, check=True) result = subprocess.run(cmd, capture_output=True, text=True) result = subprocess.run(cmd, capture_output=True, text=True, cwd=input_path.parent)env_access
Environment variable access
Environment variable access
Line 753Snippets
FIRECRAWL_API_KEY = os.getenv('FIRECRAWL_API_KEY')Trust Score
Updated semana passada
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated semana passada
Analisado 31 de mar. de 2026, 15:58
Descricao
This skill should be used when the user requests to research topics using FireCrawl, enrich notes with web sources, search and scrape information, or write scientific/academic papers. It extracts research topics from markdown files, creates research documents with scraped sources, generates BibTeX bibliographies from research re...
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:12
Run 2
27 de mar. de 2026, 15:48
Run 1