Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
18 lines
660 B
Plaintext
18 lines
660 B
Plaintext
# FireCrawl Research Skill Dependencies
|
|
|
|
# Core dependencies for FireCrawl research
|
|
python-dotenv>=1.0.0
|
|
requests>=2.31.0
|
|
|
|
# Optional: For bibliography management and academic workflows
|
|
# bibtexparser>=1.4.0 # Uncomment if you need to parse/validate BibTeX files
|
|
|
|
# Note: External tools required for academic document conversion:
|
|
# - Pandoc (https://pandoc.org/installing.html)
|
|
# For converting markdown to PDF/DOCX/HTML
|
|
# - MyST CLI (npm install -g myst-cli)
|
|
# For MyST markdown to academic formats
|
|
# - LaTeX distribution (optional, for PDF generation)
|
|
# - TeX Live (Linux/Mac): https://www.tug.org/texlive/
|
|
# - MiKTeX (Windows): https://miktex.org/
|