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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:58
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:58
Description
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 recents
31 mars 2026, 15:58
Latest analysis
31 mars 2026, 15:12
Run 2
27 mars 2026, 15:48
Run 1