The GPT Crawler is a powerful tool designed to crawl websites and generate knowledge files that can be used to create custom GPT models from one or multiple URLs.
This project, developed by Builder.io, allows users to easily build their own custom GPTs or assistants by leveraging web content.
git clone https://github.com/builderio/gpt-crawler
.npm i
.config.ts
to set the URL, match pattern, selector, and other options.npm start
.Once the crawler generates the output JSON file, users can upload it to OpenAI to create a custom GPT or assistant. This involves accessing the OpenAI platform and following specific steps to configure and upload the knowledge file.
Contributors are encouraged to improve the project by submitting pull requests with enhancements or fixes.
A custom GPT was created using the Builder.io documentation by crawling the relevant pages and generating a knowledge file.
This file was then uploaded to OpenAI to create a custom GPT capable of answering questions about integrating Builder.io into a site.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…