xClean Tools

AI Repos — Daily Top 5

UPDATED 2026-09-06 01:03 PDT

2026-08-30 · SUNDAY · 13:02 PDT

  1. 1 unslothai/unsloth +111 STARS TODAY · ★ 75,255 · PYTHON Unsloth added 111 stars today, the largest single-day gain among trending repositories. The project packages a local interface for running and fine-tuning language and diffusion models, with support for GGUF and MLX weights and recent releases such as Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4 and FLUX. It now sits at roughly 75,000 stars.
  2. 2 taoufik123-collab/claude-watch +22 STARS TODAY · ★ 707 · PYTHON claude-watch gives Claude the ability to process video by extracting scene-change frames and a transcript, then returning a structured report. It includes a dedicated pass over a clip's first ten seconds and can write results straight into Obsidian. The repository picked up 22 stars today and stands at about 700.
  3. 3 colinhacks/zod +17 STARS TODAY · ★ 43,629 · TYPESCRIPT Zod, the TypeScript-first schema validation library, added 17 stars today and now sits above 43,000. It lets developers declare a schema once and infer the matching static TypeScript type from it, so runtime validation and compile-time typing stay in sync.
  4. 4 agent0ai/agent-zero +14 STARS TODAY · ★ 19,029 · PYTHON Agent Zero, an open-source Python framework for building AI agents, added 14 stars today and now totals just over 19,000. By star count it ranks among the larger community-maintained agent runtimes on GitHub.
  5. 5 MetaMask-AI/metamask-desktop ★ 1,117 · CSS MetaMask Desktop packages the Ethereum wallet as a standalone application for browsing blockchain-enabled sites without a browser extension. The repository was created on August 28 and has collected roughly 1,100 stars in its first days, though it added none today.

2026-08-29 · SATURDAY · 13:04 PDT

  1. 1 harry0703/MoneyPrinterTurbo +389 STARS TODAY · ★ 118,447 · PYTHON MoneyPrinterTurbo generates high-definition short videos from a single topic or keyword through an automated AI workflow. The Python project chains a large language model to the scripting, narration and editing steps so that one prompt yields a finished clip. It added 389 stars today, the largest single-day gain on the board.
  2. 2 workweave/router +284 STARS TODAY · ★ 2,609 · GO Workweave's router sends each prompt in an agentic system to the model best suited to it, with a routing decision in under 50 milliseconds. Written in Go, it is presented as a drop-in endpoint that cuts costs by 40 to 70 percent without other code changes. The repository gained 284 stars on the day against a total of 2,609.
  3. 3 addyosmani/agent-skills +188 STARS TODAY · ★ 90,666 · JAVASCRIPT agent-skills packages production-grade engineering practices as reusable skills for AI coding agents. Rather than a reading list, it ships the instruction sets themselves, in the format coding harnesses load directly. The repository holds more than 90,000 stars and added 188 today.
  4. 4 lingfengQAQ/webnovel-writer +18 STARS TODAY · ★ 6,844 · PYTHON webnovel-writer is a Claude Code based system for drafting long-form Chinese web fiction, aimed squarely at the forgetting and hallucination problems that appear once AI writing runs past a few chapters. The project states it supports serialized works on the order of two million characters. It holds 6,844 stars and added 18 today.
  5. 5 Spielewoy/autoprompt-skill ★ 932 · JAVASCRIPT Autoprompt is a skill for coding agents whose authors report a 45 percent reduction in failures on agentic coding tasks. Its topic list spans agent orchestration, autonomous agents and automated testing, placing it alongside the harness-level tooling now trending. The repository was created on August 17 and has collected 932 stars.

