Skill Seekers is a toolset for generating large language model knowledge bases, featuring a multi-source content scraper and a dedicated RAG data pipeline. It extracts technical data from documentation, code, and video to create structured assets and configuration files for AI-powered IDE extensions. The project distinguishes itself through the ability to transform raw data into polished tutorials and specialized skills for AI plugin marketplaces. It utilizes abstract syntax tree parsing and optical character recognition to analyze GitHub repositories, PDFs, and video frames, converting these
Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction pipelines. It provides a unified interface for managing headless browser automation and lightweight HTTP requests, allowing developers to handle complex web navigation, dynamic content rendering, and large-scale data collection within a single, modular architecture. The project distinguishes itself through its resource-aware concurrency controller, which dynamically scales task execution based on real-time CPU and memory usage to prevent host machine exhaustion. It also features a rob
Reader is an AI data ingestion pipeline and web content parser designed to convert websites and documents into clean markdown for use with large language models. It functions as a headless browser content extractor and web-to-markdown converter, transforming URLs and PDF files into structured text formats while removing irrelevant web clutter. The system optimizes retrieval augmented generation by acting as a search optimizer that retrieves web results and applies re-ranking to improve context relevance. It further enhances content accessibility by using vision models to generate descriptive
Defuddle is a command line web parser and content extractor designed to isolate the primary article body from web pages and convert the result into standardized markdown. It functions as a content cleaner that removes layout clutter, such as sidebars and headers, to retrieve the main text and associated metadata. The tool provides a terminal interface that processes content from remote URLs, local files, or piped HTML streams. It supports custom content targeting, allowing users to specify CSS selectors to manually define the main content area when automatic detection is insufficient. The sy
gpt-crawler is a web scraping utility designed to extract website content and convert it into structured text files for use as AI model knowledge bases. It functions as a data generator that crawls specified web addresses to produce the knowledge files required for building custom GPTs, grounding large language models, and providing context to AI agents.
Principalele funcționalități ale builderio/gpt-crawler sunt: Automated Knowledge Extraction, Agent Context Providers, Context-Window Chunking, Web Crawlers, Knowledge Dataset Generators, LLM Knowledge Base Generators, HTML to Markdown Converters, Content Extraction.
Alternativele open-source pentru builderio/gpt-crawler includ: yusufkaraaslan/skill_seekers — Skill Seekers is a toolset for generating large language model knowledge bases, featuring a multi-source content… apify/crawlee — Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction… wechat-article/wechat-article-exporter — This is a tool for searching, downloading, and archiving articles and engagement metadata from WeChat official… jina-ai/reader — Reader is an AI data ingestion pipeline and web content parser designed to convert websites and documents into clean… kepano/defuddle — Defuddle is a command line web parser and content extractor designed to isolate the primary article body from web… lightpanda-io/browser — This project is a high-performance headless browser engine designed for scalable web automation, data extraction, and…