AIAny
AI Coding2025
Icon for item

Skill Seeker

Turns documentation sites, GitHub repos, PDFs, videos and other sources into ready-to-use skill packs for Claude, Gemini, OpenAI and RAG frameworks like LangChain. Detects conflicts across sources, transcribes video, and exports to 21 formats.

Introduction

Grounding an LLM in an unfamiliar domain rarely fails because of the model — it fails because the source knowledge is scattered across a dozen incompatible formats: documentation sites, half-documented repos, PDFs, conference videos, wiki pages. Skill Seekers treats that preprocessing step as the real bottleneck and automates it end to end, pulling from 18+ source types and emitting clean, structured knowledge packs that drop straight into the AI runtime you already use.

What Sets It Apart
  • It is format-agnostic on both ends: many input source types in, 21 export formats out (Claude skills, MCP servers, LangChain/LlamaIndex imports), so a single scrape can feed whichever stack you settle on.
  • Multi-source scraping with conflict detection means when a repo's README and its docs site disagree, you get flagged contradictions instead of a silently corrupted knowledge base.
  • It goes past plain text: OCR and transcription pull knowledge out of screencasts and slides, and a codebase analyzer maps structure (roughly 200 classes) rather than dumping raw files.
  • An MCP server exposing 40 tools turns the output into something an agent can query live, not just a static export.
Where It Fits

The project sits between a plain web scraper and a full RAG pipeline. It does not store, retrieve, or serve embeddings; it produces the curated, deduplicated knowledge artifact that those systems consume — the unglamorous middle step most teams hand-roll and maintain badly.

Who It's For

Great fit if you repeatedly onboard LLMs or agents onto new libraries, products, or internal docs and want a repeatable ingestion step instead of bespoke scripts each time. Look elsewhere if you need a hosted, always-fresh retrieval service — this is a batch preprocessing tool (roughly 15–45 minutes per docs source), and keeping packs current is on you. It is maintained by a solo open-source developer under an MIT license, so weigh maintenance expectations accordingly.

Information

  • Websitegithub.com
  • OrganizationsIndependent
  • Authorsyusufkaraaslan
  • Published date2025/10/17

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).