2026-08-28 · FRIDAY · 13:05 PDT

  1. 1 tashfeenahmed/freellmapi +477 STARS TODAY · ★ 21,530 · TYPESCRIPT A single OpenAI-compatible /v1 endpoint that routes across 34 free LLM providers and 635 free model endpoints, with smart routing, automatic failover and encrypted key storage. The project advertises 7.4 billion tokens a month of free capacity and is labelled for personal experimentation only. It added 477 stars on the day.
  2. 2 abhigyanpatwari/GitNexus +189 STARS TODAY · ★ 46,118 · TYPESCRIPT A client-side code intelligence engine that turns a git repository or ZIP file into an interactive knowledge graph entirely in the browser. It takes input from GitHub, GitLab, Azure or a local checkout and ships a built-in graph RAG agent for exploring the result. No server component is involved.
  3. 3 HKUDS/AI-Trader +155 STARS TODAY · ★ 21,764 · PYTHON AI-Trader bills itself as a 100 percent fully automated, agent-native trading system, presenting an end-to-end agent stack rather than a strategy or backtesting library. The Python project added 155 stars on the day, the third-largest daily gain on the board.
  4. 4 huggingface/transformers +67 STARS TODAY · ★ 164,571 · PYTHON Hugging Face's model-definition framework for state-of-the-art text, vision, audio and multimodal models, covering both inference and training. At 164,571 stars it is by far the largest project on the board and still added 67 on the day.
  5. 5 ChromeDevTools/chrome-devtools-mcp +61 STARS TODAY · ★ 49,940 · TYPESCRIPT An MCP server maintained under the Chrome DevTools organization that exposes the browser's developer tooling to coding agents. It gives an agent a Model Context Protocol interface to Chrome rather than requiring a bespoke browser-automation harness. The project stands at 49,940 stars.

2026-08-27 · THURSDAY · 13:05 PDT

  1. 1 JetBrains/go-modern-guidelines +314 STARS TODAY · ★ 2,017 · GO JetBrains published go-modern-guidelines, a rule set that steers AI coding agents toward modern Go idioms. It is written to be loaded into a coding assistant rather than read as prose documentation. The repo added about 314 stars today against a 2,017-star total.
  2. 2 AgriciDaniel/claude-seo +266 STARS TODAY · ★ 15,547 · PYTHON claude-seo packages SEO work for Claude Code as 25 sub-skills and 18 sub-agents. Coverage spans technical SEO, E-E-A-T, schema, GEO and AEO, backlinks, local SEO, semantic clustering and reporting to PDF or Excel, with optional DataForSEO and Firecrawl extensions. It added about 266 stars today, reaching 15,547.
  3. 3 thedotmack/claude-mem +260 STARS TODAY · ★ 92,195 · JAVASCRIPT claude-mem gives coding agents context that survives across sessions: it records what an agent does, compresses that record with a model, then injects the relevant parts back into later sessions. The project lists Claude Code, OpenClaw, Codex, Gemini, Copilot and OpenCode among the harnesses it supports. It stands at 92,195 stars, about 260 added today.
  4. 4 htdt/godogen +159 STARS TODAY · ★ 6,424 · PYTHON godogen drives autonomous game development from Claude Code and Codex, targeting the Godot, Bevy and Babylon.js engines from one setup. The Python project added about 159 stars today toward a 6,424-star total.
  5. 5 ZhuLinsen/daily_stock_analysis +153 STARS TODAY · ★ 64,124 · PYTHON daily_stock_analysis is an LLM-driven stock analysis system covering several markets. It pulls quotes from multiple sources alongside real-time news, renders a decision dashboard and pushes notifications on a schedule that the author says can run at zero cost. It added about 153 stars today, for 64,124 in total.

2026-08-26 · WEDNESDAY · 13:05 PDT

  1. 1 topoteretes/cognee +21 STARS TODAY · ★ 30,278 · PYTHON Cognee is an open-source memory layer for AI agents, giving them persistent long-term recall across sessions through a self-hosted knowledge graph engine. It is positioned as infrastructure a team runs itself rather than a hosted service. The repo stands at about 30,300 stars and added 21 today.
  2. 2 ai-dynamo/aiperf +6 STARS TODAY · ★ 586 · PYTHON AIPerf is a benchmarking tool that measures how generative AI models perform when served through whichever inference stack a team already runs, rather than a single fixed backend. Its subject is serving performance, not model quality. The repo has about 586 stars and added 6 today.
  3. 3 duty1g/x64dbg-mcp-server ★ 1,462 · ZIG This plugin exposes the x64dbg debugger over HTTP as a Model Context Protocol server, so an MCP-compatible AI assistant can set breakpoints, step through code, read memory and dump registers. It is written in Zig and ships as a single binary with no dependencies. The repo has about 1,462 stars.
  4. 4 ysr666/dsh-vision-router ★ 997 · JAVASCRIPT The router gives text-only DeepSeek Harness agents a way to see, pairing a built-in vision chain that needs no API key with pixel-level tools for image Q&A, grounding, cropping, pixel diffs, color sampling, OCR and screenshots. Installation is one command and needs no Python, and image turns behave like ordinary tool calls. The repo has about 997 stars.
  5. 5 cclank/lanshu-create-ai-presenter-video ★ 937 · PYTHON This Codex skill turns a script and an authorized presenter image into an AI presenter video, and is written to be provider-neutral rather than tied to one video model. The project puts weight on verifying the finished clip. The repo has about 937 stars.

