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 2周前
分析时间
2026年3月31日 15:58
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:58
说明
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...
最近扫描
2026年3月31日 15:58
Latest analysis
2026年3月31日 15:12
Run 2
2026年3月27日 15:48
Run 1