
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
generate-llmstxt
Advanced tools
A simple NPX package that generates LLMs.txt files using the Firecrawl API. This package creates two files in your specified output directory (defaults to 'public' folder):
llms.txt
: Contains a summary of the LLM-related contentllms-full.txt
: Contains the full text contentYou can run this package using NPX without installing it. There are two ways to provide your Firecrawl API key:
npx generate-llmstxt --api-key YOUR_FIRECRAWL_API_KEY
Create a .env
file in your project root and add your API key:
FIRECRAWL_API_KEY=your_api_key_here
Then run the command without the --api-key option:
npx generate-llmstxt
-k, --api-key <key>
(optional if set in .env): Your Firecrawl API key-u, --url <url>
(optional): URL to analyze (default: https://example.com)-m, --max-urls <number>
(optional): Maximum number of URLs to analyze (default: 50)-o, --output-dir <path>
(optional): Output directory path (default: 'public')# Using command line argument with default output directory
npx generate-llmstxt -k your_api_key -u https://your-website.com -m 20
# Using .env file with default output directory
npx generate-llmstxt -u https://your-website.com -m 20
# Specifying a custom output directory
npx generate-llmstxt -k your_api_key -u https://your-website.com -o custom/path/to/output
# Using .env file and custom output directory
npx generate-llmstxt -u https://your-website.com -o content/llms
The package will create two files in your specified output directory (defaults to 'public'):
llms.txt
: Contains a summary of the LLM-related contentllms-full.txt
: Contains the full text contentMIT
FAQs
NPX package to generate LLMs.txt files using Firecrawl API
The npm package generate-llmstxt receives a total of 13 weekly downloads. As such, generate-llmstxt popularity was classified as not popular.
We found that generate-llmstxt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.