2026-08-25 · TUESDAY · 13:05 PDT

  1. 1 DietrichGebert/ponytail +944 STARS TODAY · ★ 110,780 · JAVASCRIPT ponytail is a JavaScript tool that steers an AI coding agent toward writing as little code as possible, on the premise that the best code is the code never written. It added about 944 stars today and now sits near 110,800 in total.
  2. 2 TauricResearch/TradingAgents +191 STARS TODAY · ★ 100,110 · PYTHON TradingAgents is a Python framework that models financial trading as a team of LLM agents in specialized roles. The project has crossed 100,000 stars and picked up roughly 191 more today.
  3. 3 pipecat-ai/pipecat +81 STARS TODAY · ★ 14,707 · PYTHON Pipecat is an open-source Python framework for building voice agents, multimodal apps and other realtime AI systems, maintained by Daily together with community contributors. It holds about 14,700 stars after adding 81 today.
  4. 4 anthropics/claude-plugins-official +47 STARS TODAY · ★ 34,031 · PYTHON Anthropic maintains this repository as the official directory of vetted Claude Code plugins, giving users one managed source to install from rather than scattered third-party listings. It stands at about 34,000 stars after adding 47 today.
  5. 5 MemPalace/mempalace +42 STARS TODAY · ★ 58,631 · PYTHON MemPalace is an open-source Python memory system for AI applications, which its authors describe as the best-benchmarked option available and free to use. The repository holds about 58,600 stars, 42 of them added today.

2026-08-24 · MONDAY · 13:04 PDT

  1. 1 tinyhumansai/openhuman +515 STARS TODAY · ★ 37,180 · RUST openhuman is a local-first personal AI system written in Rust that builds a persistent memory of a user's life and orchestrates fleets of agents and research workflows. The project pitches itself as a personal super intelligence rather than a hosted assistant. It added roughly 515 stars today, pushing its total past 37,000.
  2. 2 apache/maka +408 STARS TODAY · ★ 2,829 · TYPESCRIPT Apache Maka (Incubating) is a local-first AI agent workspace that records model messages, tool calls, tool results, permission decisions and termination events to an append-only log. The auditable log sits at the center of the design, aimed at making agent runs reviewable after the fact. It gained about 408 stars today.
  3. 3 MadsLorentzen/ai-job-search +378 STARS TODAY · ★ 33,875 · PYTHON ai-job-search is a job application framework built on Claude Code that runs on the user's own machine: it evaluates postings, tailors CVs, drafts cover letters and prepares interviews. It is published as a fork-and-own template rather than a hosted service. The repo added around 378 stars today.
  4. 4 calesthio/OpenMontage +352 STARS TODAY · ★ 50,063 · PYTHON OpenMontage is an open-source agentic video production system with 12 production pipelines, more than 100 tools and over 700 agent skill and production-knowledge files. The stated goal is to turn a general coding assistant into a full video production studio. It added roughly 352 stars today and now sits above 50,000.
  5. 5 AgriciDaniel/claude-obsidian +272 STARS TODAY · ★ 11,771 · PYTHON claude-obsidian turns an Obsidian vault into a self-organizing second brain: dropped sources are read, linked and filed by Claude Code into a connected knowledge graph of plain Markdown the user owns. The project cites Karpathy's LLM wiki pattern as its basis and positions itself as an open-source Notion alternative. It gained about 272 stars today.