mrkeyoor.com_
Wed 16 Sept 20:03 UTC

Best Claude Code Tools & Skills

Skills, agents, and CLI tools that extend Claude Code and other AI coding assistants — reviewed with honest verdicts, not just star counts. Ranked by our usability scores across setup ease, docs, community health, and maturity — 466 tools reviewed in full.

01

claude-code-best-practice

shanraisshan/claude-code-best-practice · ★ 66k149/7d · HTML

This is a comprehensive collection of best practices, guides, and configuration examples for Claude Code, an advanced AI coding assistant. It serves as a community-driven manual to help developers master the tool's powerful features, from basic settings to complex 'agentic engineering' workflows.

SetupDocsCommunityMaturity

Verdict This repository is an indispensable, S-tier resource for any serious Claude Code user. It's the missing manual that expertly bridges the gap between official documentation and real-world mastery.

Full review →
02

goose

aaif-goose/goose · ★ 54k284/7d · Rust

Goose is a versatile, open-source AI agent that runs locally on your machine. It provides a unified interface, as a desktop app, a command-line tool, or an API, to interact with over 15 different AI model providers, from OpenAI to local models via Ollama. It aims to be the central hub for all your AI-powered tasks, including coding, research, and workflow automation.

SetupDocsCommunityMaturity

Verdict Goose is an exceptional tool that delivers on its promise of being a universal AI agent. Its multi-platform support (desktop, CLI, API) and vast provider compatibility make it a powerful central hub for anyone who uses AI seriously.

Full review →
03

repomix

yamadashy/repomix · ★ 28k112/7d · TypeScript

Repomix gathers a code repository into one structured file that an AI assistant can read without opening every source file separately. It handles filtering, token counting, remote repositories, and smaller views of large codebases through a command-line tool, web app, library, MCP server, and Claude Code plugins.

SetupDocsCommunityMaturity

Verdict Our Repomix run installed 371 packages in 22 seconds, passed all 1,813 tests, and found 0 known vulnerabilities, making it a low-friction choice for developers who need repository context for AI tools. Use it for local packing and controlled agent workflows, especially when filters and token budgets matter.

Full review →
04

opencode

sst/opencode · ★ 208k1.7k/7d · TypeScript

OpenCode is an open-source coding agent that runs in a terminal, desktop app, IDE extension, or server-backed web interface. It lets a language model inspect and edit a repository, run commands, call subagents, and use local or remote MCP tools under configurable permissions.

SetupDocsCommunityMaturity

Verdict OpenCode is one of the strongest open choices for developers who want provider freedom without giving up a polished terminal agent, desktop client, or MCP support. Its permission system is capable, but the permissive defaults deserve deliberate configuration, and contributing to the giant monorepo is far heavier than installing the app.

Full review →
05

opencv

opencv/opencv · ★ 91k66/7d · C++

OpenCV is a C++ computer-vision library with bindings and modules for reading media, processing images, tracking motion, calibrating cameras, finding features, and running trained neural networks. It gives applications a shared set of vision operations across desktop, server, mobile, and browser targets, with build options for many hardware and media backends.

SetupDocsCommunityMaturity

Verdict Our 5-second build covered OpenCV's `docs_sphinx/` project rather than the C++ library, and pip-audit found 9 known vulnerabilities in that 71-package environment. OpenCV remains the default shortlist choice for a cross-platform application that needs several kinds of computer vision, provided the team owns its CMake configuration and tests the exact OpenCV 5 paths it uses.

Full review →
06

learn-claude-code

shareAI-lab/learn-claude-code · ★ 77k446/7d · Python

Learn Claude Code is a 17-chapter Python course that builds a small coding-agent harness one mechanism at a time. It teaches the loop around a model, including tools, permissions, hooks, planning, subagents, skills, memory, background work, teams, MCP, saved workflows, and goal-controlled stopping; English is the default, with Chinese and Japanese translations.

SetupDocsCommunityMaturity

Verdict Our learn-claude-code run installed 48 packages in 24 seconds, built in 9 seconds, and passed its available tests in 31 seconds with 0 known audited vulnerabilities. It is a strong course for engineers who want to see an agent loop grow into permissions, memory, teams, MCP, workflows, and goal checks without starting inside a large framework.

Full review →
07

system_prompts_leaks

asgeirtj/system_prompts_leaks · ★ 67k2.6k/7d · JavaScript

This repository is a massive, curated collection of system prompts, the secret, underlying instructions given to large language models like ChatGPT, Claude, and Gemini before they interact with a user. It solves the mystery of how these AIs are configured to behave by providing a raw, behind-the-scenes look at their operational rules, personalities, and limitations.

SetupDocsCommunityMaturity

Verdict This repository is an essential, must-watch resource for anyone serious about understanding the current state of generative AI. While its 'leaked' nature means you should approach the content with critical analysis, the sheer volume, meticulous organization, and relentless updates make it an unparalleled treasure trove for researchers, developers, and the deeply curious.

Full review →
08

keras

keras-team/keras · ★ 64k · Python

Keras is a Python framework for building and training neural networks through one high-level API. Keras 3 can run the same model code on JAX, TensorFlow, or PyTorch, while OpenVINO is available for inference only.

SetupDocsCommunityMaturity

Verdict Our Keras install occupied 4,167 MB, and its test suite was still at 1% when our 900-second limit expired, so adopting it means accepting a large development environment and slow full validation. Use Keras when one readable model definition genuinely needs to span JAX, TensorFlow, and PyTorch, or when a TensorFlow team values its high-level API.

Full review →
09

ultralytics

ultralytics/ultralytics · ★ 62k231/7d · Python

Ultralytics is a Python package and command-line interface for training, validating, exporting, and running YOLO computer-vision models. It covers object detection, segmentation, classification, pose, depth, oriented boxes, and video tracking behind one consistent API.

SetupDocsCommunityMaturity

Verdict Our Ultralytics install consumed 5,283 MB, and its tests could not start because the fresh Debian image lacked `libGL.so.1`, so the easy Python API still needs a deliberate runtime image. Ultralytics is the fastest route for many teams that want a current YOLO model behind a stable training and inference shape.

Full review →
10

awesome-claude-code

hesreallyhim/awesome-claude-code · ★ 54k339/7d · Python

Awesome Claude Code is a hand-curated directory of guides, skills, plugins, status lines, agent tools, security projects, and other resources made for Claude Code. It solves a discovery problem: useful extensions are scattered across GitHub and personal sites, so the list groups them by the job a Claude Code user is trying to do.

SetupDocsCommunityMaturity

Verdict Our Awesome Claude Code run installed 51 packages and passed all 90 tests, so its publishing machinery is in better shape than the average link list. Use it as a discovery shelf for Claude Code resources, then audit the chosen project as if you found it through search.

Full review →
11

kong

Kong/kong · ★ 44k27/7d · Lua

Kong Gateway sits between clients and APIs, LLM providers, or MCP servers to route traffic and apply shared controls. It handles load balancing, health checks, authentication, rate limits, TLS, logging, transformations, multi-provider AI requests, and MCP traffic policy through configuration and plugins.

SetupDocsCommunityMaturity

Verdict Our Kong proxy-Wasm fixture built in 22 seconds and passed all 6 tests, but that result covers only a small Rust directory inside the gateway repository. Kong is a sensible shortlist choice when one boundary must govern APIs, several LLM providers, and MCP traffic.

Full review →
12

gradio

gradio-app/gradio · ★ 44k45/7d · Python

Gradio is a Python package for turning a machine-learning model, API, or ordinary function into an interactive web app. It solves the awkward last mile between working Python code and a browser interface that colleagues, clients, or testers can actually use. Built-in sharing also makes short-lived remote demos possible without first arranging conventional hosting.

SetupDocsCommunityMaturity

Verdict Our build completed in 96 seconds, but the test command hit the 900-second cap. Gradio is still an easy recommendation for Python teams that need to put a useful interface around computation quickly, especially for demos and internal tools.

Full review →
13

github-mcp-server

github/github-mcp-server · ★ 33k143/7d · Go

GitHub MCP Server is GitHub's official bridge between Model Context Protocol clients and GitHub APIs. It lets coding agents read repositories, inspect issues and pull requests, query Actions and security data, and perform authorized changes through structured tools instead of screen scraping or improvised shell commands.

SetupDocsCommunityMaturity

Verdict Our GitHub MCP Server run built in 42 seconds and passed all 29 tests in 28 seconds, giving the official integration a clean measured baseline. It is the first GitHub MCP server to try, provided you start with read-only mode, narrow toolsets, and the smallest useful OAuth scopes.

Full review →
14

Anthropic-Cybersecurity-Skills

mukul975/Anthropic-Cybersecurity-Skills · ★ 33k389/7d · Python

This is a massive, open-source library of over 800 cybersecurity skills designed to be plugged into AI agents. It solves the 'blank slate' problem, giving a generic AI the specialized, structured knowledge of a senior security analyst for tasks like incident response, threat hunting, and forensics.

SetupDocsCommunityMaturity

Verdict Anthropic Cybersecurity Skills is an indispensable, foundational library for anyone building serious AI agents for security. It's not a complete solution, but it provides the most comprehensive, well-structured, and up-to-date knowledge base available.

Full review →
15

gitleaks

gitleaks/gitleaks · ★ 29k157/7d · Go

Gitleaks is a command-line scanner that looks for passwords, API keys, and other secrets in Git history, directories, files, or standard input. It is meant to stop credentials from reaching a repository or to find them later in history, with outputs that fit local hooks and CI systems.

SetupDocsCommunityMaturity

Verdict Our Gitleaks build finished in 28 seconds and all 7 parsed Go test groups passed in 10 seconds, so it remains an easy secret-scanning baseline for Git and CI. Use it as one layer, with reviewed rules and suppressions, because a clean result cannot cover credential formats the rules do not recognize.

Full review →
16

crush

charmbracelet/crush · ★ 28k160/7d · Go

Crush is a terminal coding agent that can inspect and edit a project, run tools with permission, use language servers, and connect to several model providers. It keeps work in sessions and extends its tool set through MCP servers and Agent Skills.

SetupDocsCommunityMaturity

Verdict Our Crush run built in 155 seconds and passed all 52 tests in 192 seconds, making this the cleanest contributor result in this batch so far. Use it if you want a polished terminal agent with real provider choice, MCP support, skills, and permission controls.

Full review →
17

fastmcp

PrefectHQ/fastmcp · ★ 28k116/7d · Python

FastMCP is a Python framework for building Model Context Protocol servers, clients, and interactive MCP apps. It turns ordinary functions into tools with generated schemas and handles protocol details such as transports, validation, lifecycle, and authentication.

SetupDocsCommunityMaturity

Verdict Our FastMCP run installed 95 packages and built in 9 seconds, but test collection failed after 9 seconds on a missing OpenTelemetry SDK module. Use FastMCP when a Python team wants productive server and client abstractions and will test authentication as a separate subsystem.

Full review →
18

onnxruntime

microsoft/onnxruntime · ★ 22k52/7d · C++

ONNX Runtime executes ONNX machine-learning models across CPUs, GPUs, browsers, mobile devices, and vendor accelerators. It lets teams export a model from a training framework, then run inference through one runtime while selecting an execution provider suited to the deployment hardware.

SetupDocsCommunityMaturity

Verdict Our ONNX Runtime setup installed 65 packages and completed its measured build step in 10 seconds, but no test target ran, so that result supports a package trial rather than a source-build claim. ONNX Runtime is the default shortlist choice when one exported model must reach several hardware families.

Full review →
19

llm

simonw/llm · ★ 13k33/7d · Python

LLM is a Python command-line tool and library for sending prompts to hosted or local language models through one workflow. It also stores conversations in SQLite, handles attachments and structured output, runs tools, creates embeddings, and grows through provider and feature plugins.

SetupDocsCommunityMaturity

Verdict Our LLM install used 60 packages and 67 MB, but its tests stopped in 8 seconds because `llm_echo` was missing, so the source checkout is easier to use than to verify from our measured setup. LLM is the best fit here for an engineer who wants one scriptable command, durable SQLite history, and a broad plugin vocabulary across hosted and local models.

Full review →
20

Awesome-MCP-ZH

yzfly/Awesome-MCP-ZH · ★ 7.7k10/7d

This is a comprehensive, curated directory of resources for the Model Context Protocol (MCP), an open standard that lets AI models interact with external tools and data. It's built specifically for a Chinese-speaking audience, collecting everything from beginner explanations and client software recommendations to a massive, categorized list of MCP servers that give AI new capabilities. It solves the discovery problem for anyone in the Chinese tech community looking to build with or use AI agents.

SetupDocsCommunityMaturity

Verdict For any Mandarin speaker interested in the AI agent ecosystem, Awesome-MCP-ZH is an indispensable and brilliantly executed resource. It's more than a list; it's a curated gateway that provides context, practical advice, and a comprehensive map of a complex new field.

Full review →
21

awesome-agentic-ai-zh

WenyuChiou/awesome-agentic-ai-zh · ★ 7.0k281/7d · Python

awesome-agentic-ai-zh is a Traditional Chinese-first learning roadmap for AI agents, with complete English and Simplified Chinese editions maintained alongside it. It organizes concepts, projects, and small exercises into separate paths for using agent CLIs and building agent systems.

SetupDocsCommunityMaturity

Verdict Our run installed 35 packages in 14 seconds, built the documentation in 4 seconds, and found 0 known vulnerabilities, making the curriculum easy to inspect locally. Choose it if you want a maintained, trilingual route through CLI agents, Claude Code, MCP, and multi-agent systems.

Full review →
22

kubernetes-mcp-server

containers/kubernetes-mcp-server · ★ 2.1k22/7d · Go

kubernetes-mcp-server lets MCP clients inspect and operate Kubernetes and OpenShift through a native Go server. It talks directly to the Kubernetes API and exposes tools for resources, pods, logs, metrics, Helm, multiple clusters, and optional ecosystem integrations.

SetupDocsCommunityMaturity

Verdict Our kubernetes-mcp-server run installed 393 Go packages, built successfully, and passed all 36 tests in 102 seconds, the strongest clean build result in this batch. Use it for supervised cluster diagnosis with a dedicated read-only ServiceAccount, a narrow toolset, and sensitive kinds denied.

Full review →
23

JavaGuide

Snailclimb/JavaGuide · ★ 159k178/7d · JavaScript

JavaGuide is primarily a Chinese-language study and interview guide for Java and backend engineering. An English README exists, but representative linked lessons remain Chinese; the project helps readers organize topics such as the JVM, concurrency, databases, system design, and newer AI application concepts.

SetupDocsCommunityMaturity

Verdict JavaGuide is an excellent free map for Chinese-reading Java developers who need to find gaps before an interview. Its breadth is the draw, but that same breadth means readers must choose a path and verify sensitive details against primary documentation.

Full review →
24

ui-ux-pro-max-skill

nextlevelbuilder/ui-ux-pro-max-skill · ★ 128k1.8k/7d · Python

UI UX Pro Max is an installable skill and search tool that gives coding agents curated interface styles, color palettes, typography pairings, layout patterns, accessibility checks, and framework-specific advice. It helps an agent choose a coherent design direction before generating UI code.

SetupDocsCommunityMaturity

Verdict Our UI UX Pro Max CLI install added 32 packages in 31 seconds and built in 13 seconds with 0 audit findings, but it exposed no test target to our harness. Use it as a design brief generator and checklist for agent-built interfaces, especially when a solo developer needs a firmer starting point.

Full review →
25

codex

openai/codex · ★ 124k1.9k/7d · Rust

Codex CLI is OpenAI's local coding agent for working on repositories from a terminal. It can inspect files, edit code, run commands under sandbox and approval rules, and connect the work to a ChatGPT account or OpenAI API key.

SetupDocsCommunityMaturity

Verdict Our Codex checkout installed 1 pnpm package in 21 seconds but exposed no build or test target, so that run validates only a thin Node workspace path and not the 1.5-million-line Rust project. The released CLI is worth using for developers who want an agent inside a real terminal with visible edits, commands, and approval boundaries.

Full review →
26

pytorch

pytorch/pytorch · ★ 103k162/7d · Python

PyTorch is a Python framework for tensor computation, automatic differentiation, and neural-network development on CPUs and several kinds of accelerators. It gives researchers and production teams one ecosystem for writing models in Python, training them at scale, and compiling or exporting them for deployment.

SetupDocsCommunityMaturity

Verdict Our PyTorch install took 645 seconds, its source build failed, and pytest stopped at 200 collection or setup errors, so use the official binaries unless contributing to the framework is the job. PyTorch remains the practical default for teams that need its model ecosystem and multi-accelerator reach.

Full review →
27

agent-skills

addyosmani/agent-skills · ★ 95k1.6k/7d · JavaScript

Agent Skills is a pack of Markdown workflows that tells AI coding agents how to specify, plan, build, test, review, and ship software. It supplies 24 skills, 8 slash commands, reference checklists, and specialist personas for Claude Code, Codex, Cursor, Gemini CLI, and other compatible agents.

SetupDocsCommunityMaturity

Verdict Our Agent Skills fixture installed 0 packages in 8 seconds and passed its single test in 6 seconds, so the repository is cheap to inspect but lightly proven by that measured path. Use it as a menu of editable working agreements, beginning with 1 or 2 skills that solve a known failure in your team.

Full review →
28

Understand-Anything

Egonex-AI/Understand-Anything · ★ 83k1.1k/7d · TypeScript

Understand Anything is an English-language Claude Code plugin, with several translated READMEs and installers for other coding agents, that turns a repository into a searchable knowledge graph and local dashboard. It combines Tree-sitter structure with LLM-written summaries, tours, domain flows, and answers about the code.

SetupDocsCommunityMaturity

Verdict Our run installed 585 packages, built in 45 seconds, and passed tests in 48 seconds, making Understand Anything easy to trial despite its 662 MB dependency footprint. Use it as an onboarding map and question interface, especially if your team already has a supported coding-agent subscription.

Full review →
29

Front-End-Checklist

thedaviddias/Front-End-Checklist · ★ 74k63/7d · MDX

Front-End Checklist is a catalog of 385 English rules for reviewing HTML, CSS, JavaScript, accessibility, performance, SEO, security, images, testing, privacy, and internationalization. Humans can browse it, while AI agents can query the same material through a hosted MCP server or installable skills.

SetupDocsCommunityMaturity

Verdict Our Front-End Checklist run installed 1,362 packages and used 1,421 MB, then built in 105 seconds and passed all 20 Jest tests in 29 seconds. Use the README or hosted rule browser as a strong review prompt, and add the MCP only when agent access to 385 rules justifies an external service connection.

Full review →
30

docling

docling-project/docling · ★ 66k243/7d · Python

Docling turns PDFs, office files, images, audio, video, email, and other formats into structured Markdown, HTML, JSON, or its own document model. It handles the messy first step in search and AI systems: recovering text, tables, layout, reading order, and media while allowing local processing.

SetupDocsCommunityMaturity

Verdict Docling is the first project we would trial when one local pipeline must understand many document types and preserve more than plain text. Its format range, document model, exports, integrations, service, and MCP route save substantial assembly work.

Full review →
31

litellm

BerriAI/litellm · ★ 59k515/7d · Python

LiteLLM is an open-source Python SDK and deployable gateway that presents many model providers through a mostly OpenAI-shaped API. It gives applications one place for routing, fallbacks, virtual keys, budgets, usage records, guardrails, and provider credentials instead of baking each vendor's client into every service.

SetupDocsCommunityMaturity

Verdict LiteLLM is the practical default when a team needs one API in front of several model vendors. The provider coverage and proxy controls solve real duplication, but the gateway becomes a privileged billing and credential boundary that deserves careful operation.

Full review →
32

chrome-devtools-mcp

ChromeDevTools/chrome-devtools-mcp · ★ 52k682/7d · TypeScript

Chrome DevTools MCP is a Model Context Protocol server and standalone CLI that lets coding agents control and inspect a live Chrome browser. It exposes page automation, screenshots, console and network data, performance traces, PWA checks, and memory analysis through Chrome DevTools and Puppeteer.

SetupDocsCommunityMaturity

Verdict Our Chrome DevTools MCP build finished in 43 seconds, but its test suite failed after 108 seconds in a Puppeteer browser-connection path even though npm audit found 0 vulnerabilities. Use it when an agent needs real console, network, trace, PWA, or heap evidence from Chrome.

Full review →
33

humanizer

blader/humanizer · ★ 49k2.6k/7d · Python

Humanizer is a Markdown skill that tells an AI agent how to rewrite stiff, generic, or salesy prose while preserving supported claims. It uses 35 writing patterns drawn from Wikipedia's guidance on signs of AI writing, with separate behavior for pasted text, files, and samples of the writer's voice.

SetupDocsCommunityMaturity

Verdict Our Humanizer run installed in 8 seconds and built in 10, but the 9-file repository exposed no test target for its 35 rewrite patterns. Use it as an inspectable editing checklist inside Claude Code or another skill-aware agent, with a human reviewing the result.

Full review →
34

ai-job-search

MadsLorentzen/ai-job-search · ★ 43k1.4k/7d · Python

AI Job Search is a local Claude Code workflow for profiling a candidate, finding openings, judging fit, tailoring a CV and cover letter, and preparing for interviews. It keeps applications and outcomes in files you control, with Danish job-board tools included and a path for adding portals in other markets.

SetupDocsCommunityMaturity

Verdict Our ai-job-search run passed all 307 measured tests in 25 seconds after a 9-second install, making it the cleanest executable result in this group. Use it if Claude Code already fits your workflow and you want careful drafts, PDF checks, and application history under your control.

Full review →
35

langgraph

langchain-ai/langgraph · ★ 42k375/7d · Python

LangGraph is a Python framework for agents and workflows that keep state, pause for human input, and resume after interruptions. It gives developers graph-shaped control over what runs next when a simple prompt-and-response loop is too fragile.

SetupDocsCommunityMaturity

Verdict Our `libs/cli` build finished in 7 seconds and pip-audit found 0 vulnerabilities, but pytest ran 0 of the 341 collected tests because it rejected `asyncio_mode`, so the checkout is easy to package and not cleanly verifiable in our fresh environment. LangGraph is still the strongest choice here for Python teams that need explicit state, interrupts, and resumable agent runs.

Full review →
36

QwenPaw

agentscope-ai/QwenPaw · ★ 35k263/7d · Python

QwenPaw is a self-hosted personal AI assistant that keeps one agent, its memory, tools, and conversations available through a browser, terminal, desktop app, and chat services. It solves the glue-work problem of connecting models, scheduled jobs, MCP tools, and messaging channels without building that control plane yourself.

SetupDocsCommunityMaturity

Verdict Our QwenPaw install took 108 seconds, placed 277 packages and 999 MB on disk, then ran tests for 900 seconds without finishing, so this is a serious self-hosted agent platform rather than a light chat wrapper. Use it when persistent memory, messaging channels, MCP, scheduling, and local models belong in one system and you can operate the permissions around them.

Full review →
37

agentscope

agentscope-ai/agentscope · ★ 32k518/7d · Python

AgentScope is a Python framework for building tool-using AI agents, then running them as multi-user services with storage, scheduling, retrieval, and chat interfaces. It solves the jump from a small agent loop to an application that needs sessions, permissions, workspaces, and several model providers.

SetupDocsCommunityMaturity

Verdict Our AgentScope run passed 1,977 tests after a 269-second install that consumed 1,039 MB, so it is well tested and expensive to install. Use it when your Python agent needs to grow into a multi-user service with permissions, persistence, MCP, and isolated workspaces.

Full review →
38

Handy

cjpais/Handy · ★ 32k401/7d · Rust

Handy is a desktop dictation app that records speech, transcribes it locally, and pastes the result into the active text field. It uses Whisper or Parakeet models on Windows, macOS, and Linux, so ordinary dictation does not send voice recordings to a hosted service.

SetupDocsCommunityMaturity

Verdict Our Handy checkout installed 432 packages in 35 seconds and built in 12 seconds, but it offered no test target for the harness to run. Try the packaged app first if private, system-wide dictation is worth a model download and a short permissions setup.

Full review →
39

serena

oraios/serena · ★ 29k366/7d · Python

Serena is an MCP server that gives coding agents symbol-aware search, editing, refactoring, and project memory through language servers or a paid JetBrains plugin. It tackles the cases where plain text search and line-based edits are too crude for following references or changing code across a large repository.

SetupDocsCommunityMaturity

Verdict Our Serena run built successfully, but the 840-second test step ended with 36 failures and 164 setup or collection errors, including an explicit missing-Ruby error. It is still worth trying when an MCP coding agent regularly loses track of symbols across a large repository, because 1,253 tests passed and the free backend covers more than 40 listed languages.

Full review →
40

Chat2DB

OtterMind/Chat2DB · ★ 28k28/7d · Java

Chat2DB Community is a local-first database client with an English README and translations in Chinese, Japanese, Spanish, and Korean. It combines a SQL editor, database object management, import and export, charts, and a bring-your-own-model assistant that can generate, explain, and optimize SQL.

SetupDocsCommunityMaturity

Verdict Our Chat2DB frontend install pulled 3,168 packages and used 1,635 MB, then built in 98 seconds with no test target available. It is worth trying as a single-user database workbench when broad driver coverage and optional AI assistance matter, preferably through the desktop package.

Full review →
41

planning-with-files

OthmanAdi/planning-with-files · ★ 27k190/7d · Shell

Planning with Files is a Claude Code plugin and cross-agent skill that keeps an AI coding task's plan, findings, and progress in three Markdown files instead of trusting the conversation alone. Lifecycle hooks can put the active plan back into the agent's context after `/clear`, compaction, or a crash, while optional attestation and completion checks govern longer runs.

SetupDocsCommunityMaturity

Verdict Our Planning with Files run installed 35 packages in 26 seconds and built cleanly, but the 123-second suite ended with 1 failed test and 1 collection/setup error. It suits developers who regularly lose active task state to compaction and will verify the hooks on each agent host.

Full review →
42

haystack

deepset-ai/haystack · ★ 27k66/7d · Python

Haystack is a Python framework for assembling document search, model calls, and tool-using agents into explicit pipelines. It tackles the glue code around AI applications while letting developers see and control how data moves between each step.

SetupDocsCommunityMaturity

Verdict Our Haystack run installed 71 packages in 27 seconds, but pytest ended with 112 failures and 88 errors, many tail entries naming unavailable PDF and PowerPoint modules. Use it when a Python application has enough retrieval, routing, and agent logic to justify an explicit pipeline framework.

Full review →
43

kratos

go-kratos/kratos · ★ 26k8/7d · Go

Kratos is a Go framework for building microservices with Protobuf-defined HTTP and gRPC APIs. It supplies transports, middleware, configuration, service discovery, logging, validation, telemetry hooks, and code generation; it is general backend infrastructure, not an AI model or agent framework.

SetupDocsCommunityMaturity

Verdict Our Kratos checkout installed in 27 seconds, built in 45, and passed all 44 Go test packages, making it the strongest measured source baseline in this batch. Use it when a Go team genuinely wants Protobuf-first HTTP and gRPC services with shared middleware and operational conventions.

Full review →
44

python-sdk

modelcontextprotocol/python-sdk · ★ 24k51/7d · Python

The MCP Python SDK is the official Python library for building Model Context Protocol servers and clients. It turns typed Python functions into tools, resources, and prompts, then handles stdio, Streamable HTTP, or SSE communication with compatible AI applications.

SetupDocsCommunityMaturity

Verdict Our MCP Python SDK run installed 61 packages and built in 38 seconds combined, but its tests never collected because `logfire` was absent. Use it when Python and official protocol coverage matter, especially for a server or client that must track the current MCP specification.

Full review →
45

go-micro

micro/go-micro · ★ 23k8/7d · Go

Go Micro lets Go developers build ordinary network services, AI agents, and repeatable workflows in the same runtime. It can expose service methods as MCP tools, connect agents over A2A, and keep model-driven steps beside code paths whose order is fixed.

SetupDocsCommunityMaturity

Verdict Our Go Micro run built in 102 seconds and passed all 162 tests in 97 seconds, so v6 is worth a serious trial for Go teams that want agents and services in one process model. Use the deterministic flow API for business steps and place approval checks around model-selected tools.

Full review →
46

pipecat

pipecat-ai/pipecat · ★ 16k190/7d · Python

Pipecat is a Python framework for real-time voice and multimodal agents. It connects speech recognition, language models, speech generation, phone or web transports, and conversation logic in one pipeline, so teams can swap providers without rebuilding the whole call flow.

SetupDocsCommunityMaturity

Verdict Our Pipecat run installed 81 packages and built in 10 seconds, but its test collection stopped after 9 seconds because `dotenv` was missing. Pipecat is a strong choice for a Python team that needs to compose several voice services and is prepared to test full calls, disconnects, and interruptions.

Full review →
47

typescript-sdk

modelcontextprotocol/typescript-sdk · ★ 13k46/7d · TypeScript

The official MCP TypeScript SDK supplies the client and server pieces for connecting AI applications to tools, resources, and prompts. It handles the protocol plumbing across Node.js, Bun, and Deno, including stdio, Streamable HTTP, OAuth helpers, and adapters for several web frameworks.

SetupDocsCommunityMaturity

Verdict Our TypeScript SDK install took 33 seconds and 665 MB, but the checkout offered no root build or test target, so adoption starts with good protocol coverage and an incomplete top-level verification story. Use it for serious TypeScript MCP work because it is the official implementation and tracks the 2026-07-28 specification closely.

Full review →
48

browser-tools-mcp

AgentDeskAI/browser-tools-mcp · ★ 7.3k4/7d · TypeScript

BrowserTools MCP lets an AI coding client inspect the Chrome tab a developer is already using. A local MCP server and unpacked extension expose console output, network traffic, selected elements, screenshots, browser storage, and Lighthouse audits without moving the session into an automated browser profile.

SetupDocsCommunityMaturity

Verdict Our browser-tools-mcp run built in 8 seconds and passed 355 of 356 tests, with the one failure in degraded attachment handling and 0 audit findings. It is a strong choice for debugging the authenticated Chrome tab in front of you, especially when console and network evidence matter more than browser automation.

Full review →
49

genkit

genkit-ai/genkit · ★ 6.4k28/7d · TypeScript

Genkit is an open-source framework for building server-side AI features in JavaScript and TypeScript, Go, Python, or Dart. It gives application developers one interface for model calls, structured output, tools, retrieval, workflows, local debugging, and production traces instead of making them assemble each part separately.

SetupDocsCommunityMaturity

Verdict Our Genkit build succeeded, but it took 407 seconds after an 8-second install, so source contributors should budget for a slow loop even though dependency setup was quick. Use Genkit when an application team wants typed AI workflows, provider plugins, local traces, and a documented route into Firebase or Cloud Run.

Full review →
50

apfel

Arthur-Ficial/apfel · ★ 6.4k26/7d · Swift

apfel is a command-line tool for macOS that unlocks the free, on-device AI model built into Apple Silicon Macs. It lets you use this powerful, private AI directly in your terminal for scripting and automation, or run it as a local server that mimics the OpenAI API for your development projects.

SetupDocsCommunityMaturity

Verdict apfel is a must-have utility for any developer or power user on a modern Mac. It brilliantly bridges the gap between Apple's powerful, private on-device AI and the command-line workflows where it can be most useful.

Full review →
51

json_repair

mangiucugna/json_repair · ★ 5.1k6/7d · Python

json_repair is a Python parser that turns common malformed JSON into valid data, especially output from language models, logs, APIs, and user input. It can replace `json.loads()`, repair partial streams, or use a JSON Schema or Pydantic model to guide the result.

SetupDocsCommunityMaturity

Verdict Our json_repair run installed 34 packages, used 36 MB, and returned zero audit findings, while 222 tests passed and 6 schema tests failed because `jsonschema` was unavailable. Use it as a guarded fallback for malformed model or API output, especially when the core parser is enough.

Full review →
52

aiperf

ai-dynamo/aiperf · ★ 66919/7d · Python

AIPerf is a Python load generator and analysis tool for measuring generative-AI inference endpoints. It sends controlled text, embedding, audio, image, or replay workloads, then reports latency, throughput, request behavior, and exported artifacts so infrastructure teams can compare serving configurations.

SetupDocsCommunityMaturity

Verdict Our AIPerf run built in 8 seconds and passed 177 tests, but 8 import errors still made the suite fail and the installed environment carried 21 known vulnerabilities. Use it when workload shape, trace replay, and analysis depth matter enough to justify a 1,038 MB Python environment.

Full review →
53

superpowers

obra/superpowers · ★ 287k3.1k/7d · Shell

Superpowers is a set of instructions and reusable skills that pushes coding agents through design, planning, test-first implementation, review, and verification. It tries to make an agent follow a repeatable engineering process instead of improvising changes from a short prompt.

SetupDocsCommunityMaturity

Verdict Our Superpowers install added 0 packages in 12 seconds and npm audit found 0 known vulnerabilities, but there was no build or test target to verify. Use it if design approval, TDD, worktrees, and staged review already match how you want agents to behave.

Full review →
54

tensorflow

tensorflow/tensorflow · ★ 200k778/7d · C++

TensorFlow is a machine-learning platform for training models and running them in applications, services, browsers, and devices. It gives researchers and product teams a shared set of Python and C++ tools for moving from experiments to deployed inference.

SetupDocsCommunityMaturity

Verdict Our TensorFlow source install stopped in 5 seconds because Bazel was absent, so use the published wheel unless you have a specific reason to build its 485.5 MB repository. TensorFlow remains a sensible choice for an existing TensorFlow estate or a product spanning training and several deployment targets.

Full review →
55

ComfyUI

Comfy-Org/ComfyUI · ★ 133k1.3k/7d · Python

ComfyUI is a visual, node-based engine for building AI media workflows without writing the whole pipeline in code. It lets creators connect models and processing steps for images, video, audio, 3D, and text, then save, reuse, or expose those workflows through an API or simplified App Mode interface.

SetupDocsCommunityMaturity

Verdict Our build finished in 8 seconds, but the test run ended with 44 failures and 65 collection or setup errors. ComfyUI is still the strongest choice here when visible, reusable graph control is the actual requirement, particularly across several media types.

Full review →
56

generative-ai-for-beginners

microsoft/generative-ai-for-beginners · ★ 120k390/7d · Jupyter Notebook

Generative AI for Beginners is an English-language Microsoft course with automated translations into more than 50 languages. Its advertised 21 lessons explain language models and walk learners through small Python or TypeScript examples covering prompts, chat, search, images, function calling, RAG, agents, security, and model choices.

SetupDocsCommunityMaturity

Verdict Our run installed 283 packages in 26 seconds with 0 known npm vulnerabilities, but no root build or test target existed, so the course's examples were not proven as one working system. Use it for a broad, guided introduction if you already know basic Python or TypeScript and can tolerate provider-specific setup.

Full review →
57

whisper

openai/whisper · ★ 109k424/7d · Python

Whisper is OpenAI's local speech-recognition code and model family for transcription, language identification, and translation into English. It gives Python developers an MIT-licensed reference implementation and command-line tool, with model sizes that trade memory use against accuracy and speed.

SetupDocsCommunityMaturity

Verdict Our Whisper install used 5,692 MB and its test run failed after 563 seconds with exit 137, despite a successful 12-second build and 0 known vulnerabilities. It remains the clearest reference choice for developers who want local Whisper models and can validate transcripts on their own audio.

Full review →
58

gemini-cli

google-gemini/gemini-cli · ★ 107k133/7d · TypeScript

Gemini CLI is Google's open-source terminal agent for reading code, editing files, running shell commands, searching the web, and calling Gemini models. It can work interactively or in scripts, and it supports MCP servers, project instructions, checkpoints, IDE connections, and a GitHub Action.

SetupDocsCommunityMaturity

Verdict Our Gemini CLI run installed 1,325 packages and built successfully, but 10 of 7,000 tests failed before the suite hit 900 seconds and npm audit reported 71 vulnerabilities. It is worth trying for developers committed to Gemini who need a capable terminal and MCP client, especially through the published package.

Full review →
59

awesome-mcp-servers

punkpeye/awesome-mcp-servers · ★ 95k401/7d

This is not a single piece of software, but a massive, curated directory of open-source servers built on the Model Context Protocol (MCP). MCP is a standard that lets AI models and agents safely connect to external tools like databases, APIs, and local files. This 'awesome list' solves the critical discovery problem for developers, providing a central catalog for finding pre-built capabilities to give their AI agents.

SetupDocsCommunityMaturity

Verdict Awesome MCP Servers is the definitive, indispensable catalog for the agentic AI revolution. While its massive popularity has led to clear maintenance challenges, evidenced by the thousands of open issues, its comprehensive scope and excellent organization make it the essential first stop for any developer looking to empower their AI with real-world capabilities.

Full review →
60

netdata

netdata/netdata · ★ 81k68/7d · Go

Netdata is an English-language infrastructure monitoring system that collects per-second metrics, stores and analyzes them on the monitored machines, and presents ready-made dashboards and alerts. Its agent covers hosts, containers, services, logs, anomaly detection, and an MCP interface, while optional Netdata Cloud adds shared views and access control.

SetupDocsCommunityMaturity

Verdict Our measured Netdata subproject built in 17 seconds, but pytest collected 0 tests and pip-audit found 1 known vulnerability, so that run cannot support a clean bill of health for the monitoring agent. Netdata is worth a trial when quick per-second host visibility and ready-made dashboards matter more than adopting a query-centered metrics stack.

Full review →
61

awesome-claude-skills

ComposioHQ/awesome-claude-skills · ★ 75k423/7d · Python

Awesome Claude Skills is a large directory of instruction packs that teach Claude Code and other coding agents how to handle repeatable jobs. It mixes links to outside projects with skills stored in the repository, including a Python toolkit for making Slack GIFs.

SetupDocsCommunityMaturity

Verdict Our run installed the bundled Slack GIF Creator in 28 seconds and built it in 12 seconds, but found no test target, so this repository is useful for discovery rather than blanket trust. Use it to find ideas and inspect one skill at a time.

Full review →
62

impeccable

pbakaus/impeccable · ★ 68k1.7k/7d · JavaScript

Impeccable is a design skill and detector for AI coding agents such as Claude Code, Codex, Cursor, Gemini CLI, and Copilot. It gives an agent named design commands, project context files, browser iteration, and deterministic checks so generated interfaces follow a deliberate visual system instead of repeating common AI defaults.

SetupDocsCommunityMaturity

Verdict Our Impeccable run installed 244 packages and built in 15 seconds, but the overall test script exited 1 with a final summary of 32 failures, so adopt the workflow only after reproducing its checks in your project. It is useful for teams whose coding agents already edit UI and need shared design language plus mechanical feedback.

Full review →
63

last30days-skill

mvanhorn/last30days-skill · ★ 62k428/7d · Python

Last30Days is a Claude Code skill and cross-host agent tool that searches recent discussions, videos, code activity, prediction markets, papers, and web pages, then turns them into one sourced brief. It solves the tedious part of checking several platforms separately when recent community reaction matters more than an evergreen search result.

SetupDocsCommunityMaturity

Verdict Our Last30Days run installed 35 packages and built successfully, but its test step failed after 457 seconds on UID lookup errors in six keychain tests. It is worth trying if recent community evidence is central to your work and you already use Claude Code or another supported agent host.

Full review →
64

context7

upstash/context7 · ★ 62k273/7d · TypeScript

Context7 retrieves current library documentation and code examples for coding agents through a CLI, an MCP server, or an SDK. It is meant to stop an agent from relying on old API details when answering a version-specific programming question.

SetupDocsCommunityMaturity

Verdict Our Context7 install and build finished in 38 seconds combined, but the 10-second test command still exited 1 in the SDK workspace. It is worth using when stale library APIs repeatedly waste agent turns and a hosted documentation index is acceptable.

Full review →
65

Pake

tw93/Pake · ★ 61k78/7d · Rust

Pake turns a website or local web build into a desktop application for macOS, Windows, or Linux. It uses Tauri instead of bundling a full browser, and it also provides an official Claude Code skill for agent-driven packaging.

SetupDocsCommunityMaturity

Verdict Pake is a sharp choice for turning a web service into a small desktop convenience app, especially when the CLI's presets cover the job. The friendly command hides a real Rust and platform toolchain, as our failed source build made clear.

Full review →
66

mempalace

MemPalace/mempalace · ★ 59k118/7d · Python

MemPalace is a local-first memory store for AI assistants that keeps original conversation text and retrieves it with semantic and lexical search. It can mine project files and chat transcripts, organize them into scoped collections, expose memory through MCP, and save sessions from Claude Code, Codex CLI, and Cursor hooks.

SetupDocsCommunityMaturity

Verdict MemPalace is a thoughtful fit for developers who want the original record kept locally and searchable across coding-agent sessions. Its isolated install and default embedded backend are approachable, but the 15-minute test timeout, one reported dependency vulnerability, and multi-writer edge cases argue against casual team-wide deployment.

Full review →
67

whisper.cpp

ggml-org/whisper.cpp · ★ 54k98/7d · C++

whisper.cpp is a C/C++ implementation of OpenAI's Whisper speech recognition system that can turn audio into text locally. It is built for people who need offline transcription across desktops, phones, browsers, and small computers without carrying a large software runtime.

SetupDocsCommunityMaturity

Verdict Our build succeeded in 20 seconds, but all 7 Go test targets failed to build in the supplied sandbox run. whisper.cpp is still a strong default for teams that specifically need local Whisper inference inside native, mobile, browser, or heterogeneous hardware deployments.

Full review →
68

marketingskills

coreyhaines31/marketingskills · ★ 50k1.2k/7d · JavaScript

Marketing Skills is a comprehensive library of instructions that turns general-purpose AI coding assistants into specialized marketing experts. It provides structured playbooks and frameworks as simple text files, allowing AI agents to perform complex tasks like SEO audits, conversion rate optimization, and ad campaign planning with domain-specific knowledge.

SetupDocsCommunityMaturity

Verdict For any technical marketer, founder, or growth engineer already using an AI coding agent, this project is an absolute must-have. It's a massive force multiplier, transforming your generalist AI assistant into a seasoned marketing strategist on demand.

Full review →
69

academic-research-skills

Imbad0202/academic-research-skills · ★ 48k935/7d · Python

Academic Research Skills is a set of Claude Code workflows for finding literature, drafting papers, reviewing manuscripts, and carrying evidence between those stages. It gives researchers explicit checkpoints and citation checks instead of asking one long chat to produce a paper in a single pass.

SetupDocsCommunityMaturity

Verdict Our install took 10 seconds and npm audit found 0 known vulnerabilities, but there was no build or test target for our sandbox to verify. Academic Research Skills is worth trying if you already work in Claude Code and want research stages that force human decisions.

Full review →
70

CowAgent

zhayujie/CowAgent · ★ 47k149/7d · Python

CowAgent is a self-hosted assistant that can plan work, use files and a terminal, browse the web, remember past conversations, and reply through chat services. It puts those jobs behind one web console instead of making you assemble a separate bot, memory store, scheduler, and tool runner. The default README is in English, with Chinese, Traditional Chinese, and Japanese translations.

SetupDocsCommunityMaturity

Verdict Our CowAgent run installed 98 packages in 48 seconds, but 77 tests failed and pip-audit found 35 known vulnerabilities, so this is a capable personal-agent stack that needs a guarded trial. Use it when one assistant genuinely must span memory, tools, skills, MCP, and several chat services.

Full review →
71

agentic-awesome-skills

sickn33/agentic-awesome-skills · ★ 46k257/7d · Python

Agentic Awesome Skills is a large catalog of reusable instructions for coding agents, plus local tools for finding, checking, and recording a chosen set. It helps Codex, Claude Code, Cursor, and other supported clients reuse task-specific playbooks without copying prompts by hand.

SetupDocsCommunityMaturity

Verdict Our sandbox installed 11 packages in 7 seconds but could not build because the Python validator lacked `yaml`, so Agentic Awesome Skills is easier to consume than to develop from a bare Node container. Use a selected skill or focused plugin if you need breadth across coding agents and will review what the agent chooses.

Full review →
72

Fabric

danielmiessler/fabric · ★ 44k56/7d · Go

Fabric is a Go command-line tool and REST server for running reusable Markdown prompts, called patterns, against many hosted and local AI providers. It turns tasks such as summarizing text, extracting claims, processing a web page, or working with a YouTube transcript into named commands that can be piped into other tools.

SetupDocsCommunityMaturity

Verdict Our Fabric build took 126 seconds and 32 of 33 tested packages passed, but one package still ended the run in failure without a useful assertion in the supplied tail. Fabric is worth using when named prompt files make repeated AI work easier to inspect and automate.

Full review →
73

DeepSpeed

deepspeedai/DeepSpeed · ★ 43k40/7d · Python

DeepSpeed is a Python library for training and serving models that are too large or too slow for one accelerator. It divides model data and computation across GPUs, CPUs, and storage, then lets PyTorch applications control that work through a configuration file and a small training API.

SetupDocsCommunityMaturity

Verdict Our DeepSpeed install consumed 6,106 MB, and its test command stopped with 4 collection/setup errors before any test passed or failed. Use it when ZeRO, offload, or multi-node training solves a measured memory or scale problem and your platform team can test the exact accelerator path.

Full review →
74

agno

agno-agi/agno · ★ 42k74/7d · Python

Agno is a Python framework and runtime for building agents, serving them through an API, and operating them from a web interface. It bundles storage, traces, permissions, integrations, scheduling, and several agent protocols so a team can own more of its agent platform.

SetupDocsCommunityMaturity

Verdict Our Agno quickstart installed 135 packages into 482 MB and pip-audit found 3 known vulnerabilities, so adopting it means accepting a real platform dependency, not adding a tiny agent helper. It is a strong candidate for Python teams that need agents, APIs, storage, permissions, and operations in one system.

Full review →
75

chatbox

chatboxai/chatbox · ★ 42k71/7d · TypeScript

Chatbox Community Edition is a desktop and mobile client for talking to OpenAI, Anthropic, Google, local Ollama models, and other providers from one interface. It stores conversations locally, renders Markdown, code, math, and images, and adds prompt management, model switching, streaming, and MCP-related tooling around provider APIs.

SetupDocsCommunityMaturity

Verdict Our Chatbox build finished in 108 seconds and 2,692 of 2,780 tests passed, but 2 context-related tests still failed, so the pinned source was close to green rather than green. Chatbox is a good choice for an individual who wants one local desktop history across hosted and Ollama models.

Full review →
76

claude-howto

luongnv89/claude-howto · ★ 42k98/7d · Python

Claude How To is an English-language visual curriculum for learning Claude Code, with Vietnamese, Chinese, Ukrainian, and Japanese translations. It organizes commands, memory, skills, subagents, MCP, hooks, plugins, checkpoints, and CLI use into a guided path with templates you can copy into a real project.

SetupDocsCommunityMaturity

Verdict Our run installed 35 packages in 13 seconds, built in 5 seconds, and exposed no test target, so Claude How To is easy to inspect but cannot validate itself through the path our harness found. Use it as a guided course and a box of editable starting points, especially if the official reference feels fragmented.

Full review →
77

awesome-cursorrules

PatrickJS/awesome-cursorrules · ★ 41k44/7d · JavaScript

Awesome Cursor Rules is a curated collection of `.mdc` instruction files for Cursor's project-rules system. Developers copy selected rules into `.cursor/rules/` to teach the editor about a framework, language, workflow, security constraint, or local coding convention.

SetupDocsCommunityMaturity

Verdict Our awesome-cursorrules run installed 0 packages and passed all 84 tests in 7 seconds, confirming the collection's structural checks rather than the correctness of every coding recommendation. Use it as a parts shelf: copy one relevant rule, verify every claim against your project, and edit it until it names your actual commands and constraints.

Full review →
78

AstrBot

AstrBotDevs/AstrBot · ★ 41k314/7d · Python

AstrBot is an open-source Python platform for putting an AI assistant inside chat systems such as Telegram, Slack, Discord, QQ, Feishu, and DingTalk. Its main README is in English, with Chinese, Japanese, French, Spanish, and Russian versions linked, and its documentation and release notes include substantial Chinese-language material.

SetupDocsCommunityMaturity

Verdict Our AstrBot install and build finished in 82 seconds total, and pip-audit found 0 known vulnerabilities, but tests never started because `pytest_asyncio` was missing. AstrBot is a strong candidate for a multilingual, self-hosted assistant spanning several chat networks, especially the Chinese platforms its official adapters cover.

Full review →
79

diagram-design

cathrynlavery/diagram-design · ★ 40k3.6k/7d · HTML

Diagram Design is a skill and plugin that helps Claude Code, Codex, Factory Droid, and Pi turn a written brief into self-contained HTML and SVG diagrams. It packages 39 diagram types, an editorial visual system, brand profiles, import tools, accessibility rules, and optional motion so generated charts need less design repair.

SetupDocsCommunityMaturity

Verdict Our Diagram Design run installed 35 packages and built in 19 seconds combined, but no test target existed, so the strongest evidence is its inspectable templates and CI tooling rather than a passing suite. Use it when an agent already sits in your writing workflow and editorial restraint matters more than exact deterministic layout.

Full review →
80

DeepTutor

HKUDS/DeepTutor · ★ 40k611/7d · Python

DeepTutor is a self-hosted learning workspace that combines chat, document retrieval, guided study, quizzes, writing, books, and persistent AI partners. The main README is English and links translated documentation, while users bring their own local or hosted model providers.

SetupDocsCommunityMaturity

Verdict Our DeepTutor run installed 200 packages and built successfully, but pytest collected 0 tests because configuration and a test dependency were missing, while pip-audit found 4 known vulnerabilities. That makes it a strong evaluation candidate for technical learners, not a release you should approve from the green build alone.

Full review →
81

agents

wshobson/agents · ★ 40k184/7d · Python

wshobson/agents is a marketplace of agent profiles, skills, commands, and orchestrated workflows for Claude Code, Codex, Cursor, OpenCode, Antigravity CLI, and GitHub Copilot. It lets developers install focused instruction packages instead of copying a large prompt library into every project.

SetupDocsCommunityMaturity

Verdict Our PluginEval run installed 42 packages, passed 111 tests in 12 seconds, and reported 0 known vulnerabilities, giving this marketplace's evaluator a clean measured baseline. Use wshobson/agents when you want a broad Claude Code plugin catalog or need one source adapted for several coding agents.

Full review →
82

claude-code-router

musistudio/claude-code-router · ★ 37k95/7d · TypeScript

Claude Code Router is a local gateway that puts several coding agents behind one provider, model, credential, routing, and logging layer. Its English README is the primary page and a Chinese translation is available; the app supports Claude Code, Codex, OpenCode, Kimi CLI, and other compatible clients while translating requests across several model API formats.

SetupDocsCommunityMaturity

Verdict Our Claude Code Router install pulled 1,892 packages and 493 MB, then the release build stopped at 32 seconds for a missing `GH_TOKEN`, so this is a substantial control plane rather than a tiny proxy. Use it when several agents and providers already create enough configuration churn to justify one local routing and observability layer.

Full review →
83

pytorch-image-models

huggingface/pytorch-image-models · ★ 37k13/7d · Python

PyTorch Image Models, usually imported as `timm`, is a Python library that puts many image encoders, pretrained weights, data transforms, optimizers, and training scripts behind a shared PyTorch interface. It solves the tedious parts of comparing vision backbones and reusing their intermediate features without copying each paper's repository.

SetupDocsCommunityMaturity

Verdict Our `timm` install consumed 5,432 MB and its test run exited 137 after 319 seconds at roughly 1% progress, even though the 7-second package build succeeded. Use it when a shared PyTorch API across many image backbones will save more engineering time than the large environment and model-by-model validation cost.

Full review →
84

OpenMAIC

THU-MAIC/OpenMAIC · ★ 37k2.8k/7d · TypeScript

OpenMAIC is an English-documented, open-source classroom generator that turns a topic or uploaded material into slides, quizzes, simulations, project work, and conversations with AI teachers and classmates. It can play lessons in the browser, edit generated scenes, and export presentations, interactive HTML, or video.

SetupDocsCommunityMaturity

Verdict Our OpenMAIC build passed in 116 seconds and 4,892 of 4,954 tests passed, but installation consumed 2,672 MB and one guarded-import test failed. It is a strong trial candidate for educators who want to edit an AI-built lesson and can review every claim before delivery.

Full review →
85

claude-plugins-official

anthropics/claude-plugins-official · ★ 36k272/7d · Python

Claude Plugins Official is Anthropic's managed marketplace directory for Claude Code plugins. It contains Anthropic-maintained plugins and external entries from partners or the community, with optional commands, agents, skills, language servers, hooks, and MCP server connections.

SetupDocsCommunityMaturity

Verdict Our Discord-plugin install took 46 seconds for 130 packages, yet the directory offered no build or test target for that measured path. Use Claude Plugins Official as a discovery index and convenient installer, not as a blanket trust decision.

Full review →
86

DeepSeek-Reasonix

esengine/DeepSeek-Reasonix · ★ 36k106/7d · Go

Reasonix is a Go-based coding agent that runs in a terminal, desktop app, browser, or editor through ACP. It gives long coding sessions a shared engine with permissions, workspace boundaries, checkpoints, model choice, and plugins, so developers can leave work running without surrendering every file and command to an opaque process.

SetupDocsCommunityMaturity

Verdict Our 749-second test run ended with 25 of 26 Go packages passing, so Reasonix is buildable but not clean enough at commit b9cf32f for an unquestioned rollout. Use it if its shared CLI, desktop, web, and ACP engine solves a real workflow problem and you are prepared to pin a release.

Full review →
87

diffusers

huggingface/diffusers · ★ 35k64/7d · Python

Diffusers is a Python library for running and training diffusion models that generate images, video, audio, and other structured outputs. It packages pretrained pipelines, model components, and noise schedulers behind APIs that can be used as-is or rearranged for research and product code.

SetupDocsCommunityMaturity

Verdict Our Diffusers install consumed 5,650 MB, pip-audit found 31 known vulnerabilities, and the test suite timed out at 900 seconds with failures already visible, so production adoption needs a narrowed dependency set and pipeline-specific tests. It remains the practical library choice for Python teams that need early access to many diffusion architectures and control over their parts.

Full review →
88

Vibe-Trading

HKUDS/Vibe-Trading · ★ 34k446/7d · Python

Vibe-Trading is a Python research workspace that connects an AI agent to market-data loaders, backtests, portfolio analysis, reports, broker journals, finance tools, and optional broker connectors. It helps turn a plain-language trading question into inspectable code and artifacts, while also exposing research tools through a CLI, web app, REST API, messaging channels, and MCP.

SetupDocsCommunityMaturity

Verdict Our Vibe-Trading run passed 11,133 of 11,134 tests, with the only failure caused by a missing passwd entry for container UID 1000. That is strong evidence for its research code, and none for expected returns or safe live execution.

Full review →
89

nuwa-skill

alchaincyf/nuwa-skill · ★ 33k423/7d · Python

Nuwa's primary documentation and skill instructions are Chinese; a full English README is available. It directs an AI agent to research a public person's writing, interviews, decisions, critics, and speaking style, then turn that material into a reusable perspective skill with stated limits and sources.

SetupDocsCommunityMaturity

Verdict Our Nuwa run installed 35 packages in 16 seconds and built in 5 seconds, but it had no test target, so the mechanics passed without validating a generated person's accuracy. Use it for an explicitly labeled perspective exercise when you will read the research notes and keep inference visible.

Full review →
90

AIHawk

feder-cr/AIHawk · ★ 32k1.3k/7d · Python

AIHawk is an open-source AI browser agent: you tell it in plain language to browse, click, type and read real web pages, and it drives an actual browser to do it. The problem it solves is slow, brittle, manual web workflows, like checking fares across calendar widgets, or filling forms that lack APIs.

SetupDocsCommunityMaturity

Verdict AIHawk installed in 39 seconds, passed all 138 tests in 22 seconds, and exposed zero known vulnerabilities in our sandbox; if you can accept the OpenRouter key and the fact that a browser agent's judgment is only as good as the model you point it at, it is a legitimate shortcut for real web automation..

Full review →
91

blender-mcp

MCPBlender/blender-mcp · ★ 29k914/7d · Python

Blender MCP connects an MCP-capable AI client to a Blender add-on so the model can inspect a scene, edit objects and materials, run Python, and bring in external assets. It solves the awkward handoff between a text agent and Blender by translating MCP tool calls into commands over a local socket.

SetupDocsCommunityMaturity

Verdict Our Blender MCP run installed 60 packages and passed all 20 tests in 35 seconds across install, build, and test steps. Use it for supervised scene prototyping where a technical artist can inspect each change and revert the Blender file.

Full review →
92

blender-mcp

ahujasid/blender-mcp · ★ 29k914/7d · Python

Blender MCP connects an MCP-capable AI client to a Blender add-on so the model can inspect a scene, edit objects and materials, run Python, and bring in external assets. It solves the awkward handoff between a text agent and Blender by translating MCP tool calls into commands over a local socket.

SetupDocsCommunityMaturity

Verdict Our Blender MCP run installed 60 packages and passed all 20 tests in 69 seconds across install, build, and test steps. Use it for supervised scene prototyping where a technical artist can inspect each change and revert the Blender file.

Full review →
93

mlflow

mlflow/mlflow · ★ 28k100/7d · Python

MLflow is a server and SDK for recording machine-learning experiments, registering models, tracing agent calls, evaluating outputs, and controlling access to model providers. It gives teams one place to inspect runs and production AI behavior instead of assembling separate tracking, registry, and observability services.

SetupDocsCommunityMaturity

Verdict Our MLflow run installed 116 packages and used 601 MB, then 273 tests passed before 200 collection or setup errors stopped the suite. Use it when experiment tracking, model governance, and agent observability genuinely belong on one operated platform.

Full review →
94

shap

shap/shap · ★ 26k31/7d · Jupyter Notebook

SHAP is a Python toolkit for explaining how model inputs contribute to individual predictions and broader model behavior. It gives data scientists a common set of explainers and plots for tree models, neural networks, text pipelines, and functions that do not expose their internals.

SetupDocsCommunityMaturity

Verdict Our SHAP install took 91 seconds and its 4-second build passed, but test collection stopped in 5 seconds because matplotlib was missing. Use it when one attribution interface across several model families is worth learning the assumptions behind each explainer.

Full review →
95

flash-attention

Dao-AILab/flash-attention · ★ 25k45/7d · Python

FlashAttention is the official implementation of an exact attention algorithm that reduces data movement between GPU memory and faster on-chip memory. It supplies specialized training and inference kernels for supported NVIDIA and AMD GPUs, so model builders can replace a costly attention operation without changing its mathematical result.

SetupDocsCommunityMaturity

Verdict Our FlashAttention checkout installed and built in 30 seconds, but pytest then stopped with 122 collection or setup errors and no executed test result. Use it when a supported GPU, an exact attention workload, and measured model-level gains justify owning a compiled extension.

Full review →
96

t3code

pingdotgg/t3code · ★ 23k561/7d · TypeScript

T3 Code is a control surface for coding agents already installed on your computer. Its web, desktop, and mobile clients connect to a local or remote server that owns Codex, Claude Code, Cursor, Grok Build, and OpenCode sessions, letting you manage threads, terminals, diffs, permissions, and agent work away from the original terminal.

SetupDocsCommunityMaturity

Verdict Our T3 Code build succeeded in 60 seconds and 2,705 of 2,712 tests passed in 728 seconds with 0 failures, so this young control surface has unusually credible engineering evidence. Use it when remote phone access and one interface across Codex, Claude Code, Cursor, Grok, and OpenCode solve a daily problem.

Full review →
97

watermarks-remover

guillaumemeyer/watermarks-remover · ★ 22k566/7d · Python

watermarks-remover inspects and removes AI provenance signals and ordinary metadata from text, images, documents, web files, and audio or video containers that you own. It provides Python command-line tools, a local HTTP service, a Claude Code plugin, and optional research harnesses for checking several statistical watermark schemes.

SetupDocsCommunityMaturity

Verdict Our watermarks-remover run installed 55 packages, built in 7 seconds, and passed its tests in 72 seconds with 0 known dependency vulnerabilities. That clean baseline makes it worth evaluating for authorized file hygiene, especially when outputs are written beside untouched originals.

Full review →
98

peft

huggingface/peft · ★ 22k41/7d · Python

PEFT is a Python library for adapting large pretrained AI models while training only a small fraction of their parameters. It tackles the cost and storage burden of full fine-tuning, and connects directly with Hugging Face Transformers, Diffusers, and Accelerate.

SetupDocsCommunityMaturity

Verdict Our build finished in 13 seconds, but the test suite was still running when the 900-second cap stopped it. PEFT is the sensible default when you already use Hugging Face libraries and want adapter-based tuning without maintaining the method implementations yourself.

Full review →
99

agency-agents-zh

jnMetaCode/agency-agents-zh · ★ 21k146/7d · Shell

agency-agents-zh is a Chinese-language collection of 277 ready-made AI expert roles, with English documentation available through its linked upstream project. It gives teams reusable role instructions and workflows for coding assistants, including 64 roles tailored to Chinese platforms and industries, so they do not have to draft every specialist persona from scratch.

SetupDocsCommunityMaturity

Verdict Our install finished in 4 seconds with 0 packages added. Use agency-agents-zh as a well-stocked Chinese role library, especially when its platform-specific experts save you from translating or localizing the English upstream yourself.

Full review →
100

FunASR

modelscope/FunASR · ★ 20k119/7d · Python

FunASR is a Python speech-recognition toolkit for offline transcription, streaming recognition, voice activity detection, punctuation, speaker diarization, emotion tags, training, and model deployment. It offers several checkpoint families instead of one fixed model, plus an OpenAI-compatible server and an MCP server for agent clients. The default README is English, with Simplified Chinese, Japanese, and Korean versions linked at the top.

SetupDocsCommunityMaturity

Verdict Our FunASR run installed 94 packages and built in 13 seconds, but pytest executed 0 tests because collection ended with a `SystemExit: 2` error. Trial it when Chinese or multilingual speech, streaming, diarization, or edge deployment requires more choice than one Whisper model provides.

Full review →
101

SkillSpector

NVIDIA/SkillSpector · ★ 17k652/7d · Python

SkillSpector checks AI-agent skill files for prompt injection, data theft, dangerous code, excessive permissions, vulnerable dependencies, and other install risks. It reads the skill without running it, then combines static checks with optional language-model analysis to produce a score and recommendation.

SetupDocsCommunityMaturity

Verdict Our run installed 103 npm packages in 35 seconds and used 232 MB, but the checkout exposed no build or test target, so it did not verify the Python scanner. Use SkillSpector as pre-install triage alongside coverage checks and human review, especially for skills with scripts or broad permissions.

Full review →
102

claude-seo

AgriciDaniel/claude-seo · ★ 17k323/7d · Python

Claude SEO is a Claude Code plugin that turns website auditing into a set of local commands and specialist agent workflows. It checks technical SEO, content, schema, search data, local visibility, and AI citation signals, then writes reports and prioritized actions instead of locking the findings in a vendor dashboard.

SetupDocsCommunityMaturity

Verdict Our Claude SEO run installed 92 packages and built cleanly, but 2 tests failed when a dry-run hit an HTTP 403 rate limit. Use it as an open, inspectable audit assistant if Claude Code is already part of the job and a human will verify the recommendations.

Full review →
103

xiaohongshu-mcp

xpzouying/xiaohongshu-mcp · ★ 16k110/7d · Go

xiaohongshu-mcp is a Chinese-first MCP server that lets an AI client operate Xiaohongshu through an automated browser. A maintained English README exists. Its tools can log in, search and read posts, inspect profiles, publish images or video, and perform account actions such as commenting, liking, and saving.

SetupDocsCommunityMaturity

Verdict Our xiaohongshu-mcp run installed 67 packages in 14 seconds and passed all 8 test packages, but that clean result cannot protect browser selectors from a Xiaohongshu page change. Use it for supervised local workflows where a person approves every public action and can repair login or search when the site moves.

Full review →
104

speech-to-speech

huggingface/speech-to-speech · ★ 13k69/7d · Python

Speech to Speech is a Python voice-agent pipeline that listens, turns speech into text, gets a language-model response, and speaks the answer. Each stage can be swapped, while applications connect through a documented subset of the OpenAI Realtime protocol over WebSocket or WebRTC.

SetupDocsCommunityMaturity

Verdict Our speech-to-speech run produced 43 collection/setup errors and only 6 passing tests, even though installation and build both succeeded, so version 1.0.0 did not clear a basic source-checkout gate in our sandbox. It is still worth evaluating for experienced voice teams that need swappable local components and a Realtime-compatible client surface.

Full review →
105

FluidVoice

altic-dev/FluidVoice · ★ 12k196/7d · Swift

FluidVoice is a macOS dictation app that turns speech into text locally and inserts it into almost any app. It solves the usual privacy and subscription concerns of cloud dictation, while adding optional voice commands and AI cleanup.

SetupDocsCommunityMaturity

Verdict FluidVoice is one of the strongest free Mac dictation trials because installation is simple, model choice is broad, and the core speech path can remain local. The private Fluid Intelligence runtime weakens the open-source pitch, and recent microphone and insertion bugs make it risky for work where a missed sentence is costly.

Full review →
106

RapidRAW

CyberTimon/RapidRAW · ★ 10k81/7d · TypeScript

RapidRAW is a desktop and experimental Android photo editor that leaves original images untouched and stores adjustments in sidecar files. It combines a RAW library, GPU color processing, masks, batch export, compositing tools, and optional generative editing for photographers who want an open alternative to subscription software.

SetupDocsCommunityMaturity

Verdict Our RapidRAW run installed 427 packages, built in 5 seconds, and found 0 npm vulnerabilities, but the repository offered no test target. It is worth trying as a parallel editor for its sidecars, GPU workflow, local masks, and cross-platform packages.

Full review →
107

pocket-tts

kyutai-labs/pocket-tts · ★ 9.5k85/7d · Python

Pocket TTS is a local text-to-speech engine built to run on a CPU instead of depending on a hosted voice API or dedicated GPU. It gives Python applications, scripts, and a bundled local server streamed speech, supplied voices, and voice cloning across seven documented languages.

SetupDocsCommunityMaturity

Verdict Our Pocket TTS install took 39 seconds and 41 of 42 tests passed, but the remaining 8-bit WAV test failed because `soundfile` was unavailable. That is a reasonable trial result for a developer who wants private CPU speech, provided audio validation and dependency checks are part of the application.

Full review →
108

rf-detr

roboflow/rf-detr · ★ 9.5k85/7d · Python

RF-DETR is a Python model family for finding objects, drawing instance masks, and, in preview form, locating human keypoints in images. It gives computer-vision teams one API for using pretrained models, fine-tuning them on COCO-format data, and exporting the result to several deployment runtimes.

SetupDocsCommunityMaturity

Verdict Our RF-DETR install took 160 seconds and 5,778 MB, then its tests stopped on an unrecognized pytest option, so adopting the source tree requires more care than the short inference example suggests. It deserves a trial if detection and segmentation under one API fit your work and you can compare models on your own GPU.

Full review →
109

Graft

NanoNets/Graft · ★ 8.1k1.4k/7d · TypeScript

Graft builds a local graph of a codebase so coding agents can find systems, symbols, callers, and change impact without rereading the repository from scratch. Its structural layer uses tree-sitter, while an optional model-backed pass adds summaries and concept nodes for Claude Code, Codex, Cursor, Gemini, and other agent hosts.

SetupDocsCommunityMaturity

Verdict Our Graft run built in 7 seconds and passed all 836 tests, but npm audit found 1 high-severity vulnerability, so the code earns a serious trial with a dependency review attached. Use it when coding agents repeatedly lose time mapping the same large repository and your team can inspect the generated context and configuration changes.

Full review →
110

firecrawl-mcp-server

firecrawl/firecrawl-mcp-server · ★ 7.5k35/7d · JavaScript

Firecrawl MCP Server lets an MCP-compatible agent search the web, scrape pages, crawl sites, parse files, and interact with pages through Firecrawl. It solves the adapter work between an AI client and Firecrawl's hosted or self-hosted API, with tool schemas, transports, authentication, retries, and rate handling already wired.

SetupDocsCommunityMaturity

Verdict Our Firecrawl MCP Server run installed 341 packages, built in 5 seconds, and passed all 74 tests in 24 seconds, making the adapter easy to trial. Use it when Firecrawl is already your web-data service or when its hosted endpoint is an acceptable dependency.

Full review →
111

koharu

koharu-rs/koharu · ★ 5.6k40/7d · Rust

Koharu is a desktop workspace for translating manga while keeping the page artwork, text regions, cleanup, and typesetting in one project. It can detect text, run OCR, translate with local or hosted models, rebuild artwork behind the original lettering, and export finished pages as PNG or layered PSD files.

SetupDocsCommunityMaturity

Verdict Our Koharu install consumed 2,172 MB and 543 seconds, then its 326-second build failed on a missing `atk` system library even though all 88 Vitest cases passed. Use a release build if you want a serious local-first manga workspace and have modern graphics hardware plus time to review every page.

Full review →
112

gptme

gptme/gptme · ★ 4.4k4/7d · Python

gptme is a local terminal agent that can edit files, run shell and Python commands, browse the web, inspect images, call MCP tools, and keep conversations across sessions. It supports several hosted model providers plus local models, and it can run interactively, from an editor through ACP, or as a scheduled headless agent.

SetupDocsCommunityMaturity

Verdict Our gptme run passed 9,557 tests but still ended with 27 failures and 75 errors after 632 seconds, so the project is substantial and the current checkout needs environment-specific verification. It is a strong fit for an experienced terminal user who wants provider choice, local state, MCP, and deep customization.

Full review →
113

router

workweave/router · ★ 4.4k207/7d · Go

Weave Router is a source-available Go proxy that chooses an AI model for each request from a coding agent or application. It accepts Anthropic, OpenAI, and Gemini formats, scores each action locally, and sends it to an enabled provider so teams can use one endpoint instead of wiring every client to every model service.

SetupDocsCommunityMaturity

Verdict Our run built Weave Router in 87 seconds and passed 106 of 106 tests, which makes the codebase worth a controlled trial. Use it when per-action model choice is worth operating Postgres, credential encryption, and another decision layer in the request path.

Full review →
114

Unity-MCP

IvanMurzak/Unity-MCP · ★ 4.3k49/7d · C#

Unity-MCP connects an MCP-capable coding agent to the Unity Editor and, with custom tools, to a compiled game. It lets the agent inspect scenes, edit scripts and assets, run tests, read profiler data, and call project-specific C# methods instead of merely suggesting code in chat.

SetupDocsCommunityMaturity

Verdict Our Unity-MCP CLI run installed 64 packages, built in 12 seconds, and passed its tests in 33 seconds, making it an easy technical trial for a Unity team. Use it when you want an agent acting inside the editor and you will inspect every mutation in version control.

Full review →
115

openresearch-cli

alphaXiv/openresearch-cli · ★ 3.3k2.6k/7d · Rust

OpenResearch is a local workspace that turns Claude Code, Codex, or OpenCode into agents for literature review and code-based experiments. It keeps each experiment in a Git branch and worktree, records runs and evidence, and can send the same committed snapshot to local or remote compute.

SetupDocsCommunityMaturity

Verdict Our OpenResearch run built in 92 seconds and all 1,338 tests passed, making it the most convincing source checkout in this group. Use it when agents will conduct real code experiments and Git-backed lineage is part of the research record; the fixed-command discipline is a useful guardrail, not paperwork.

Full review →
116

sie

superlinked/sie · ★ 3.3k36/7d · Python

Superlinked Inference Engine, or SIE, is a self-hosted server that puts embeddings, reranking, document conversion, structured extraction, safety checks, and open language models behind one API. It is meant to replace a pile of separate model services with a catalog that loads models as jobs need them.

SetupDocsCommunityMaturity

Verdict Our SIE run installed 704 packages and used 1,597 MB, then passed its build and tests in 31 seconds combined, so the codebase is workable but hardly small. Use it when several private model services have become one platform problem and you already have people who can operate the cluster.

Full review →
117

agent-of-empires

agent-of-empires/agent-of-empires · ★ 3.3k47/7d · Rust

Agent of Empires is a session manager for running several coding agents from one terminal or web dashboard. It wraps installed tools such as Claude Code, Codex, OpenCode, Gemini CLI, and Oh My Pi in persistent tmux sessions, with optional worktrees and containers to keep parallel jobs apart.

SetupDocsCommunityMaturity

Verdict Our Agent of Empires build succeeded, and 4,656 of 4,660 tests passed before four failures, including one tied directly to missing tmux, so the codebase is credible but the stated prerequisite is real. Use AoE when supervising multiple Claude Code, Codex, or OpenCode jobs has become harder than the jobs themselves.

Full review →
118

harbor

av/harbor · ★ 3.2k6/7d · Python

Harbor is a CLI and desktop companion for assembling local AI services with Docker Compose. It connects model backends, chat interfaces, search, speech, image generation, MCP tools, and coding agents so you can try a stack without wiring every container by hand.

SetupDocsCommunityMaturity

Verdict Our Harbor checkout installed 97 packages in 19 seconds and used 121 MB, but it offered no build or test target, so the easy setup does not provide a full verification result. Use Harbor to explore and compare a local AI stack, especially when hand-wiring Compose services is slowing experimentation.

Full review →
119

mjlab

mujocolab/mjlab · ★ 3.1k62/7d · Python

mjlab is a Python framework for training robot behaviors across many MuJoCo simulations on NVIDIA GPUs. It brings Isaac Lab's manager-style environment building to MuJoCo Warp, so researchers can assemble scenes, observations, rewards, and commands without running Isaac Sim.

SetupDocsCommunityMaturity

Verdict Our mjlab sandbox installed 149 packages using 5,765 MB, then its 135-second test step reported 1,067 passes and 0 failures. Use mjlab when your team has NVIDIA hardware, knows Isaac Lab's manager pattern, and wants MuJoCo Warp without the Isaac Sim platform.

Full review →
120

MTPLX

youssofal/MTPLX · ★ 2.3k155/7d · Python

MTPLX is a macOS application and Python command line for running local language models on Apple Silicon. It uses multi-token prediction heads already built into compatible models to draft several tokens, verify them together, and keep the normal sampling distribution when accepted.

SetupDocsCommunityMaturity

Verdict Our MTPLX install took 138 seconds and its package built in 15 seconds, but tests failed after 69 seconds because the Debian environment had no `mlx`, so our run says nothing about its advertised decoding speed. Apple Silicon owners with a supported MTP model should trial its tuner against plain autoregressive decoding on their own Mac.

Full review →
121

ainovel-cli

voocel/ainovel-cli · ★ 2.0k43/7d · Go

The supplied documentation is primarily Chinese, and the provided material does not establish whether a full English guide exists. ainovel-cli is a Go command-line application that turns a short story brief into a long novel by coordinating planning, drafting, editing, and continuity tracking without requiring the author to drive every chapter.

SetupDocsCommunityMaturity

Verdict Our build finished in 31 seconds, and all 52 reported tests passed, which makes ainovel-cli unusually credible for a fast-moving autonomous writing project. Use it if you want a structured, restartable novel factory and are comfortable reading Chinese documentation and paying for model calls.

Full review →
122

webbrain

webbrain-one/webbrain · ★ 1.1k62/7d · JavaScript

WebBrain is an open-source browser extension that lets an AI model read pages, answer questions, and carry out browser tasks in the tabs you already use. It can use its managed model, a cloud API, or a local OpenAI-compatible server, and it also lets coding agents delegate browser work through MCP.

SetupDocsCommunityMaturity

Verdict Our WebBrain checkout installed 4 packages in 11 seconds and passed its available tests in 74 seconds, with 0 npm audit findings. Use it when an agent must work in the signed-in browser session you already have, especially through a local model or MCP client.

Full review →
123

no-negative-echo

LB623/no-negative-echo · ★ 84966/7d · Python

No Negative Echo is primarily documented in Chinese, with a complete English README available. It is an Agent Skills-format instruction set and scanner that asks coding agents to write final titles, commits, pull requests, and handoffs from the accepted result instead of repeating ideas that were rejected during the conversation.

SetupDocsCommunityMaturity

Verdict Our no-negative-echo run installed 35 packages and passed 105 collected tests in 15 seconds, making it cheap to inspect and try. Use it when rejected ideas routinely leak into commit messages or handoffs, especially after long agent sessions.

Full review →
124

firecrawl

firecrawl/firecrawl · ★ 181k2.5k/7d · TypeScript

Firecrawl is a web data API that can search, scrape, map, crawl, and interact with pages, then return markdown, structured JSON, screenshots, or page metadata. It gives agents and applications one interface for web work that may require JavaScript rendering or browser actions before extraction.

SetupDocsCommunityMaturity

Verdict Our Firecrawl build failed in 9 seconds on an unresolved Rust-backed module, and 183 of 2,166 tests failed, so self-hosters should treat adoption as a platform project. The hosted API is the sensible first trial for teams that want search, crawling, extraction, and browser actions behind one interface.

Full review →
125

firecrawl

mendableai/firecrawl · ★ 181k2.8k/7d · TypeScript

Firecrawl is an API and self-hostable service that searches the web, turns pages into markdown or structured data, crawls sites, and controls browser sessions. It gives agents and applications one interface for pages that may need JavaScript rendering, link discovery, document parsing, or interaction before extraction.

SetupDocsCommunityMaturity

Verdict Firecrawl is a convincing hosted choice when a product needs search, scraping, crawling, and browser interaction behind one API. The open code is useful too, but our unresolved Rust package, 183 failed tests, and multi-service development path make self-hosting a platform job rather than a cheap escape from API fees.

Full review →
126

skills

anthropics/skills · ★ 177k1.1k/7d · Python

Anthropic Skills is a collection of instruction folders, scripts, examples, and a specification that teach Claude how to perform repeatable tasks. It includes document creation skills, technical examples, a starter template, and plugin packages for Claude Code.

SetupDocsCommunityMaturity

Verdict Anthropic Skills is a useful reference shelf, especially for seeing how a short instruction file can expand into scripts and supporting material. It is not a vetted package set to install wholesale.

Full review →
127

ponytail

DietrichGebert/ponytail · ★ 139k6.0k/7d · JavaScript

Ponytail is an English coding-agent skill that pushes an agent to solve a task with less new code: reuse the codebase, standard library, browser, platform, and installed dependencies before creating another abstraction. Spanish and Korean README translations exist. Plugins and rule-file adapters bring that guidance to Claude Code, Codex, Copilot CLI, OpenCode, Gemini, Hermes, and many other agent hosts.

SetupDocsCommunityMaturity

Verdict Ponytail is a sharp corrective for agents that turn a date input into a component project. Its decision ladder is easy to understand, the adapters are unusually broad, and the repository stays small.

Full review →
128

gstack

garrytan/gstack · ★ 133k1.1k/7d · TypeScript

gstack is an opinionated collection of coding-agent skills that turns product planning, code review, browser QA, security checks, release work, and retrospectives into named commands. It began as a Claude Code setup and now installs profiles for Codex and several other agents.

SetupDocsCommunityMaturity

Verdict Our gstack run installed 234 packages and built in 7 seconds, then the 264-second test step failed across 3 shards. The workflow is worth trying for a founder who wants strong opinions about planning, review, browser QA, and shipping, but the red suite makes a team-wide required install premature.

Full review →
129

MoneyPrinterTurbo

harry0703/MoneyPrinterTurbo · ★ 124k2.4k/7d · Python

MoneyPrinterTurbo is a Chinese-first Python application for generating short videos from a topic or script; maintained English and Japanese READMEs are available. It can write narration, find or generate footage, synthesize speech, add subtitles and music, render vertical or horizontal video, and optionally publish to social platforms.

SetupDocsCommunityMaturity

Verdict MoneyPrinterTurbo covers an impressive amount of the short-video pipeline and passed our install, build, and test steps. The 28 known vulnerabilities prevent an easy production recommendation, especially with an API that stays open unless configured otherwise.

Full review →
130

graphify

Graphify-Labs/graphify · ★ 118k2.0k/7d · Python

Graphify turns a repository and its supporting documents into a local knowledge graph that an engineer or coding assistant can query. It parses code into named nodes and relationships, then produces an interactive HTML graph, a Markdown report, and JSON for path, explanation, and natural-language queries.

SetupDocsCommunityMaturity

Verdict Our Graphify run passed 4,541 tests, but 24 Terraform cases failed because `tree_sitter_hcl` was unavailable, so the base tool looks well exercised while optional-language packaging still needs verification. Use it for faster orientation and scoped assistant context in a large repository, provided every consequential edge is checked against source.

Full review →
131

awesome-design-md

VoltAgent/awesome-design-md · ★ 116k1.2k/7d

awesome-design-md is a curated library of DESIGN.md files derived from the visual language of real technology websites. You copy one into a project so an AI coding or design agent has concrete guidance on typography, color, spacing, components, and overall feel instead of improvising from a vague style prompt. It is a reference collection, not a UI framework or executable application.

SetupDocsCommunityMaturity

Verdict Our run produced no install, build, or test result because commit 8147538 has neither a supported language ecosystem nor a Dockerfile. Use awesome-design-md as a rich prompt library and learning resource, especially when an AI-generated page keeps drifting stylistically.

Full review →
132

caveman

JuliusBrussee/caveman · ★ 106k1.4k/7d · Go

Caveman is a set of local tools that tries to cut the text coding agents read and write. Its skill asks agents for shorter answers, while its proxy compresses request context and keeps recoverable copies of the original data on your machine.

SetupDocsCommunityMaturity

Verdict Our Caveman install pulled 391 packages and used 915 MB, then its test command stopped after 4 seconds on a Node option the runtime rejected. Try the skill first if shorter agent answers are the goal; adopt the proxy only after checking output quality, credential routing, telemetry, and the BSL terms.

Full review →
133

servers

modelcontextprotocol/servers · ★ 90k200/7d · TypeScript

This repository contains seven small reference servers that demonstrate how Model Context Protocol clients can expose files, Git repositories, web fetching, memory, time, prompts, resources, and tools to a model. It is an educational code collection maintained by the MCP steering group, not the general MCP server directory or a production integration bundle.

SetupDocsCommunityMaturity

Verdict Our build finished in 18 seconds, but no test target existed and npm audit found 5 known vulnerabilities, including 4 high-severity advisories. Use this repository to learn MCP shapes or test a client, exactly as its maintainers intend.

Full review →
134

NextChat

ChatGPTNextWeb/NextChat · ★ 89k52/7d · TypeScript

NextChat is a self-hosted chat interface for OpenAI, Anthropic, Google, DeepSeek, Azure, and compatible model APIs. It gives individuals or small teams one browser and desktop client for conversations, prompt templates, artifacts, plugins, and optional MCP tools while keeping chat data in the browser by default.

SetupDocsCommunityMaturity

Verdict NextChat is a good fit for a personal or small-team model console when browser-local storage, provider choice, and quick deployment matter. The open-source edition is much weaker as an organizational service because its documented access control is a shared password, and current proxy security reports need an operator's attention.

Full review →
135

taste-skill

leonxlnx/taste-skill · ★ 87k1.9k/7d · JavaScript

Taste Skill is a collection of structured prompts, or "skills," designed to improve the design quality of AI-generated frontends. It solves the problem of AI agents producing generic, boilerplate user interfaces by giving them expert-level guidance on layout, typography, motion, and spacing.

SetupDocsCommunityMaturity

Verdict Taste Skill is an essential tool for anyone serious about using AI for frontend development. It brilliantly addresses the most common weakness of AI-generated code, its lack of design taste, by packaging expert guidance into a simple, effective format.

Full review →
136

worldmonitor

koala73/worldmonitor · ★ 86k626/7d · TypeScript

World Monitor is a global intelligence dashboard that combines news, maps, markets, geopolitical signals, infrastructure data, and AI-generated briefs. It gives analysts and curious readers one situational view instead of making them watch many feeds and specialist sites separately.

SetupDocsCommunityMaturity

Verdict Our World Monitor install consumed 2,346 MB, npm audit found 38 known vulnerabilities, and the repository exposed no test target, even though its 112-second production build passed. Use it as an exploratory intelligence desk when breadth, maps, and agent access outweigh a heavy operating surface.

Full review →
137

Agent-Reach

Panniantong/Agent-Reach · ★ 82k3.2k/7d · Python

Agent Reach's primary README is Chinese, and a substantial English translation is available in the repository. It gives command-running AI agents a maintained routing layer for reading and searching websites, social networks, video platforms, GitHub, and feeds through selected upstream tools.

SetupDocsCommunityMaturity

Verdict Our Agent Reach run installed 45 packages, used 66 MB, and completed its test command successfully, so the core is cheap to trial. Use it when an agent needs several web and social sources and you accept that cookies, browser sessions, and upstream breakage remain your operational responsibility.

Full review →
138

models

tensorflow/models · ★ 78k3/7d · Python

TensorFlow Model Garden is Google's collection of TensorFlow model implementations, reusable training code, configs, and checkpoints. Its maintained `official/` package helps teams train or adapt vision, language, and recommendation models without rebuilding common architectures from papers.

SetupDocsCommunityMaturity

Verdict Our TensorFlow Model Garden install took 78 seconds and occupied 2,894 MB, so it suits committed TensorFlow teams better than developers sampling one model. Use `official/` when you want Google's maintained training patterns and accept tight TensorFlow version alignment.

Full review →
139

headroom

headroomlabs-ai/headroom · ★ 72k1.5k/7d · Python

Headroom compresses tool output, logs, retrieved text, files, and conversation history before an AI model reads them. It can sit inside Python or TypeScript code, run as a local proxy, or expose compression and retrieval through MCP, with original content kept locally for later retrieval.

SetupDocsCommunityMaturity

Verdict Our Headroom install pulled 218 packages and occupied 6,039 MB, while its test suite was still at 30% when our 900-second cap stopped it. Trial it if long agent sessions are expensive enough to justify a local proxy and you can compare compressed answers with the originals.

Full review →
140

mem0

mem0ai/mem0 · ★ 65k345/7d · Python

Mem0 is a memory layer for AI assistants and agents. It extracts facts from conversations, stores them through a chosen vector database, and retrieves relevant details so an application can remember a user across sessions.

SetupDocsCommunityMaturity

Verdict Our Mem0 run installed 62 packages in 30 seconds and built in 7 seconds, but the suite ended with 36 failures and 117 collection or setup errors, so adoption should begin with backend-specific tests. It is a strong candidate for a team that wants one memory API across several agent stacks and accepts the work of choosing models, storage, and deployment.

Full review →
141

daily_stock_analysis

ZhuLinsen/daily_stock_analysis · ★ 65k265/7d · Python

Daily Stock Analysis is a Chinese-first project, with maintained English documentation, that collects market data and news, asks a language model to analyze selected stocks, and sends a daily decision dashboard. It covers several Asian and US markets through a web app, desktop client, command line, API, scheduled jobs, and chat-style analysis.

SetupDocsCommunityMaturity

Verdict Our Daily Stock Analysis run installed 35 packages and built successfully, but its tests stopped after 8 seconds because `anyio` was missing, so commit e45d5ce is not ready for unattended use from the documented dependency set. It is worth trying for a technically capable investor who wants one multilingual watchlist report and will check each data source and conclusion.

Full review →
142

strix

usestrix/strix · ★ 63k1.2k/7d · Python

Strix is an open-source security testing agent that probes source code, web apps, and APIs, then records vulnerabilities with reproduction steps. It is meant to give developers a practical pentest loop without hiring a human tester for every code change, though it does not replace an independent assessment for high-risk systems.

SetupDocsCommunityMaturity

Verdict Our Strix run passed 390 tests but failed 200 before pytest stopped, and pip-audit reported 3 known vulnerabilities. It is worth a controlled trial for security teams that understand pentesting and want an agent to widen routine coverage.

Full review →
143

faceswap

deepfakes/faceswap · ★ 58k11/7d · Python

Faceswap is a desktop and command-line application for replacing faces in images and video with a model you train on your own source material. It packages face extraction, model training, conversion, cleanup tools, and a GUI into one local workflow.

SetupDocsCommunityMaturity

Verdict Faceswap remains a strong choice when you want to train and inspect the whole face-swapping pipeline, not merely upload a portrait and press a button. The GUI, detailed manuals, GPU options, and active codebase reward patient users, but the 71 setup errors in our test run stop us from calling the source checkout trouble-free.

Full review →
144

ppt-master

hugohe3/ppt-master · ★ 55k1.5k/7d · Python

PPT Master is a local skill and Python toolset that lets an AI coding agent turn documents, web pages, or a brief into an editable PowerPoint deck. It plans the argument, authors slide visuals as SVG, converts them into native PowerPoint objects, and can also fill existing templates or add charts, notes, transitions, animation, and narration.

SetupDocsCommunityMaturity

Verdict PPT Master is one of the more serious open workflows for generating a deck that remains genuinely editable in PowerPoint. Its value comes from story planning, explicit design choices, and native object export, not from eliminating human review.

Full review →
145

goose

block/goose · ★ 54k283/7d · Rust

Goose is a local AI agent with a desktop app, command-line interface, and embeddable API for editing code, running tools, research, and repeatable workflows. The original `block/goose` address now resolves to `aaif-goose/goose`, where the project supports hosted and local model providers plus extensions through MCP.

SetupDocsCommunityMaturity

Verdict Our Goose build and test commands each exceeded 900 seconds, so the packaged app is easier to recommend than source contribution on a 3-CPU machine. Use Goose when provider choice and MCP extensions are worth a powerful local agent, but approve its commands and inspect every shared recipe.

Full review →
146

hyperframes

heygen-com/hyperframes · ★ 50k2.0k/7d · TypeScript

HyperFrames turns HTML, CSS, media, and seekable browser animations into MP4 video through headless Chrome and FFmpeg. It supplies a CLI, rendering packages, reusable blocks, an editor, cloud paths, and agent skills so coding agents can plan and author videos in plain web files.

SetupDocsCommunityMaturity

Verdict Our HyperFrames install consumed 1,641 MB, the build passed in 98 seconds, and the 317-second test command still exited 1 despite reporting 607 passing tests. Use it when plain HTML is the right interchange format between web developers and coding agents, and when your pipeline can inspect frames, duration, and audio before release.

Full review →
147

upscayl

upscayl/upscayl · ★ 49k196/7d · TypeScript

Upscayl is a desktop app that enlarges low-resolution images with Real-ESRGAN models running on your own computer. It gives Windows, macOS, and Linux users a graphical alternative to command-line upscalers, provided their machine has a Vulkan-compatible GPU.

SetupDocsCommunityMaturity

Verdict Our Upscayl install consumed 1,418 MB and npm audit found 44 known vulnerabilities, even though its 51-second build succeeded. The packaged app is still an easy recommendation for a desktop user with a compatible GPU who wants local, visual image enlargement.

Full review →
148

nanobot

HKUDS/nanobot · ★ 48k295/7d · Python

Nanobot is a self-hosted personal AI agent that runs through a browser, terminal, API, or chat app. It gives one model access to files, shell commands, web tools, memory, MCP servers, scheduled jobs, and helper agents, so a developer can operate an assistant on their own machine or server.

SetupDocsCommunityMaturity

Verdict Our sandbox installed Nanobot in 45 seconds and built it in 9, but 195 tests failed and pip-audit found 42 known vulnerabilities, so we would not deploy commit 3852956 without investigation. It is still a strong trial for experienced self-hosters who want one agent across a browser, terminal, API, and chat services.

Full review →
149

codebase-memory-mcp

DeusData/codebase-memory-mcp · ★ 43k718/7d · C

Codebase Memory MCP indexes source repositories into a local knowledge graph that coding agents can query through Model Context Protocol tools. It gives an agent structural search, call paths, change-impact maps, architecture summaries, code snippets, and cross-repository links without sending source code to a hosted indexing service.

SetupDocsCommunityMaturity

Verdict Our graph UI build passed in 15 seconds and its tests passed in 10 seconds after a 352-package install, but we did not execute the native indexer those screens control. Codebase Memory MCP is worth piloting for local, multi-repository agent navigation when file-by-file exploration wastes context.

Full review →
150

CodeWhale

Hmbown/CodeWhale · ★ 41k51/7d · Rust

CodeWhale is a Rust coding agent that runs in a terminal, reads a repository, edits files, and executes commands with configurable approval rules. It supports hosted providers and local models, while keeping sessions, goals, agent roles, MCP connections, and recovery controls in one TUI.

SetupDocsCommunityMaturity

Verdict Our CodeWhale install took 13 seconds and found 0 known npm vulnerabilities, but the package offered no build or test target, so the easy install is stronger evidence than the local verification story. Choose it if provider choice, resumable goals, MCP, and explicit access modes are central requirements.

Full review →
151

VoxCPM

OpenBMB/VoxCPM · ★ 38k721/7d · Python

VoxCPM is a local text-to-speech system that generates speech without first converting audio into discrete speech tokens. VoxCPM2 can read 30 languages, design a voice from a written description, clone a voice from reference audio, stream output, and support full or LoRA fine-tuning.

SetupDocsCommunityMaturity

Verdict Our VoxCPM environment took 158 seconds and 6,394 MB to install, while pytest collected 0 tests and exited 3 despite a standalone check printing 22/22 passed. VoxCPM2 deserves a controlled trial when 30-language local speech, voice design, and cloning justify a large ML stack.

Full review →
152

playwright-mcp

microsoft/playwright-mcp · ★ 37k245/7d · TypeScript

Playwright MCP is a Model Context Protocol server that lets an AI agent browse and operate websites through Playwright. It sends structured accessibility snapshots to the model, giving the agent named elements and stable references for navigation, forms, screenshots, storage, network work, and test assertions.

SetupDocsCommunityMaturity

Verdict Our Playwright MCP build took 6 seconds, but its tests stopped in another 6 seconds because the process used Node 18.20.8 and Playwright required Node 20 or newer. Use it when an MCP agent needs persistent, inspectable browser state and you accept the token and credential costs.

Full review →
153

mediapipe

google-ai-edge/mediapipe · ★ 37k86/7d · C++

MediaPipe is an open-source toolkit for putting machine-learning features into Android, iOS, web, desktop, edge, and IoT applications. It supplies cross-platform task APIs, ready-to-run models, customization tools, and a lower-level graph framework, so teams do not have to assemble every on-device vision, text, or audio pipeline from scratch.

SetupDocsCommunityMaturity

Verdict Our install completed in 12 seconds, but this checkout offered no root build or test target. MediaPipe is a strong choice when you need Google's packaged on-device tasks across several platforms and accept a platform-specific integration path.

Full review →
154

PageIndex

VectifyAI/PageIndex · ★ 36k51/7d · Python

PageIndex builds a hierarchical tree from a document and lets a language model navigate that structure to answer questions, instead of splitting text into fixed chunks and searching a vector database. Its Python SDK can index and chat locally with your own model connection, or use a hosted service for OCR, image understanding, line-level citations, and corpus-scale features.

SetupDocsCommunityMaturity

Verdict Our PageIndex run passed 345 tests with 0 failures in 181 seconds, while 50 tests were skipped and pip-audit found 1 vulnerability. Try it when long, structured PDFs defeat chunk-and-vector retrieval and you can pay for or host the model calls that tree search requires.

Full review →
155

ai-website-cloner-template

JCodesMore/ai-website-cloner-template · ★ 34k335/7d · JavaScript

AI Website Cloner Template is a prebuilt Next.js project plus an agent skill for recreating the visible front end of a website from one or more URLs. It tells an AI coding agent to inspect layouts, interactions, styles, content, and assets through browser automation, then build isolated routes and compare the result with screenshots.

SetupDocsCommunityMaturity

Verdict Our copy installed 886 packages and built in 17 seconds, but it had no test target, so AI Website Cloner Template is a credible starting workflow rather than verified cloning software. Use it for authorized front-end reconstruction when a skilled developer will review the agent's assets, routes, responsive behavior, and legal scope.

Full review →
156

VoiceStudio

debpalash/VoiceStudio · ★ 31k9.1k/7d · Python

VoiceStudio is a local desktop and web workspace for cloning voices, generating speech, transcribing recordings, dubbing video, dictating text, and producing long-form audio. It brings several speech engines into one interface, so creators can keep core processing and project files on their own machines instead of paying for a hosted voice service.

SetupDocsCommunityMaturity

Verdict VoiceStudio is a convincing choice for a technically comfortable creator who wants several private speech workflows in one local app. The successful install and build are encouraging, though the 849 MB dependency footprint, model downloads, platform rules, and current beta reports make this a machine to tend rather than an appliance to forget.

Full review →
157

gbrain

garrytan/gbrain · ★ 30k196/7d · TypeScript

GBrain is a self-hosted memory and knowledge layer for AI agents, built around Markdown files, a graph, search, synthesis, and background maintenance. It connects to Codex, Claude Code, OpenClaw, Hermes, and other MCP clients so an agent can recall information across sessions instead of relying on one chat history.

SetupDocsCommunityMaturity

Verdict Our GBrain run built in 7 seconds and Bun counted 7,152 passing tests, but the full command still exited 1 after 869 seconds, so this commit did not clear its test gate. GBrain is compelling for a technical user who wants Git-backed agent memory and can own privacy, providers, and upgrades.

Full review →
158

xiaozhi-esp32

78/xiaozhi-esp32 · ★ 30k222/7d · C++

XiaoZhi ESP32 is firmware for building a voice assistant on ESP32 boards, with audio, displays, cameras, networking, and device control handled on the microcontroller. It connects the device to speech and language-model services, while MCP lets the assistant operate hardware such as speakers, LEDs, servos, and GPIO pins.

SetupDocsCommunityMaturity

Verdict Our XiaoZhi ESP32 setup failed in 1 second because plain CMake could not load the ESP-IDF project file or recognize an ESP-IDF command. Use the prepared firmware if your board appears in the matrix and you want a quick route to a capable voice gadget.

Full review →
159

frontend-slides

zarazhangrui/frontend-slides · ★ 29k414/7d · JavaScript

Frontend Slides is a set of instructions and helper scripts that guides a coding agent to make self-contained HTML presentations from a brief or an existing PowerPoint file. It installs as a Claude Code plugin, while other agents with file and shell access can read the same skill directly. The result is editable web code rather than a deck made inside a conventional slide application.

SetupDocsCommunityMaturity

Verdict Our Frontend Slides run installed 35 packages in 18 seconds and built in 11 seconds, while the checkout offered no test target. It is worth trying if you want an agent to design a one-file HTML deck and you will inspect the rendered slides, keyboard behavior, and exported files yourself.

Full review →
160

page-agent

alibaba/page-agent · ★ 29k65/7d · TypeScript

Page Agent is an English-documented TypeScript library that places a natural-language agent inside a web page; a Chinese README also exists. It reads a simplified text form of the DOM, asks a configured language model what to do, and can click or fill the interface without screenshots or a headless browser.

SetupDocsCommunityMaturity

Verdict Our Page Agent build and tests passed, but npm audit reported 17 known vulnerabilities, including 3 critical and 9 high, so dependency review comes before embedding it in a signed-in application. Page Agent is a sharp choice for a copilot inside a web product you control because it works from the DOM and needs no remote browser.

Full review →
161

agentmemory

rohitg00/agentmemory · ★ 28k248/7d · TypeScript

agentmemory is a local memory service for coding agents, with MCP, hooks, skills, a viewer, and APIs for saving and recalling work across sessions. It supports Claude Code, Codex, Cursor, and other clients, while storing persistent state through a bundled iii engine.

SetupDocsCommunityMaturity

Verdict Our agentmemory run passed build and tests, but its 299-package install used 1,235 MB and npm audit reported 14 known vulnerabilities, including 6 high-severity findings. Try it when cross-session coding context is painful enough to justify a resident service, then restrict capture and inspect recalled records before trusting them.

Full review →
162

mlx

ml-explore/mlx · ★ 28k73/7d · C++

MLX is an array and machine-learning framework designed around Apple silicon, with Python, C++, C, and Swift-facing APIs. It gives NumPy and PyTorch users familiar building blocks for training and inference, while its current packages also cover CPU-only and CUDA-backed Linux systems.

SetupDocsCommunityMaturity

Verdict Our MLX build completed in 8 seconds, but pytest reached 0 test bodies and stopped with 33 collection/setup errors, so commit 2d27ab0 did not earn a clean Debian CPU baseline. MLX is still worth a focused trial for researchers on Apple silicon who want shared CPU and GPU memory with familiar Python APIs.

Full review →
163

cs249r_book

harvard-edge/cs249r_book · ★ 28k68/7d · Python

CS249r Book is an English-language, open-source curriculum about engineering machine-learning systems, with README translations in Chinese, Japanese, and Korean. Its two-volume textbook is joined by browser labs, a small teaching framework, infrastructure simulation, hardware exercises, interview practice, slides, and instructor material.

SetupDocsCommunityMaturity

Verdict Our CS249r checkout was 1,003.3 MB before dependencies, and root npm exposed no build or test target, so cloning the whole curriculum is a poor first step for a reader. Use the online textbook first, then pull a specific lab, TinyTorch, or instructor path when you know which material you need.

Full review →
164

mastra

mastra-ai/mastra · ★ 28k266/7d · TypeScript

Mastra is a TypeScript framework for building agents, tool-using assistants, graph workflows, and other model-backed applications. It bundles model routing, memory, retrieval, human approval, evaluation, observability, deployment, and Model Context Protocol support so JavaScript teams do not have to assemble each layer separately.

SetupDocsCommunityMaturity

Verdict Our Mastra test command was still running when it hit 900 seconds, after a successful 645-second build, so adopting the full monorepo requires serious CI time. Mastra is a strong fit for TypeScript teams that want agents, controlled workflows, storage, Studio, and MCP in one framework.

Full review →
165

qwen-code

QwenLM/qwen-code · ★ 28k157/7d · TypeScript

Qwen Code is an open-source coding agent that runs in a terminal, IDE, desktop shell, daemon, or programmatic SDK. It can use Qwen or other model providers to inspect a repository, edit files, run tools, coordinate subagents, and connect to MCP servers.

SetupDocsCommunityMaturity

Verdict Our Qwen Code run installed 1,937 packages in 348 seconds, used 1,475 MB, and built successfully, but tests were still running at the 900-second cap and npm audit found 9 known vulnerabilities. Try it if provider choice, MCP, and several client surfaces outweigh the size and release pace.

Full review →
166

lerobot

huggingface/lerobot · ★ 28k172/7d · Python

LeRobot is a Python toolkit for collecting robot data, training control policies, and running those policies in simulation or on physical machines. It gives researchers one interface for supported arms, teleoperators, datasets, and models instead of making them wire each layer together themselves.

SetupDocsCommunityMaturity

Verdict Our LeRobot install consumed 7,302 MB and its tests stopped after 19 seconds because UID 1000 had no username, so adopting it means owning a large Python environment before touching a robot. Use it when its shared dataset format, supported hardware, and policy catalog remove more integration work than they add.

Full review →
167

dsh-desktop

anywhere-labs/dsh-desktop · ★ 27k2.3k/7d · TypeScript

DSH Desktop is a Chinese-first desktop client that packages DeepSeek Harness for Windows and macOS; a substantial English README and English user and developer guides are available. It starts the local Harness service and adds a window, tray, terminal, updates, work profiles, and a plugin market without requiring users to install Node.js.

SetupDocsCommunityMaturity

Verdict Our dsh-desktop run built in 22 seconds and passed 790 of 796 tests, with 1 lifecycle test timing out at 5,000 ms. The installers are a good choice for Windows or macOS users who specifically want DeepSeek Harness and its plugins without running the upstream command line.

Full review →
168

baoyu-skills

JimLiu/baoyu-skills · ★ 26k148/7d · TypeScript

Baoyu Skills is a collection of more than 20 agent skills for making images, diagrams, slides, formatted articles, translations, and social posts. It gives Claude Code, Codex, and other file-capable agents repeatable publishing workflows. The main README is English, and Chinese documentation is also available.

SetupDocsCommunityMaturity

Verdict Our Baoyu Skills run passed 234 of 236 tests and reported 7 high-severity dependency findings, so it is useful publishing automation that still needs an install review. Choose a few skills for one defined workflow, inspect their instructions, and keep human approval before public posting.

Full review →
169

vit-pytorch

lucidrains/vit-pytorch · ★ 26k6/7d · Python

vit-pytorch is a collection of PyTorch implementations of Vision Transformer designs for image classification and related research. It lets researchers try many published architectures through compact Python APIs instead of rebuilding each paper from scratch.

SetupDocsCommunityMaturity

Verdict Our build succeeded in 8 seconds, but `pip-audit` found 21 known vulnerabilities in the installed environment. Use vit-pytorch when you need an unusually broad, editable ViT research workbench and are prepared to own training and dependency review.

Full review →
170

pentagi

vxcontrol/pentagi · ★ 24k1.9k/7d · Go

PentAGI is a self-hosted system that lets AI agents research a target, run security tools in containers, keep findings, and produce penetration-test reports. It is built for authorized security work where a human wants to supervise or automate several stages from one web interface.

SetupDocsCommunityMaturity

Verdict Our PentAGI run installed 670 packages and built successfully, but 4 of 117 tests failed, so this 400,161-line system needs a deliberate evaluation before it receives target access. Use it when you can isolate workers, control scope, budget model calls, and review the agent's commands.

Full review →
171

index-tts

index-tts/index-tts · ★ 24k154/7d · Python

IndexTTS is a local text-to-speech system that clones a voice from one reference recording and lets developers control emotion, pronunciation, and speaking speed. IndexTTS 2.5 covers Chinese, English, Japanese, Spanish, and Arabic through a Web UI, Python interface, or vLLM deployment recipe.

SetupDocsCommunityMaturity

Verdict Our IndexTTS environment consumed 8,413 MB and pip-audit found 32 known vulnerabilities, even though the 9-second build and 52-second tests passed. Use it when 5-language voice cloning and emotion control justify a dedicated GPU speech stack.

Full review →
172

MaxKB

1Panel-dev/MaxKB · ★ 23k58/7d · Python

MaxKB is a web platform for building knowledge-base assistants and multi-step AI agents without writing the whole application from scratch. It combines document ingestion and RAG, a visual workflow builder, model connections, MCP tools, and embeddable chat, with English and Simplified Chinese README documentation.

SetupDocsCommunityMaturity

Verdict Our MaxKB install pulled 224 packages, occupied 1,794 MB, and returned 7 known vulnerability findings, while the repository exposed no test target. Trial v2.10.5-lts when a visual RAG and agent platform can replace custom internal development, but change the default login immediately and validate every document type you depend on.

Full review →
173

dyad

dyad-sh/dyad · ★ 22k113/7d · TypeScript

Dyad is a desktop AI app builder that keeps the project and editing workflow on your Mac or Windows machine. You bring an AI provider key, describe the app you want, preview the result, and keep control of the generated files instead of working only inside a hosted builder.

SetupDocsCommunityMaturity

Verdict Our Dyad run built in 143 seconds, but 9 of 6,350 tests failed and npm audit found 80 vulnerabilities, so this is a promising local builder with concrete maintenance work attached. Try it if owning the project files and choosing the model provider matter more than a spotless setup.

Full review →
174

onnx

onnx/onnx · ★ 21k60/7d · Python

ONNX is an open file format and specification for moving machine-learning models between frameworks, tools, and hardware. It gives teams a shared representation for model graphs, operators, and data types, reducing the need to tie training and inference to the same vendor stack.

SetupDocsCommunityMaturity

Verdict Our installation did not finish before the 900-second cap. ONNX is still a strong default interchange contract when models must cross framework or hardware boundaries, backed by a current codebase and unusually detailed specifications.

Full review →
175

skills

google/skills · ★ 20k273/7d · Python

Google's `skills` repository is a collection of pre-built capabilities for AI agents, designed to automate complex tasks within the Google Cloud Platform. Instead of writing low-level API calls, this library provides high-level "skills", like deploying an AI model on Kubernetes or setting up a database, that an agent can use directly. It solves the problem of bridging the gap between a general-purpose AI agent and the specialized, intricate world of cloud management.

SetupDocsCommunityMaturity

Verdict If your organization lives and breathes Google Cloud, `google/skills` is an essential toolkit for building the next generation of infrastructure automation. It packages Google's own expert knowledge into executable skills for AI agents, saving countless hours of development.

Full review →
176

Speech

NVIDIA-NeMo/Speech · ★ 18k48/7d · Python

NVIDIA NeMo Speech is a Python toolkit for building, adapting, and deploying speech systems, including speech recognition, text-to-speech, and speech-focused language models. It gives researchers and PyTorch teams one framework plus pretrained checkpoints, so they do not have to assemble every training and inference component themselves.

SetupDocsCommunityMaturity

Verdict Our build succeeded in 9 seconds, but the tests were still at 17% when the 900-second cap ended, with nine export-related failures visible. NeMo Speech is a strong choice for an experienced NVIDIA GPU team that needs one serious framework across ASR, TTS, and speech LLM research.

Full review →
177

nuclear

nukeop/nuclear · ★ 18k43/7d · TypeScript

Nuclear is a free desktop music player that searches multiple sources, streams tracks, manages a library, and avoids ads or tracking. Its plugin system supplies music sources and metadata, while an optional MCP server lets AI clients control playback.

SetupDocsCommunityMaturity

Verdict Our Nuclear build completed 8 of 9 tasks, then failed after 67 seconds because `cargo metadata` was unavailable, while all 5 Vitest tests passed. Download the packaged player if you want ad-free desktop streaming and are comfortable selecting source plugins.

Full review →
178

mcp-for-beginners

microsoft/mcp-for-beginners · ★ 17k48/7d · Jupyter Notebook

MCP for Beginners is Microsoft's free curriculum for learning the Model Context Protocol through explanations, security guidance, and sample servers and clients. It spans C#, Java, JavaScript, TypeScript, Python, and Rust, then branches into authentication, deployment, Azure integrations, databases, and newer protocol features.

SetupDocsCommunityMaturity

Verdict Our `05-AdvancedTopics` run installed 64 packages and built in 8 seconds, but it exposed no test target, so the measured code path has no suite result. Use this curriculum for breadth, multilingual teaching, and security context, then verify protocol details against the official specification before shipping.

Full review →
179

trigger.dev

triggerdotdev/trigger.dev · ★ 16k55/7d · TypeScript

Trigger.dev runs long-lived TypeScript jobs and AI agent workflows with queues, retries, schedules, waits, logs, and deployment history. It gives application developers a place for work that outlives an HTTP request, either on Trigger.dev Cloud or on infrastructure they operate.

SetupDocsCommunityMaturity

Verdict Our Trigger.dev checkout installed 2,536 packages and occupied 1,984 MB, then both build and test commands stopped at the database package, so this is a platform commitment rather than a small job runner. Use Trigger.dev Cloud when a TypeScript product needs observable, retryable AI work without owning the control plane.

Full review →
180

text-to-cad

earthtojake/text-to-cad · ★ 16k1.1k/7d · Python

text-to-cad is a set of coding-agent skills that turns written requests and reference images into local CAD, robot-description, drawing, slicing, and fabrication files. Its main CAD workflow writes editable Python, generates STEP geometry, checks dimensions and validity, and opens the result in a local viewer for review.

SetupDocsCommunityMaturity

Verdict Our text-to-cad install used 1,561 MB for 87 packages and built in 6 seconds, but the measured CAD project exposed no test target. Use it when you want a coding agent to produce editable STEP-first work and you will follow its inspection and snapshot loop.

Full review →
181

Figma-Context-MCP

GLips/Figma-Context-MCP · ★ 16k60/7d · TypeScript

Framelink MCP for Figma is a Model Context Protocol server that turns Figma file and node data into a smaller description for coding agents. It helps an agent see layout, styling, and selected design structure without relying only on a screenshot.

SetupDocsCommunityMaturity

Verdict Our Framelink MCP run installed 354 packages, built in 18 seconds, and passed its tests in 29 seconds. It is a focused choice for feeding selected Figma structure to Cursor, provided a developer owns the token and verifies every generated interface.

Full review →
182

claudian

YishenTu/claudian · ★ 15k91/7d · TypeScript

Claudian puts coding agents such as Claude Code, Codex, Grok, OpenCode, and Pi inside an Obsidian sidebar. It lets an agent read and edit vault files, search notes, run shell commands, use MCP tools, and carry out multi-step work without moving the conversation to a terminal.

SetupDocsCommunityMaturity

Verdict Installing Claudian on our box took 33 seconds but added 862 packages and 906 MB; the build passed in 34 seconds, while tests timed out at 900 seconds. Use it if Obsidian is already your working desk and you understand that the chosen agent can edit files and run commands there.

Full review →
183

OpenMetadata

open-metadata/OpenMetadata · ★ 15k59/7d · TypeScript

OpenMetadata is a self-hosted catalog that connects data assets, lineage, quality checks, ownership, governance, and business definitions in one metadata graph. It also exposes that context to assistants through semantic search, SDKs, APIs, and a built-in MCP server.

SetupDocsCommunityMaturity

Verdict Our root run installed 110 packages in 18 seconds but `yarn test` failed in 4 seconds because no test is specified, while the real Docker quickstart requires 6 GiB and 4 vCPUs. OpenMetadata is worth evaluating when catalog context, lineage, governance, and MCP access must live together.

Full review →
184

AutoResearchClaw

aiming-lab/AutoResearchClaw · ★ 14k61/7d · Python

AutoResearchClaw is a Python pipeline that turns a research question into a literature review, generated experiments, analysis, and a LaTeX paper across 23 stages. It can run automatically or pause for a researcher to approve hypotheses, experimental design, and writing decisions.

SetupDocsCommunityMaturity

Verdict Our AutoResearchClaw checkout installed 156 packages, used 911 MB, and passed 2,951 tests, so the repository is much more than a paper-generation prompt. Use it as a research workbench with human gates, isolated execution, and an explicit cost ceiling.

Full review →
185

InsForge

InsForge/InsForge · ★ 13k73/7d · TypeScript

InsForge is an open-source backend platform built for applications assembled with coding agents. It combines PostgreSQL, authentication, object storage, edge functions, site deployment, an AI gateway, and an MCP control surface so an agent can inspect and change backend resources while it builds an app.

SetupDocsCommunityMaturity

Verdict Our InsForge run installed 2,284 packages and used 752 MB, then passed its build and tests in 177 seconds combined while npm audit reported 5 vulnerabilities. It is worth a pilot for teams that want agents to operate the same backend primitives they are coding against.

Full review →
186

XHS-Downloader

JoeanAmier/XHS-Downloader · ★ 13k59/7d · JavaScript

XHS-Downloader is documented primarily in Simplified Chinese, with a full English README available. It downloads public RedNote posts and metadata through a terminal app, browser userscript, HTTP API, or MCP server, giving people a repeatable way to archive images, videos, and Live Photos.

SetupDocsCommunityMaturity

Verdict Our XHS-Downloader run installed 106 packages in 81 seconds and built in 9 seconds, but it offered no test target, so the code is easy to try and hard to independently regression-check. Use it for hands-on RedNote archiving when its precise media and metadata controls justify maintaining Cookies and watching for site breakage.

Full review →
187

ida-pro-mcp

mrexodia/ida-pro-mcp · ★ 12k153/7d · Python

IDA Pro MCP connects an MCP-capable coding agent to IDA Pro so the agent can inspect, annotate, rename, patch, and debug binaries. It supports the IDA interface and headless idalib workers, letting one client manage several named analysis databases.

SetupDocsCommunityMaturity

Verdict Our IDA Pro MCP run installed 35 packages in 22 seconds and built in 8 seconds, but pytest ended with 29 collection or setup errors after 136 tests passed. It is worth trying for an experienced IDA Pro user who will treat agent output as a draft and keep write-capable tools under supervision.

Full review →
188

QuantDinger

OpenByteInc/QuantDinger · ★ 12k223/7d · Python

QuantDinger is a self-hosted trading system that connects AI-assisted market research to Python strategies, backtests, paper trading, live execution, and monitoring. It supports crypto exchanges and broker workflows, but the operator still owns the strategy code, risk limits, credentials, and legal responsibility for every order.

SetupDocsCommunityMaturity

Verdict Our QuantDinger run passed 1,415 pytest cases after a 69-second, 159-package install, yet open precision and lot-size reports touch the credibility of backtests. Use it as a serious paper-trading and engineering environment if you can audit those assumptions and operate its service stack.

Full review →
189

nginx-ui

0xJacky/nginx-ui · ★ 11k12/7d · Go

Nginx UI is a browser control panel for editing Nginx sites, issuing certificates, reading logs, managing several nodes, and watching server statistics. It also adds an LLM assistant, code completion, and an MCP interface so an AI agent can inspect or change Nginx through the panel.

SetupDocsCommunityMaturity

Verdict Our nginx-ui source install failed in 6 seconds before any build or test could run, so use a pinned release binary or image for evaluation and treat source reproducibility as unresolved. The panel is a good fit for an experienced Nginx operator who wants certificates, backups, nodes, and AI access in one place.

Full review →
190

OpenCreator

krillinai/KrillinAI · ★ 11k21/7d · TypeScript

OpenCreator, formerly KrillinAI, is a local workspace that uses Codex to help make and edit videos, images, voiceovers, subtitles, and other creative files. It combines an agent conversation with visual tools, so a creator can move between instructions and hands-on adjustments without moving the job to another app. The canonical README is in English and links to 10 maintained translations.

SetupDocsCommunityMaturity

Verdict Our 2026-08-22 KrillinAI run installed 239 Go packages and built successfully, but 3 of 15 package results failed, and the live repository has since become TypeScript-based OpenCreator v3.1.0. Try it if you already trust Codex with local projects and want one interface for agent work plus media production.

Full review →
191

opensre

Tracer-Cloud/opensre · ★ 11k60/7d · Python

OpenSRE is a self-hosted framework for AI agents that investigate production incidents across logs, metrics, traces, deployments, and runbooks. It gives operators an interactive shell, a headless command, and hosted deployment paths for collecting evidence and producing a root-cause report.

SetupDocsCommunityMaturity

Verdict Our OpenSRE run installed 201 packages and passed 15,768 tests, but 23 failures kept the suite red after 823 seconds, so this is a serious evaluation target rather than a safe default for production response. Try it if your SRE team needs one agent across many data sources and will constrain its permissions.

Full review →
192

mcp-use

mcp-use/mcp-use · ★ 11k42/7d · TypeScript

mcp-use is a TypeScript and Python toolkit for connecting AI applications to Model Context Protocol servers, the small programs that expose tools and data to models. It can create MCP servers and interactive views, connect to existing servers, or run a LangChain-based Python agent across several of them.

SetupDocsCommunityMaturity

Verdict Our mcp-use Python build succeeded and pip-audit found 0 known vulnerabilities, but only 159 of 337 pytest cases passed while 135 failed and 43 hit errors, so adopt it behind your own tool-level integration tests. The TypeScript side is a strong trial for teams that want MCP tools and interactive views in one scaffold.

Full review →
193

aichat

sigoden/aichat · ★ 10k17/7d · Rust

AIChat is a Rust command-line client for talking to hosted and local language models from a shell, an interactive REPL, or a small HTTP server. It also handles files, saved roles and sessions, document retrieval, function calls, MCP tools, and agent definitions so one executable can replace several model-specific clients.

SetupDocsCommunityMaturity

Verdict Our AIChat run installed 425 packages and passed all 21 tests after a 152-second build, so the checked-out Rust client is easy to trust for a personal trial. Use it if you want one terminal interface across many model providers and are comfortable owning keys, local config, and tool permissions.

Full review →
194

mcp

awslabs/mcp · ★ 9.7k19/7d · Python

awslabs/mcp is a collection of Model Context Protocol servers for AWS documentation, infrastructure, databases, observability, cost, messaging, and other services. It lets MCP clients such as Claude Code and Cursor call focused AWS tools, but AWS now recommends Agent Toolkit for AWS for production software.

SetupDocsCommunityMaturity

Verdict Our run built the 71 MB repository's Docusaurus site in 59 seconds, but it ran no server tests and npm audit found 31 advisories, so that pass says nothing about the operational safety of each MCP package. Use awslabs/mcp to evaluate focused AWS integrations or study their code.

Full review →
195

feynman

advaitpaliwal/feynman · ★ 9.6k364/7d · TypeScript

Feynman is an MIT-licensed AI research agent that searches papers and the web, ranks literature, checks claims against code, and produces cited research briefs. It runs as a terminal app or local science workbench, with separate research skills available for Codex and repository-based agents.

SetupDocsCommunityMaturity

Verdict Our Feynman run installed 985 packages and used 1,329 MB, then its tests failed after 699 seconds, so this is a serious research workspace rather than a lightweight paper-search utility. The 27-second build and zero-advisory audit support a trial, but the failing assertion and rapid release corrections argue for a pinned version and a local acceptance suite.

Full review →
196

gsd-core

open-gsd/gsd-core · ★ 9.5k199/7d · JavaScript

GSD Core is a workflow system that guides AI coding agents through discussing, planning, building, checking, and shipping a software project. It stores decisions and progress in project files so a fresh agent can continue the work without depending on one long chat history.

SetupDocsCommunityMaturity

Verdict Our GSD Core run installed 416 packages and built successfully, but its test process was still alive at the 900-second cap after reporting 1,733 passes and zero failures. Adopt it for substantial agent-led projects when durable planning files and repeatable phase checks justify a large workflow layer.

Full review →
197

garak

NVIDIA/garak · ★ 9.3k · Python

Garak is a command-line scanner that sends adversarial prompts to a language model or chat system and checks the replies for unwanted behavior. Its plugins cover prompt injection, data leakage, jailbreaks, hallucinated packages, toxic output, and other failure modes across local models and hosted APIs.

SetupDocsCommunityMaturity

Verdict Our Garak environment installed 240 packages and used 6,435 MB, while its tests reached only 19% before the 900-second cap and had already printed a failure marker. Use it as a broad discovery scanner when a security engineer will narrow the probes, protect the reports, and investigate each hit.

Full review →
198

dashi-ppt-skill

chuspeeism/dashi-ppt-skill · ★ 8.3k439/7d · JavaScript

The project is primarily documented in Chinese, and a full English README is available. Dashi PPT is a Claude Code and local-agent skill that turns source material into a browser-editable slide deck, then exports it as offline HTML, PDF, or editable PPTX using a fixed library of themes and layouts.

SetupDocsCommunityMaturity

Verdict Our Dashi PPT install took 18 seconds, but the project supplied no build target and no test target, so the lab could not verify rendering or export. It is worth a trial for non-confidential drafts when browser editing is more useful than a blank PowerPoint file.

Full review →
199

openwhispr

OpenWhispr/openwhispr · ★ 8.2k373/7d · JavaScript

OpenWhispr is a desktop voice-to-text app for dictation, meeting transcription, searchable notes, and spoken commands to AI models. It can keep transcription and language-model work on the computer, or connect to hosted providers when speed, sync, or collaboration matters more than local processing.

SetupDocsCommunityMaturity

Verdict Our OpenWhispr install used 1,374 MB, its package build exceeded 900 seconds, and its tests ended on a rollback failure, so source adoption needs more patience than the quick start implies. The released app is worth trying for people who genuinely need dictation, meetings, and local AI in one desktop client.

Full review →
200

Graft

trailhq/Graft · ★ 8.1k1.6k/7d · TypeScript

Graft builds a local map of a codebase so coding agents can find symbols, relationships, and likely files without rereading the repository from scratch. Its structural graph works without a model key, while an optional deep pass asks your chosen model provider to write richer explanations.

SetupDocsCommunityMaturity

Verdict Our Graft run installed 86 packages, passed all 938 tests, and reported 0 known vulnerabilities, making it an unusually low-friction trial for teams whose coding agents keep rediscovering the same code. Use the structural graph first, inspect `graft init --dry-run`, and add the model-backed deep pass only if its extra explanations justify sending source-derived content to your provider.

Full review →
201

osaurus

osaurus-ai/osaurus · ★ 7.9k107/7d · Swift

Osaurus is an English-documented, native macOS application for running local or cloud AI models with agents, memory, tools, and an OpenAI-compatible server. It keeps the surrounding agent state on the Mac and can also act as both an MCP server and a client for remote MCP providers.

SetupDocsCommunityMaturity

Verdict Our sandbox passed 1 of 1 tests for the Go helper in 31 seconds, but it did not build the 848,110-line Swift-centered Mac application that users actually install. Osaurus is worth trying for an Apple Silicon owner who wants local inference, agents, MCP, and automation in one native app, especially if macOS 26 enables the Linux VM sandbox.

Full review →
202

code2prompt

mufeedvh/code2prompt · ★ 7.7k18/7d · Rust

Code2Prompt collects selected files, a directory tree, and optional Git context into one document that you can give to a language model. It comes as a Rust command-line app and library, an interactive terminal interface, and Python bindings, while the README also advertises a local MCP service.

SetupDocsCommunityMaturity

Verdict Our Code2Prompt build succeeded in 282 seconds and all 336 tests passed in 96 seconds, so the implementation earns a trial while the source compile favors packaged binaries for occasional use. Choose it for a reviewable repository snapshot with strong filtering and formatting controls.

Full review →
203

vibe

thewh1teagle/vibe · ★ 7.5k112/7d · TypeScript

Vibe is a desktop app that transcribes audio and video on your own computer, then exports the text or subtitles in several common formats. Its local server can also expose transcription through an OpenAI-compatible API, while transcript summaries can use either local Ollama models or the Claude API.

SetupDocsCommunityMaturity

Verdict Our Vibe checkout installed only 3 root pnpm packages in 37 seconds, but the root exposed no build or test target, so that successful install does not prove the desktop app works. Vibe is worth trying for private, single-user transcription when you want a finished interface and local model choice.

Full review →
204

oh-story-claudecode

worldwonderer/oh-story-claudecode · ★ 6.9k226/7d · JavaScript

This is a Chinese-first, open-source skill pack for planning, analyzing, drafting, reviewing, and packaging online fiction with coding agents; an English README is available. It turns a general-purpose agent into a structured long-form or short-form writing workflow, with project state, specialist roles, quality checks, and deployment paths for several agent environments.

SetupDocsCommunityMaturity

Verdict Use it if you write Chinese web fiction and already live in Claude Code, Codex, or a similar file-aware agent: the workflow is unusually specific, actively maintained, and more disciplined than a folder of prompts. Do not mistake the easy package install for a zero-configuration product, and treat the sandbox test exit as a reason to verify the dashboard and hooks on your own platform.

Full review →
205

Soup

MakazhanAlpamys/Soup · ★ 6.6k695/7d · Python

Soup is a Python command-line toolkit for fine-tuning, evaluating, and packaging language models from one YAML recipe. It tries to replace a pile of training scripts and infrastructure chores with a guided workflow that can run locally, including an experimental layer-streaming mode for GPUs with very little memory.

SetupDocsCommunityMaturity

Verdict Our Soup install used 5,370 MB and its test suite reached only 31% before a 900-second timeout, so contributors should budget for a large environment and a long verification loop. Try it for a guided local path from dataset to evaluated adapter, starting with an ordinary LoRA job.

Full review →
206

zcf

UfoMiao/zcf · ★ 6.1k2/7d · TypeScript

ZCF is an interactive installer and configuration manager for Claude Code and Codex. It can install workflows, set model providers, configure Claude Code Router and MCP services, and apply language or assistant preferences from one command instead of asking users to edit several files by hand.

SetupDocsCommunityMaturity

Verdict Our ZCF run installed 899 packages in 27 seconds, then passed its 13-second build and 50-second test command, so the code is easy to verify but the resulting 319 MB toolchain is not truly zero configuration. Use it when repeatable Claude Code and Codex setup saves more time than reviewing the files it changes.

Full review →
207

openpencil

ZSeven-W/openpencil · ★ 5.9k49/7d · Rust

OpenPencil is a Rust vector-design application that lets people and AI agents create and edit structured canvas documents. Its `.op` files are JSON, and the same project includes desktop and web editors, a CLI, an MCP server, collaboration, and code export.

SetupDocsCommunityMaturity

Verdict Our OpenPencil build took 448 seconds and all 547 tests passed, making commit 9c81077 a credible engineering base for teams willing to test prerelease desktop behavior themselves. Use it when JSON design files, MCP control, and local ownership solve a concrete workflow problem.

Full review →
208

kserve

kserve/kserve · ★ 5.9k · Go

KServe is a Kubernetes system for deploying predictive models and large language models behind consistent network endpoints. It manages model loading, routing, scaling, rollout, and monitoring so a platform team does not have to hand-build those pieces for every model framework. Its scope spans ordinary single-model services, high-density ModelMesh deployments, and distributed LLM serving.

SetupDocsCommunityMaturity

Verdict Our KServe build took 339 seconds, then 23 of 104 tests failed, so commit c1adffc is a poor fit for teams that require a green source checkout before evaluation. KServe still makes sense for a staffed Kubernetes platform that must serve predictive models and LLMs through one set of cluster APIs.

Full review →
209

koharu

mayocream/koharu · ★ 5.6k37/7d · Rust

Koharu is a desktop workspace for translating manga while keeping page detection, OCR, cleanup, translation, and typesetting in one project. It runs vision tools and local language models on the user's machine, can call hosted translation providers, and exports finished pages as PNG or layered PSD files.

SetupDocsCommunityMaturity

Verdict Our Koharu install took 398 seconds and 925 MB, then its 358-second build failed on missing `atk` even though all 88 Vitest cases passed. Try the official release if you want one editor for the full manga translation pass and can review every generated page.

Full review →
210

openmed

maziyarpanahi/openmed · ★ 5.3k53/7d · Python

OpenMed is a local-first toolkit for finding medical entities and personal identifiers in clinical text, then masking or replacing sensitive details. It supplies Python, service, mobile, browser, MCP, and coding-agent paths, but deployment owners still have to validate the models and clinical output for their own data.

SetupDocsCommunityMaturity

Verdict Our OpenMed run installed 150 packages and 941 MB, then showed a failure marker before tests hit the 900-second cap, so production adoption needs more validation than the quick examples imply. The 16-second build and 0 known audited vulnerabilities make a controlled trial reasonable for teams that need local clinical text processing across several runtimes.

Full review →
211

eve

vercel/eve · ★ 5.2k · TypeScript

Eve is a TypeScript framework for agents that may need to pause, resume, run on a schedule, call tools, or talk through web and messaging channels. You build an agent by placing instructions, tools, skills, connections, channels, schedules, and subagents in named filesystem locations, then Eve compiles and runs that layout.

SetupDocsCommunityMaturity

Verdict Our Eve run installed 2,573 packages and used 2,815 MB, then 8,673 tests passed and 1 was skipped with no failures. That is strong evidence for the repository at commit 32aca9b, but it does not make Eve lightweight or finished.

Full review →
212

modlens

liustack/modlens · ★ 4.0k38/7d · TypeScript

ModLens gives text-only coding models a way to inspect images by sending them to a separate vision provider and returning structured evidence. It runs as a DeepSeek Harness plugin or a skill for Codex, Claude Code, Pi, and OpenCode, with English documentation and a separate Chinese README.

SetupDocsCommunityMaturity

Verdict Our modlens run installed 120 packages, built in 5 seconds, and passed 818 of 823 tests with 5 skipped, so its repository mechanics are unusually easy to verify. Use it when a preferred text-only model needs occasional screenshots, charts, or documents and you can name a trusted vision provider.

Full review →
213

kagent

kagent-dev/kagent · ★ 3.7k51/7d · Go

Kagent is a Kubernetes-native framework for defining, running, and observing AI agents as cluster resources. It lets platform teams manage agent prompts, models, MCP tools, and deployments with YAML and `kubectl` instead of building a separate orchestration service from scratch.

SetupDocsCommunityMaturity

Verdict Our Kagent run built successfully, but 7 of 73 tests failed after a 162-second test step. It is worth an isolated-cluster trial when agent sprawl has become a Kubernetes platform problem.

Full review →
214

TradingAgents-astock

simonlin1212/TradingAgents-astock · ★ 3.3k · Python

TradingAgents-Astock is a Chinese-first Python research tool that asks several AI roles to analyze mainland China A-shares and debate a rating. A full English README exists, although its subscription guidance is internally inconsistent. The project adapts the original TradingAgents workflow to Chinese market rules and local public data sources.

SetupDocsCommunityMaturity

Verdict Our TradingAgents-Astock run installed 151 packages and passed 377 tests in 57 seconds, so the code is unusually easy to qualify for an experimental finance app. Use it to study or draft A-share research when you can absorb 30 to 50 model calls and verify every input and conclusion.

Full review →
215

lumen

jnsahaj/lumen · ★ 2.9k14/7d · Rust

Lumen is a terminal interface for reading Git and Jujutsu diffs side by side, annotating them, and reviewing pull requests. Its optional AI commands draft commit messages, explain changes, and translate plain English into Git commands, while the diff viewer works without an AI account.

SetupDocsCommunityMaturity

Verdict Our Lumen build took 305 seconds and 134 of 135 tests passed, with one merge-base test unable to find `refs/heads/main`. It is worth trying for terminal-first diff review, especially when stacked commits and agent feedback are daily work.

Full review →
216

alphagenome

google-deepmind/alphagenome · ★ 2.1k51/7d · Python

AlphaGenome is a Python client for Google DeepMind's hosted DNA-sequence model and its precomputed Atlas data. It lets researchers request regulatory predictions for gene expression, splicing, chromatin, and contact maps, then inspect or plot the returned tracks without running the model locally.

SetupDocsCommunityMaturity

Verdict Our AlphaGenome client run passed 17,218 of 17,232 tests, but 12 failed and 2 hit setup or collection errors, so the SDK deserves a trial with local regression checks rather than blind adoption. Use it for non-commercial research that benefits from many regulatory output types and stays within hosted API scale.

Full review →
217

kandev

kdlbs/kandev · ★ 79529/7d · Go

Kandev is a self-hosted development control plane that turns coding-agent work into Kanban tasks, isolated worktrees, review steps, and pull requests. It can run many agent CLIs through local processes, Docker, SSH, or cloud executors, then place their conversations, diffs, terminals, files, and previews in one workspace.

SetupDocsCommunityMaturity

Verdict Our Kandev install took 48 seconds and 978 MB, but the build failed after 7 seconds because the desktop Tauri step could not run `cargo metadata`; no tests ran. Use a packaged release if its Kanban, worktree, review, and multi-executor model matches how your team already supervises several agents.

Full review →
218

ECC

affaan-m/ECC · ★ 259k5.0k/7d · JavaScript

ECC is a large set of skills, specialist agents, rules, hooks, memory tools, and installers for coding assistants, with Claude Code as its best-supported host. It tries to make planning, tests, review, security checks, and handoffs repeatable instead of asking developers to restate their process in every prompt.

SetupDocsCommunityMaturity

Verdict ECC makes sense for a heavy Claude Code user who wants one maintained opinion about planning, verification, memory, and agent roles. The successful test run is reassuring, but the product is too broad and too dependent on host-specific hooks to install casually.

Full review →
219

hermes-agent

NousResearch/hermes-agent · ★ 246k2.4k/7d · Python

Hermes Agent is an English-documented personal AI agent that runs in a terminal or behind messaging gateways for Telegram, Discord, Slack, WhatsApp, Signal, and email. It can call shell and file tools, schedule jobs, remember past work, create reusable skills, delegate tasks, and switch among hosted or self-run model providers; Chinese, Urdu, and Spanish README translations also exist.

SetupDocsCommunityMaturity

Verdict Hermes is compelling for an experienced self-hoster who wants one agent to persist across a terminal, a server, and messaging apps. Its provider choice, memory, skills, scheduling, and remote backends cover far more than a chat wrapper, but that scope creates a large trust and maintenance burden.

Full review →
220

AutoGPT

Significant-Gravitas/AutoGPT · ★ 187k131/7d · Python

AutoGPT is now a platform for building and running agent workflows through plain-English setup or a visual block editor, with schedules, triggers, integrations, costs, and approvals around each run. The same repository also retains AutoGPT Classic, the original autonomous-agent experiment, as unsupported educational code.

SetupDocsCommunityMaturity

Verdict Our AutoGPT Classic run passed 277 of 380 tests, failed 65, hit 38 setup or collection errors, and exposed 55 known vulnerabilities, matching the maintainers' warning that Classic is unsupported. Do not deploy Classic; use it only to study the original experiment.

Full review →
221

prompts.chat

f/prompts.chat · ★ 170k626/7d · HTML

prompts.chat is a public prompt catalog and a self-hostable web application for collecting, revising, searching, and sharing prompts. Teams can run a branded private library, while individual users can browse the hosted catalog or reach it from Claude Code and other MCP clients.

SetupDocsCommunityMaturity

Verdict Our prompts.chat install stopped after 164 seconds because `DATABASE_URL` was required during postinstall, so the documented manual order does not work in a blank environment. The hosted catalog and Claude Code plugin are easy ways to sample the project without operating it.

Full review →
222

claude-code

anthropics/claude-code · ★ 145k729/7d · Python

Claude Code is an AI-powered coding assistant that runs in your terminal. It's designed to understand your entire codebase, letting you use natural language to automate routine tasks, manage git workflows, and get explanations for complex code without leaving the command line.

SetupDocsCommunityMaturity

Verdict Claude Code offers a compelling vision for the future of AI development in the terminal, with a slick setup and powerful agentic features. However, it's crippled by a non-existent license and a concerning data collection policy, making it unusable for professional work.

Full review →
223

cc-switch

farion1231/cc-switch · ★ 133k1.3k/7d · Rust

CC Switch is a desktop manager for provider accounts, model routes, MCP servers, skills, and local configuration across Claude Code, Claude Desktop, Codex, Gemini CLI, Grok Build, OpenCode, OpenClaw, and Hermes. Its default README is in English, with Chinese, Japanese, and German versions also available.

SetupDocsCommunityMaturity

Verdict Our CC Switch install failed after 11 seconds because its pnpm configuration set two conflicting built-dependency policies, so we could not reach a build or test result. The desktop release may still save serious time for people juggling 8 supported agents, but configuration takeover deserves a backup drill and a trial account before daily use.

Full review →
224

open-design

nexu-io/open-design · ★ 96k1.2k/7d

OpenDesign is a local-first design workspace that asks coding agents to create real HTML, documents, slides, images, and motion graphics from prompts and reusable design systems. It connects Claude Code, Codex, DeepSeek Harness, and many other command-line agents to a desktop or web studio where generated files can be previewed, critiqued, edited, and exported.

SetupDocsCommunityMaturity

Verdict Our OpenDesign install pulled 1,293 packages and used 2,644 MB, then exposed no root build or test target. Try it if you already trust coding agents with project files and want brand rules, previews, and export in one workspace.

Full review →
225

claude-mem

thedotmack/claude-mem · ★ 94k395/7d · JavaScript

Claude-Mem gives coding agents a searchable memory that persists across sessions. It watches agent activity, compresses the useful parts with a selected AI provider, stores the result, and injects relevant project history when later sessions begin.

SetupDocsCommunityMaturity

Verdict Our Claude-Mem run installed 799 packages and used 995 MB, then its tests stopped after 8 seconds because Bun was absent. Try it when repeated project rediscovery costs more than operating a local worker and auditing captured data.

Full review →
226

ragflow

infiniflow/ragflow · ★ 91k366/7d · Go

RAGFlow is a self-hosted system for turning documents and connected data sources into searchable knowledge bases, cited chat answers, and agent workflows. It bundles parsing, chunk review, retrieval, reranking, model connections, APIs, and a visual interface so a team does not have to assemble each layer separately.

SetupDocsCommunityMaturity

Verdict RAGFlow is a strong candidate when document parsing and chunk inspection are central to the product, and the team wants a usable interface as well as APIs. It is an application stack, not a drop-in RAG package, so budget for operations, migration tests, provider configuration, and document-specific acceptance tests.

Full review →
227

taste-skill

Leonxlnx/taste-skill · ★ 87k1.7k/7d · JavaScript

Taste Skill is a collection of instructions, or "skills," for AI coding assistants like Claude Code and Cursor. It solves the problem of AI-generated frontends looking generic and uninspired by providing specific aesthetic guidance on typography, layout, and motion. Essentially, it's a design-taste upgrade for your AI pair programmer.

SetupDocsCommunityMaturity

Verdict Taste Skill is an essential, brilliantly conceived tool for anyone serious about using AI to generate front-end code. It directly addresses the "AI slop" problem, turning generic output into something with personality and polish.

Full review →
228

deer-flow

bytedance/deer-flow · ★ 82k418/7d · Python

DeerFlow is an open-source agent application that can research, write code, create files, remember user context, and split work among sub-agents. It combines a web interface, model providers, tools, skills, MCP connections, and isolated execution so longer tasks can run with more structure than a single chat response.

SetupDocsCommunityMaturity

Verdict Our DeerFlow backend installed 33 packages and built in 16 seconds, but pytest ran 0 tests and stopped after 200 collection or setup errors, so commit 13f0a7f is a trial candidate rather than a verified deployment. Use DeerFlow when you need a full agent application with model choice, memory, skills, sub-agents, and sandboxes, and you have an operator who understands its privilege.

Full review →
229

Scrapling

D4Vinci/Scrapling · ★ 81k1.8k/7d · Python

Scrapling is a Python scraping framework that combines HTML parsing, HTTP fetching, browser automation, adaptive selectors, spiders, and an MCP server. It is meant for jobs that start with one page but may grow into concurrent crawls with sessions, proxies, pause and resume, or agent access.

SetupDocsCommunityMaturity

Verdict Our Scrapling run installed in 24 seconds and passed 258 tests, but 5 failed and 110 more hit setup errors, with the log showing `curl_cffi` was missing. Try it when one Python project genuinely needs HTTP requests, browsers, adaptive parsing, spiders, and MCP access under one API.

Full review →
230

Prompt-Engineering-Guide

dair-ai/Prompt-Engineering-Guide · ★ 78k205/7d · MDX

Prompt Engineering Guide is a free collection of explanations, papers, prompt examples, notebooks, and links covering prompting, retrieval-augmented generation, context engineering, and AI agents. The repository powers a documentation site and acts as a syllabus for people learning how language-model inputs affect results.

SetupDocsCommunityMaturity

Verdict Our Prompt Engineering Guide build took 224 seconds after installing 551 packages, while npm audit reported 26 vulnerabilities and the repository offered no test target. Use it as a broad reading map and source list, then verify techniques against the model and dataset you actually ship.

Full review →
231

ai-agents-for-beginners

microsoft/ai-agents-for-beginners · ★ 75k506/7d · Jupyter Notebook

AI Agents for Beginners is an English-language Microsoft course, with more than 50 automated translations, that teaches agent design through 18 lessons and Jupyter notebooks. It covers tools, RAG, planning, multiple agents, memory, MCP and other protocols, browser use, deployment, local models, and security, with current examples centered on Microsoft Agent Framework and Foundry.

SetupDocsCommunityMaturity

Verdict Our run installed 172 packages and 1,301 MB in 207 seconds, then built in 18 seconds but failed before any test ran because `demo_tool_agent` was missing during collection. Use the course if Microsoft Foundry is a realistic target and you want 18 guided lessons spanning agent patterns through deployment and security.

Full review →
232

orca

stablyai/orca · ★ 70k4.4k/7d · TypeScript

Orca is a desktop workspace for running several command-line coding agents beside each other, usually in separate Git worktrees. It combines terminals, file editing, diffs, browser interaction, remote hosts, task tracking, and mobile monitoring so a developer can supervise parallel agent sessions.

SetupDocsCommunityMaturity

Verdict Our Orca checkout installed 1,265 packages and used 2,452 MB, then type checking was killed after 108 seconds and tests exceeded 900 seconds, so source contribution is a serious workstation workload. Use the signed desktop build if you already run several coding-agent CLIs and worktrees are part of your review discipline.

Full review →
233

TrendRadar

sansan0/TrendRadar · ★ 62k151/7d · Python

TrendRadar is a Chinese-first news and trend monitor, with an English README and English documentation available. It collects hot lists and RSS feeds, filters the results by keywords or AI-defined interests, keeps ranking history, and sends reports to chat, email, push, or webhook destinations.

SetupDocsCommunityMaturity

Verdict Our TrendRadar install pulled 119 packages, and pip-audit found 25 known vulnerabilities, so adoption requires active dependency review from day one. It is a good fit for a Chinese-speaking individual or small team whose sources already match NewsNow and who wants one configurable path from collection to delivery.

Full review →
234

free-claude-code

Alishahryar1/free-claude-code · ★ 55k874/7d · Python

Free Claude Code is a local proxy and control panel that lets Claude Code, Codex, and eight other coding agents use models from many providers or local servers. It solves the nuisance of wiring each agent to different endpoints, credentials, model names, and fallbacks.

SetupDocsCommunityMaturity

Verdict Our FCC install finished in 28 seconds and its build in 6, but pytest exited before collecting tests because it rejected `-n`. Use FCC when keeping Claude Code or Codex matters more than having one provider, and you accept that quotas and model compatibility still need hands-on testing.

Full review →
235

ai-engineering-from-scratch

rohitg00/ai-engineering-from-scratch · ★ 55k1.5k/7d · Python

AI Engineering From Scratch is a free curriculum that teaches the math, code, model systems, agents, MCP, and production work behind modern AI through runnable lessons. English is canonical; translated landing pages are committed in 12 languages, while translated lesson pages are machine-produced on a separate branch.

SetupDocsCommunityMaturity

Verdict Our install consumed 5,609 MB across 204 packages and the repository exposed no unified test target, so this is a serious study archive rather than a tidy course package. Use it if you want a self-directed route from linear algebra to agents and can verify each lesson as you go.

Full review →
236

CLIProxyAPI

router-for-me/CLIProxyAPI · ★ 52k814/7d · Go

CLIProxyAPI is a Go gateway that turns accounts for Codex, Claude Code, Gemini, Grok, Kimi, and compatible upstreams into OpenAI, Gemini, or Claude-style API endpoints. It solves the awkward job of connecting clients to several coding subscriptions while rotating accounts and translating requests between provider formats.

SetupDocsCommunityMaturity

Verdict Our CLIProxyAPI build took 155 seconds, but 2 of 58 test packages failed, so it belongs behind a careful compatibility trial before it carries daily coding traffic. Use it when consolidating supported coding accounts into one endpoint saves more work than securing credentials and chasing provider changes.

Full review →
237

cherry-studio

CherryHQ/cherry-studio · ★ 52k223/7d · TypeScript

Cherry Studio is a desktop client for chatting with hosted and local language models on Windows, macOS, and Linux. It puts multiple providers, custom assistants, documents, translation, search, backups, and MCP tools in one graphical app instead of making users manage separate chat tabs.

SetupDocsCommunityMaturity

Verdict Our Cherry Studio install consumed 3,552 MB, the build failed on a missing DSH bridge module, and tests were still running at the 900-second cap. Downloaded releases may still suit an individual who wants many model providers in a polished desktop client, but this commit is a costly starting point for contributors.

Full review →
238

CLI-Anything

HKUDS/CLI-Anything · ★ 49k275/7d · Python

CLI-Anything is a collection of agent skills, plugins, generated command-line wrappers, and a registry for controlling existing software. It asks a coding agent to inspect an application, build a Python CLI around it, test the commands, and package the result for tools such as Claude Code, Codex, Cursor, and OpenClaw.

SetupDocsCommunityMaturity

Verdict Our CLI-Hub build passed in 11 seconds, but 7 of 164 tests failed because analytics code could not determine a home directory in the sandbox. CLI-Anything is worth studying when one stubborn desktop or specialist app needs an agent-facing interface.

Full review →
239

aider

Aider-AI/aider · ★ 49k143/7d · Python

Aider is a terminal coding assistant that sends repository context to an LLM, applies edits, and works with Git so developers can inspect or undo what changed. It supports hosted and local models, codebase maps, lint and test commands, images, web pages, and an editor watch mode.

SetupDocsCommunityMaturity

Verdict Our Aider run passed 473 tests, but 10 failed, 9 ended in setup errors, and pip-audit reported 126 known vulnerabilities after a 772 MB install. It remains a strong fit for an experienced developer who wants model choice and Git-visible edits in the terminal.

Full review →
240

new-api

QuantumNous/new-api · ★ 48k426/7d · Go

New API is a self-hosted gateway that puts one account, billing layer, and API surface in front of many AI model providers. It converts requests among OpenAI, Claude, and Gemini formats, then routes them through provider channels that an operator controls.

SetupDocsCommunityMaturity

Verdict Our New API run installed 828 packages and built in 8 seconds, but 1 of 34 tested packages failed, so adopt it only if you can investigate the suite and operate the gateway as infrastructure. It is a strong fit for teams that need quotas, accounts, and protocol conversion in one self-hosted control plane.

Full review →
241

scientific-agent-skills

K-Dense-AI/scientific-agent-skills · ★ 45k1.2k/7d · Python

Scientific Agent Skills is a library of instructions, reference material, and scripts that teaches coding agents how to use scientific software and databases. It works with Claude Code, Codex, Cursor, and other Agent Skills hosts, covering research tasks across biology, chemistry, medicine, engineering, and scientific writing.

SetupDocsCommunityMaturity

Verdict Our build finished in 8 seconds, but the 14-second test run could not collect 105 skills together because their script modules collide, so buyers should validate the exact subset they install. Scientific Agent Skills is useful as a reviewed notebook shelf for agent-assisted research, especially in Claude Code and Codex.

Full review →
242

sub2api

Wei-Shaw/sub2api · ★ 42k584/7d · Go

Sub2API is a Go-based gateway that turns AI product subscriptions and API accounts into centrally managed API keys for users. Its default README is in English, with Chinese and Japanese translations, and it covers billing, routing, account pools, quotas, and an admin dashboard.

SetupDocsCommunityMaturity

Verdict Our run passed all 48 Go tests, but Sub2API's own README warns that relaying subscription access may breach upstream terms, so technical readiness does not settle whether you should deploy it. It is a serious option for an authorized internal gateway that needs account pools, billing, and user keys.

Full review →
243

oh-my-claudecode

Yeachan-Heo/oh-my-claudecode · ★ 39k121/7d · TypeScript

oh-my-claudecode is a Claude Code plugin and Node.js runtime that coordinates agents, repeat-until-verified workflows, and optional external coding CLIs. It gives developers a packaged control layer for work that would otherwise require many Claude Code commands, prompts, and local state files.

SetupDocsCommunityMaturity

Verdict Our run installed 326 packages and built successfully, but 38 of 12,127 tests failed and npm audit found 14 vulnerabilities, so oh-my-claudecode is best treated as a powerful local operator that needs review before adoption. It suits committed Claude Code users who want persistent, multi-agent workflows and accept a fast-changing command surface.

Full review →
244

Retrieval-based-Voice-Conversion-WebUI

RVC-Project/Retrieval-based-Voice-Conversion-WebUI · ★ 38k80/7d · Python

Retrieval-based Voice Conversion WebUI is primarily documented in Chinese, and a detailed English guide is available alongside Japanese, Korean, French, Turkish, and Portuguese translations. It trains and runs models that change the timbre of recorded or live speech and singing while trying to preserve the original words and performance.

SetupDocsCommunityMaturity

Verdict Our RVC run installed 35 packages in 12 seconds and built in 4 seconds, but the checkout supplied no automated test target, so that speed is not evidence that training or conversion is correct. Try the complete Windows package for permitted voice experiments, especially on supported NVIDIA hardware.

Full review →
245

CopilotKit

CopilotKit/CopilotKit · ★ 37k98/7d · TypeScript

CopilotKit is a TypeScript toolkit for putting an agent inside a web, mobile, Slack, or Microsoft Teams interface. It provides chat components, shared state, tool rendering, generated UI, and approval flows so a product team does not have to build the agent-facing layer from scratch.

SetupDocsCommunityMaturity

Verdict Our CopilotKit install took 275 seconds and 3,935 MB, then both the build and test commands exited 130, so adopting it means accepting a large, fast-moving platform rather than adding a small chat widget. It is a serious candidate for React products that need shared state, rendered tools, and human approval in the interface.

Full review →
246

PDFMathTranslate

PDFMathTranslate/PDFMathTranslate · ★ 37k172/7d · Python

PDFMathTranslate turns a scientific PDF into translated and bilingual PDFs while trying to preserve formulas, charts, annotations, and page layout. It can run through a command line, browser interface, Docker, Python or HTTP APIs, and MCP, with English documentation plus Chinese, Japanese, and Korean README translations.

SetupDocsCommunityMaturity

Verdict Our PDFMathTranslate run built in 13 seconds, but tests ended with 3 failures and 5 errors while pip-audit found 45 vulnerabilities, so this checkout is suitable for supervised evaluation rather than blind document processing. Use it when preserving scientific layout is valuable and someone will compare the output with the source.

Full review →
247

next-ai-draw-io

DayuanJiang/next-ai-draw-io · ★ 36k171/7d · TypeScript

Next AI Draw.io is a web and desktop application that turns natural-language requests, documents, and images into editable draw.io diagrams. It lets people ask a model to create or revise diagram XML while keeping the result inside the familiar draw.io editor.

SetupDocsCommunityMaturity

Verdict Our install consumed 2,041 MB and npm audit found 35 known vulnerabilities, including 1 critical and 25 high, even though the 48-second build and 9-second tests passed. Next AI Draw.io is worth trying locally when editable draw.io output is more useful than an image, especially through its MCP server.

Full review →
248

tinygrad

tinygrad/tinygrad · ★ 34k30/7d · Python

tinygrad is a compact deep-learning framework with tensors, automatic differentiation, a compiler, JIT execution, training tools, and support for several accelerator backends. It is meant for people who want a PyTorch-like programming surface while still being able to read and change the machinery below it.

SetupDocsCommunityMaturity

Verdict Our tinygrad run installed 137 packages and consumed 7,916 MB, then pytest finished with 125 failures and 75 errors, so the simple source install did not produce a ready contributor workstation. Use tinygrad to learn, inspect, and experiment with a compact ML stack.

Full review →
249

nacos

alibaba/nacos · ★ 33k17/7d · Java

Nacos is a control-plane service for dynamic configuration, service discovery, health checks, DNS-based routing, and service metadata. Its 3.x line also manages AI resources such as MCP servers, agent specifications, A2A entries, prompts, and skill packages, giving AI platforms a registry beside the older microservice features.

SetupDocsCommunityMaturity

Verdict Our Nacos console build completed in 48 seconds, but it installed 1,399 packages and npm audit found 99 vulnerabilities, including 40 critical or high. Existing Nacos shops should evaluate the 3.x AI registry because it can keep MCP, A2A, skills, and ordinary service metadata in one control plane.

Full review →
250

x-algorithm

xai-org/x-algorithm · ★ 33k271/7d · Rust

X Algorithm is the published core of the system that chooses and orders posts in X's For You feed. It shows how followed-account posts and recommendations from outside a user's network are retrieved, scored, filtered, and blended with items such as ads and follow suggestions. Its main value is transparency and study, rather than providing a ready-made social feed you can deploy unchanged.

SetupDocsCommunityMaturity

Verdict Our measured slice installed in 42 seconds, built in 5 seconds, and completed its pytest run in 7 seconds with 32 passed and 0 failed. Use this repository as unusually concrete primary material for understanding X's feed, especially the boundary between ranking and visibility enforcement.

Full review →
251

awesome-gpt-image-2

freestylefly/awesome-gpt-image-2 · ★ 32k2.8k/7d · JavaScript

awesome-gpt-image-2 is a browsable library of 532 image examples, structured prompt templates, and an agent skill for choosing a GPT Image 2 style. It helps people start from a visual reference and turn that reference into a reusable prompt instead of writing one from scratch.

SetupDocsCommunityMaturity

Verdict Our awesome-gpt-image-2 run passed all 28 tests after a 55-second install, but npm audit found 4 high-severity vulnerabilities in the installed tree. Use the gallery and agent skill as a starting library, especially when a visual example is more useful than prompt theory.

Full review →
252

oh-my-pi

can1357/oh-my-pi · ★ 31k912/7d · TypeScript

Oh My Pi, invoked as `omp`, is a terminal coding agent that can edit code, run shells, use language servers and debuggers, browse the web, coordinate subagents, and remember a project. It is a heavily extended fork of Pi for developers who want one configurable agent interface across many model providers.

SetupDocsCommunityMaturity

Verdict Our Oh My Pi checkout pulled 412 packages and 1,517 MB, then its native build failed after 225 seconds and all 12 test files errored, so source contributors should use the pinned Nix environment before judging the code. As an installed CLI, `omp` is compelling for developers who genuinely want model routing, native code tools, browser control, subagents, and memory under one roof.

Full review →
253

cognee

topoteretes/cognee · ★ 31k106/7d · Python

Cognee is a memory layer for AI agents that turns documents and conversation history into searchable vectors and a knowledge graph. It gives applications `remember`, `recall`, `forget`, and `improve` operations, with local, self-hosted, cloud, MCP, and Claude Code paths.

SetupDocsCommunityMaturity

Verdict Our Cognee install consumed 1,126 MB and its tests were still unfinished at the 900-second cap, so adopting it means budgeting for a large, moving system rather than a small memory helper. It is worth testing when persistent agent memory, document ingestion, and graph retrieval belong in one service and your team can measure answer quality against its own corpus.

Full review →
254

composio

ComposioHQ/composio · ★ 30k94/7d · TypeScript

Composio is a hosted action layer for AI agents, with SDKs that let an agent find tools, connect a user's account, and call outside services. It saves developers from building and maintaining authentication plus API wrappers for each app their agent uses.

SetupDocsCommunityMaturity

Verdict Our Composio checkout installed 910 packages and occupied 2,280 MB, then both build and tests failed because Bun was missing. Use the hosted product when a broad connector catalog and per-user authentication remove more work than an external control plane adds.

Full review →
255

picoclaw

sipeed/picoclaw · ★ 30k44/7d · Go

PicoClaw is a Go-based personal AI assistant that connects language models to a terminal, browser interface, chat apps, schedules, local tools, and MCP servers. It targets small Linux boards and old Android phones, giving one low-cost device an always-available agent without requiring a desktop-sized host.

SetupDocsCommunityMaturity

Verdict Our PicoClaw run passed 127 of 134 tests but failed 7 after 766 seconds, matching the project's own warning that releases before v1.0 are not for production. It is an interesting personal-lab choice when small hardware, many provider options, chat channels, and MCP matter enough to justify careful isolation.

Full review →
256

modular

modular/modular · ★ 30k135/7d · Mojo

The Modular repository contains open-source parts of the MAX AI platform and the Mojo programming language. It gives model and systems developers access to Mojo's standard library, MAX accelerator kernels, model pipelines, an OpenAI-compatible inference server, examples, and the KGEN compiler sources.

SetupDocsCommunityMaturity

Verdict Our Modular checkout built in 11 seconds, but the 1,150,824-line repository offered no lab test target, so that result is an entry check rather than platform validation. Try MAX for model serving or Mojo for systems work when their hardware support and licenses fit a measured workload.

Full review →
257

gpt-researcher

assafelovic/gpt-researcher · ★ 29k111/7d · Python

GPT Researcher is a Python research agent that searches the web or local documents, keeps track of sources, and turns the material into a cited report. It can run as a library, API, web application, Claude Code skill, or client of MCP data sources.

SetupDocsCommunityMaturity

Verdict Our GPT Researcher run installed 230 packages and passed 398 of 412 tests, but the build and full test step both ended with exit code 1. It remains a sensible base for developers who need cited research across web pages and local files and are prepared to inspect the failures and the generated report.

Full review →
258

InvokeAI

invoke-ai/InvokeAI · ★ 28k55/7d · Python

InvokeAI is a self-hosted workspace for generating, editing, organizing, and refining AI-created images. It combines a browser-based canvas, reusable node workflows, model management, and a gallery so visual work does not have to be split across unrelated tools.

SetupDocsCommunityMaturity

Verdict Our build succeeded in 7 seconds, but tests stopped after 35 seconds because libGL.so.1 was missing. InvokeAI is a strong choice for serious visual creators who want canvas editing, node workflows, model management, and asset organization in one self-hosted product.

Full review →
259

kilocode

Kilo-Org/kilocode · ★ 27k86/7d · TypeScript

Kilo Code is an open-source AI coding agent that works in VS Code, JetBrains IDEs, the terminal, and a web-hosted cloud agent. It handles code generation, repository questions, debugging, review, autocomplete, and command execution, so developers do not need a different assistant for each interface.

SetupDocsCommunityMaturity

Verdict Our install completed in 80 seconds, but it pulled 1,964 packages and the root test command failed by design after 18 seconds. Kilo Code is worth trying if you genuinely want the same agent across VS Code, JetBrains, CLI, cloud, and automated review, especially when model choice matters.

Full review →
260

gin-vue-admin

flipped-aurora/gin-vue-admin · ★ 25k17/7d · Go

Gin-Vue-Admin is a Chinese-first full-stack admin starter; an English README exists, but its setup and branch guidance are older than the Chinese documentation. It combines a Gin backend, Vue interface, permissions, code generation, MCP tools, and AI project guidance for teams building internal business software.

SetupDocsCommunityMaturity

Verdict Our Gin-Vue-Admin run installed 532 packages and compiled in 101 seconds, while 5 of 27 Go package results failed, leaving a usable build and a red test baseline. It is worth a trial for a Chinese-speaking Go and Vue team that wants an opinionated admin product with MCP-assisted generation.

Full review →
261

context-mode

mksglu/context-mode · ★ 23k1.7k/7d · TypeScript

Context Mode is a local MCP server and coding-agent add-on that keeps bulky tool output out of the conversation window. It runs analysis in child processes, stores searchable material and session events in SQLite, then returns only selected output. Hook-capable clients can also restore working state after compaction.

SetupDocsCommunityMaturity

Verdict Our 201-package Context Mode install built in 12 seconds, but the test command was still running at our 900-second cap, so installation is easier to trust than full verification. Use it when logs, web pages, and repeated file reads are consuming an agent's context and your client supports its hooks.

Full review →
262

n8n-mcp

czlonkowski/n8n-mcp · ★ 23k42/7d · TypeScript

n8n-MCP is a Model Context Protocol server that lets AI assistants look up n8n nodes, inspect templates, validate workflows, and manage an n8n instance. It solves the tedious part of giving an assistant accurate node schemas and operations instead of asking it to invent workflow JSON from memory.

SetupDocsCommunityMaturity

Verdict Our n8n-MCP run installed 2,761 packages and passed 6,387 of 6,660 tests, while 220 failed and npm audit reported 133 known vulnerabilities. That makes it useful for assisted discovery and drafting, but a poor candidate for unsupervised production writes.

Full review →
263

cua

trycua/cua · ★ 23k264/7d · HTML

Cua is a collection of tools for agents that operate graphical computers: background desktop drivers, cross-OS sandboxes, evaluation environments, and macOS virtual machines. It gives developers APIs and an MCP server for seeing screens, clicking, typing, running shell commands, and collecting trajectories across Linux, macOS, Windows, and Android.

SetupDocsCommunityMaturity

Verdict Our Cua root run installed only 2 packages in 11 seconds, then found no build or test target, so it validated a thin pnpm surface rather than this 4,255-file cross-OS platform. Cua is worth a focused trial when an agent must control native applications or when research needs repeatable desktop environments.

Full review →
264

screenpipe

screenpipe/screenpipe · ★ 22k83/7d · Rust

Screenpipe records screen activity and audio into a searchable local history, then lets AI agents query that history through an API and MCP. It uses accessibility data where available, falls back to OCR, stores records in SQLite, and can run scheduled agent prompts called pipes.

SetupDocsCommunityMaturity

Verdict Our Screenpipe install pulled 1,144 packages, then the 846-second build and 278-second test run both stopped because `libpipewire-0.3` was unavailable. Trial the signed app if local searchable memory and MCP access justify recording your work, but review telemetry, retention, and pipe permissions before the recorder starts.

Full review →
265

agent-zero

agent0ai/agent-zero · ★ 19k57/7d · Python

Agent Zero is a self-hosted agent workspace that gives an AI model a Linux desktop, browser, files, document editors, plugins, memory, and optional access to a host machine. It solves the gap between a chat interface and an agent that can carry out longer tasks inside a visible working environment.

SetupDocsCommunityMaturity

Verdict Our Agent Zero install consumed 6,550 MB, pip-audit found 91 known vulnerabilities, and only 296 of 496 tests passed, so this is a high-trust self-hosting choice for experienced operators. Try it when the Linux desktop, shared documents, browser annotation, and inspectable agent internals replace several separate tools for you.

Full review →
266

claude-quickstarts

anthropics/claude-quickstarts · ★ 18k38/7d · TypeScript

Claude Quickstarts is Anthropic's English-language collection of deployable examples for the Claude API, ranging from customer support and browser control to managed agents and long-running coding. It solves the blank-page problem by supplying complete applications, but each directory has its own stack, credentials, and safety boundary.

SetupDocsCommunityMaturity

Verdict Our Claude Quickstarts install added 34 packages in 16 seconds and built in 4 seconds, but it exposed no repository-wide test target, so this is reference code to dissect rather than a verified application base. Use the collection when one of its 9 top-level examples closely matches your problem and you can supply the missing production controls.

Full review →
267

Auto-claude-code-research-in-sleep

wanshuiyin/Auto-claude-code-research-in-sleep · ★ 16k276/7d · Python

ARIS is an English-first, partly bilingual collection of agent skills and a standalone CLI for running machine-learning research loops. A separate Chinese README exists, while the main English documentation explains how Claude Code, Codex, and other agents can search literature, propose experiments, review results, and draft papers.

SetupDocsCommunityMaturity

Verdict Our Feishu bridge run installed 43 packages and built in 33 seconds combined, but pytest collected 0 tests and exited 5. ARIS is worth studying or piloting if you already have an ML project, two suitable model routes, and a human who will audit what ran overnight.

Full review →
268

superset

superset-sh/superset · ★ 14k258/7d · TypeScript

Superset is a desktop workspace for running several command-line coding agents against separate Git worktrees. It combines terminals, agent status, diffs, previews, scheduled jobs, remote hosts, a CLI, an SDK, and an MCP server in one interface.

SetupDocsCommunityMaturity

Verdict Our Superset checkout installed 3008 packages and occupied 5661 MB, then failed both its 244-second build and 49-second test step. The released macOS app is still worth trying for developers already juggling several paid CLI agents, because worktree isolation and one review surface solve a real coordination problem.

Full review →
269

BrowserOS

browseros-ai/BrowserOS · ★ 14k84/7d · TypeScript

BrowserOS contains two Chromium-based browsers: BrowserOS neo gives coding agents a separate logged-in browser, while BrowserOS gives a person a daily browser with a built-in agent. Both run locally, and their MCP interfaces let tools such as Claude Code and Codex control browser tabs and web tasks.

SetupDocsCommunityMaturity

Verdict Our BrowserOS package install took 35 seconds and pip-audit found 0 known vulnerabilities, but the build exited 1 after 6 seconds and no tests ran. BrowserOS neo is worth a supervised trial when an agent needs persistent login state and session replay on a local machine.

Full review →
270

eino

cloudwego/eino · ★ 13k69/7d · Go

Eino is a Go framework for building language-model applications, tool-using agents, and controlled graph workflows. It supplies the orchestration and interfaces, while model providers, retrievers, observability handlers, and examples live mainly in companion CloudWeGo repositories.

SetupDocsCommunityMaturity

Verdict Our Eino run built in 45 seconds and passed all 90 tests in 92 seconds, so the measured v0.9.15 commit earns a serious trial for Go-native agent work. Choose it when typed graphs, streaming, and human interruption belong inside an existing Go service.

Full review →
271

freebuff

CodebuffAI/freebuff · ★ 12k273/7d · TypeScript

Freebuff is a family of ad-supported AI products for coding, app building, repository work, and research. Its CLI and desktop tools can inspect files, edit code, run commands, and divide work among specialized agents without requiring the user to supply an API key for the included models.

SetupDocsCommunityMaturity

Verdict Freebuff is an appealing low-cost way to test capable coding agents across several interfaces, but the price is paid through limits, ads, and data-use terms rather than an API bill. The public code is useful for understanding and extending the client-side agent stack, not for recreating the whole hosted service.

Full review →
272

holaOS

holaboss-ai/holaOS · ★ 11k103/7d · TypeScript

holaOS is an Electron workspace that puts AI agents beside browser pages, connected apps, chat services, local files, and shared memory. It gives Claude Code, Codex, its built-in agent, and MCP tools one desktop environment instead of keeping each tool in a separate chat or terminal.

SetupDocsCommunityMaturity

Verdict Our holaOS install consumed 3,425 MB for 2,035 packages, then built in 73 seconds while the workspace test command still exited 1, so this is a substantial desktop platform with unfinished verification edges. It is worth a controlled trial for teams that genuinely want Claude Code, Codex, MCP, connected apps, and shared local memory in one interface.

Full review →
273

needle

cactus-compute/needle · ★ 11k360/7d · Python

Needle is a small local model and Python package for choosing tools, filling structured arguments, and extracting typed data. It targets phones, wearables, home devices, and robots that cannot justify a general-purpose language model for every command.

SetupDocsCommunityMaturity

Verdict Our Needle run installed 66 packages and built successfully, but 1 of 40 tests failed because the schema test could not import `pydantic`. Try it when 45M parameters, offline inference, and schema-bound tool calls solve a real device limit, then test every tool and the exported `.cact` on target hardware.

Full review →
274

VidBee

nexmoe/VidBee · ★ 11k62/7d · TypeScript

VidBee is a desktop media library that downloads video or audio, imports local files, and turns speech into searchable transcripts on your computer. It can label speakers, jump from text to a timestamp, and send a transcript to a chosen AI provider for summaries, translation, questions, or custom prompts.

SetupDocsCommunityMaturity

Verdict Our VidBee install pulled 1,400 packages and occupied 1,579 MB, then built in 17 seconds with no test target available, so this is a capable trial with a large trust gap. Use it when searchable local transcripts and download organization are worth one substantial desktop app.

Full review →
275

claurst

Kuberwastaken/claurst · ★ 10k12/7d · Rust

Claurst is a GPL-licensed terminal coding agent written in Rust, with a TUI, file and shell tools, subagents, plugins, memory, MCP support, and multiple model providers. It began as a clean-room reimplementation of Claude Code behavior and now also runs through Agent Client Protocol editors such as Zed.

SetupDocsCommunityMaturity

Verdict Our npm-path install used 35 MB and reported 0 vulnerabilities, but it exposed no build or test target and therefore supplied no evidence about the Rust agent. Claurst is an appealing beta for developers who want Claude Code-style operation with provider freedom, MCP, and ACP in one native binary.

Full review →
276

BabelDOC

funstory-ai/BabelDOC · ★ 9.5k43/7d · Python

BabelDOC is a Python library and command-line tool for translating scientific PDFs while trying to preserve their original page layout, formulas, tables, and typography. It can produce translated and bilingual PDFs through an OpenAI-compatible model endpoint, and it is mainly intended as an engine inside another application.

SetupDocsCommunityMaturity

Verdict Our BabelDOC environment built in 8 seconds and pip-audit found 0 known vulnerabilities, but Pytest discovered 0 tests and exited 5, so source-level confidence must come from your own PDF fixtures. Use it as an engine when preserving scientific-paper layout is worth model costs and visual review.

Full review →
277

LTX-2

Lightricks/LTX-2 · ★ 9.4k52/7d · Python

LTX-2 is Lightricks' Python code for generating video and synchronized audio with its open model weights. It covers text or image prompts, keyframe work, video changes, dubbing, and fine-tuning, but running it locally is a serious GPU and storage project.

SetupDocsCommunityMaturity

Verdict Our LTX-2 checkout installed 34 packages and built in 33 seconds combined, but it provided no test target and did not exercise the roughly 66 GiB model set. Use it when synchronized audio-video output justifies dedicated CUDA capacity and careful checkpoint management.

Full review →
278

YuE

multimodal-art-projection/YuE · ★ 9.0k · Python

YuE2 turns lyrics and a style description into a complete song with vocals and accompaniment. It first writes an editable melody-and-chord score, so a musician or agent can inspect the composition before rendering new audio.

SetupDocsCommunityMaturity

Verdict Our YuE run installed 77 packages and consumed 7,073 MB before model weights, then ended with 2 failed tests and 6 collection or setup errors. Try it if an editable score is worth a 24 GB NVIDIA requirement and you can investigate the failing suite before adoption.

Full review →
279

stitch-skills

google-labs-code/stitch-skills · ★ 8.3k47/7d · TypeScript

Stitch Skills is a collection of agent skills and plugins that connects coding agents to Google Stitch for design generation, design-system work, code conversion, and related build tasks. It solves the awkward handoff between an AI design workspace and the agents developers already use to write application code.

SetupDocsCommunityMaturity

Verdict Use Stitch Skills if Google Stitch is already part of your workflow and you want Codex or another supported agent to carry designs into code with repeatable instructions. The breadth is useful and the repository looks active, but the MCP prerequisite and uneven installation paths make it a poor casual trial.

Full review →
280

OBLITERATUS

elder-plinius/OBLITERATUS · ★ 8.3k60/7d · Python

OBLITERATUS is a Python toolkit for studying and removing refusal behavior from open language models by changing internal activation directions or model weights. It gives alignment researchers a UI, CLI, and API for comparing interventions, checking capability damage, and saving modified models instead of assembling that workflow from notebooks.

SetupDocsCommunityMaturity

Verdict Our OBLITERATUS run passed 2,328 tests but failed 3, including a CUDA contract and a UI path assertion, so it is a serious research workbench with unfinished environment edges. Use it when you need several refusal-removal methods, visible intermediate artifacts, and your own model evaluation discipline.

Full review →
281

mlx-audio

Blaizzy/mlx-audio · ★ 7.9k34/7d · Python

MLX-Audio is a collection of speech and music inference code built on Apple's MLX framework. It gives Apple Silicon users one Python package for text to speech, transcription, speech processing, music generation, a local web interface, and an OpenAI-compatible API.

SetupDocsCommunityMaturity

Verdict Our MLX-Audio run built in 13 seconds, but only 29 of 194 test outcomes passed before `libmlx.so` failures dominated the unsupported Debian environment. Use it on Apple Silicon when one package covering many local audio models saves more effort than maintaining separate ports.

Full review →
282

sdnext

vladmandic/sdnext · ★ 7.3k4/7d · Python

SD.Next is a self-hosted web application for generating and editing images and video with diffusion models. It combines model loading, prompting, LoRA, ControlNet, upscaling, captioning, quantization, offloading, an API, and desktop or mobile interfaces in one Python-based project.

SetupDocsCommunityMaturity

Verdict Our SD.Next frontend installed 591 packages and built in 29 seconds combined, but the test command failed in 6 seconds because no Python virtual environment existed. Try it when broad model and hardware support is worth maintaining a layered Python, Torch, driver, and model stack.

Full review →
283

unstract

Zipstack/unstract · ★ 7.2k11/7d · Python

Unstract turns PDFs, scans, office documents, and images into structured JSON using prompts and language models. It packages that extraction work as a visual studio, REST API, ETL pipelines, connectors, and an MCP server instead of leaving teams to assemble each part themselves.

SetupDocsCommunityMaturity

Verdict Our Unstract build passed in 14 seconds, but its test command collected no runnable tests because 2 suites stopped on a missing `yaml` module. The platform is worth a controlled trial when document extraction must become an API or ETL product and your team already operates Docker services and model credentials.

Full review →
284

webnovel-writer

lingfengQAQ/webnovel-writer · ★ 7.1k80/7d · Python

Webnovel Writer is a Chinese-language Claude Code plugin for planning, drafting, reviewing, and tracking long serialized fiction; its main documentation is Chinese and no English guide is provided. It stores accepted chapter facts, summaries, search indexes, plot threads, and character state so later chapters can retrieve what earlier chapters established.

SetupDocsCommunityMaturity

Verdict Our Webnovel Writer run installed 64 packages and built in 24 seconds combined, but pytest was only at 64% when the 900-second cap ended the run. The state, review, recovery, and dashboard machinery is a serious attempt to keep a Chinese serial coherent across many chapters.

Full review →
285

whichllm

Andyyyy64/whichllm · ★ 6.6k36/7d · Python

WhichLLM is a Python command-line tool that detects a computer's CPU, GPU, memory, and disk, then ranks local language models that should fit. It combines model metadata, published evaluation data, memory estimates, and estimated generation speed so buyers can compare models or simulate a GPU before downloading weights.

SetupDocsCommunityMaturity

Verdict Our WhichLLM checkout could not install because its exact uv 0.11.33 requirement rejected the sandbox's uv 0.12.5 after 37 seconds. The tool is worth a second attempt for local-model shoppers who want ranked candidates and GPU simulations, but only after pinning that developer tool and accepting that speed is estimated.

Full review →
286

agent-governance-toolkit

microsoft/agent-governance-toolkit · ★ 6.3k40/7d · Python

Microsoft's Agent Governance Toolkit adds policy checks, identity, audit records, sandbox controls, and operational limits around AI agents. It wraps tool calls and agent actions in ordinary application code so an allow, deny, or approval decision can happen before the action reaches an external service.

SetupDocsCommunityMaturity

Verdict Our measured Antigravity CLI subproject installed 7 packages and passed 22 tests, but npm audit found 2 high-severity vulnerabilities, so even the small path needs dependency review before use. Trial the toolkit when an agent can cause real external effects and your team can verify that interception actually fires on every supported host.

Full review →
287

ccg-workflow

fengshao1227/ccg-workflow · ★ 5.9k8/7d · Go

CCG is a Claude Code extension that turns one coding request into a staged workflow across Claude, Codex, Grok, Kimi Code, and Antigravity. Claude remains the coordinator while hooks preserve task state, a compiled bridge calls other model CLIs, and approval and review steps structure larger changes.

SetupDocsCommunityMaturity

Verdict Our CCG run installed 617 packages and passed its build and tests in 34 seconds combined, so the repository is straightforward to verify even though the installed workflow is broad. Use it if Claude Code is already your control surface and cross-model review is worth the extra credentials, hooks, and output to inspect.

Full review →
288

emdash

generalaction/emdash · ★ 5.8k51/7d · TypeScript

Emdash is a desktop workspace for running several coding agents against one project at the same time. It gives each task its own Git worktree, then puts prompts, terminals, diffs, pull requests, issue trackers, and local or SSH projects in one application.

SetupDocsCommunityMaturity

Verdict Our Emdash checkout built in 170 seconds and Vitest reported 331 passing tests, yet the overall 500-second test task exited 1 with `@emdash/core:test` named as failed. The desktop idea is excellent for a developer who already trusts several agent CLIs and reviews every branch, but the current scaling and remote-work reports make it a cautious trial for large worktree collections or shared hosts.

Full review →
289

ip-as-logo-skill

s1dashu/ip-as-logo-skill · ★ 5.3k194/7d

IP as Logo is an Agent Skill that instructs an image model to make simple, rounded mascot characters for company identities. It turns a loose mascot request into 3 design directions and a controlled batch of 6 square images, with strict limits on shape count, colors, and corner composition.

SetupDocsCommunityMaturity

Verdict IP as Logo contains 1 instruction document and no executable generation or validation code, so its value rests entirely on the quality of its art direction. Use it to produce 6 disciplined mascot concepts quickly, especially when generic image prompts keep adding detail.

Full review →
290

byterover-cli

campfirein/byterover-cli · ★ 5.0k3/7d · TypeScript

ByteRover CLI gives coding agents a persistent project memory made from files and facts you curate. It runs as a local command-line tool and web interface, can share memory through ByteRover Cloud, and exposes an MCP server for compatible agents.

SetupDocsCommunityMaturity

Verdict Our ByteRover run passed all 8,910 tests, but installing it pulled 1,673 packages and npm audit found 46 known vulnerabilities, including 16 high-severity findings. Try it for reviewed, portable coding-agent memory if your team will inspect each curation result and can absorb its 1,006 MB dependency footprint.

Full review →
291

OpenKB

VectifyAI/OpenKB · ★ 4.5k58/7d · Python

OpenKB turns documents and web pages into a local folder of linked Markdown summaries, concepts, and entity pages that an LLM can query. Instead of relying on a vector database, it spends model calls up front to compile a browsable wiki that can be opened in Obsidian or used by coding agents.

SetupDocsCommunityMaturity

Verdict Our OpenKB run installed 132 packages and built successfully, but 104 of 1,079 tests failed and 4 more ended in collection or setup errors, so it is a promising research tool rather than a safe unattended knowledge pipeline. Use it for a bounded collection whose generated pages a person will inspect.

Full review →
292

FastVideo

hao-ai-lab/FastVideo · ★ 4.4k35/7d · Python

FastVideo is a Python framework for running, fine-tuning, and distilling open video-generation models. It gives ML teams one codebase for model loading, distributed execution, sparse attention, and real-time video work instead of a separate stack for each model family.

SetupDocsCommunityMaturity

Verdict Our FastVideo install took 96 seconds, consumed 6,659 MB, and reached 0 runnable tests because pytest hit 138 collection or setup errors. Use it if accelerated inference and post-training across several video models justify owning a large, fast-moving GPU stack.

Full review →
293

open-science

aipoch/open-science · ★ 4.2k173/7d · TypeScript

AIPOCH Open Science is a local-first desktop workbench where researchers can ask AI agents to search, run Python or R, use scientific data connectors, and produce files with provenance. It keeps projects, conversations, tool activity, notebooks, and generated artifacts together instead of scattering a research task across a chat app and separate scripts.

SetupDocsCommunityMaturity

Verdict Our Open Science install pulled 1,682 packages and 2,220 MB, while its test command still had not finished after 900 seconds, so adopting it from source is a serious workstation commitment. It is worth a trial for an individual researcher who values visible tool activity, local project records, and scientific connectors.

Full review →
294

Hyper-Extract

yifanfeng97/Hyper-Extract · ★ 3.9k19/7d · Python

Hyper-Extract is a Python CLI and library that turns unstructured documents into typed collections, graphs, hypergraphs, and searchable knowledge stores with an LLM. It is aimed at developers who want reusable extraction templates and local artifacts instead of writing a separate prompt and parser for every document type.

SetupDocsCommunityMaturity

Verdict Our Hyper-Extract run installed 118 packages and built successfully, but 4 of 318 pytest cases failed because `langchain_anthropic` could not be imported. Use it when the 80-plus templates and several graph shapes save more work than maintaining provider configuration and validating model output.

Full review →
295

openscience

synthetic-sciences/openscience · ★ 3.6k43/7d · TypeScript

OpenScience is a local browser workbench where an AI agent can search scientific sources, write code, run experiments, and assemble results in one project. It combines a research chat, files, terminal access, scientific viewers, provider routing, and a large library of domain instructions.

SetupDocsCommunityMaturity

Verdict Our OpenScience test command was still running at the 900-second cap after an 81-second successful build, so adopting this workbench means budgeting for a large and slow-moving verification surface. It is worth a controlled trial for a technical lab that wants literature, code, compute, and provenance in one local interface.

Full review →
296

buildwithclaude

davepoon/buildwithclaude · ★ 3.5k35/7d · Python

Build with Claude is a directory and installable marketplace for Claude Code agents, commands, hooks, skills, plugins, and links to MCP servers. It helps developers find reusable Claude Code extensions without hunting through scattered repositories, while its web interface provides search and filtering.

SetupDocsCommunityMaturity

Verdict Build with Claude is useful as a search layer and a starting point for teams already committed to Claude Code. Do not mistake catalog size for curation depth: install selected entries after reading their permissions and code, especially hooks.

Full review →
297

letta-code

letta-ai/letta-code · ★ 3.3k116/7d · TypeScript

Letta Code is a coding-agent harness built around persistent identity and editable memory. The same agent can work from a CLI, desktop app, browser, remote machine, schedule, or messaging channel while carrying its conversation history, skills, and self-maintained context across sessions.

SetupDocsCommunityMaturity

Verdict Our Letta Code run installed 593 Bun packages in 82 seconds and built in 19 seconds, but no test target was available to confirm its memory, hooks, channels, or scheduling behavior. Try it when long-lived agent identity is the requirement and you are willing to review how that identity changes.

Full review →
298

FrontierAgent

ApodexAI/FrontierAgent · ★ 3.2k994/7d · Python

FrontierAgent is a terminal agent that researches, runs commands, edits files, and saves deliverables inside a task sandbox. It offers one-agent ReAct work and a coordinator mode that assigns bounded jobs to parallel sub-agents, while keeping its workflow engine and evaluation runner available as separate pieces.

SetupDocsCommunityMaturity

Verdict Our FrontierAgent run passed 1,686 tests in 162 seconds after a 31-second install, making it a credible trial for technical users who want research and file work in one terminal agent. The approval, trace, resume, and output model is unusually concrete, and Agent Team provides a real alternative to one long ReAct loop.

Full review →
299

opensrc

vercel-labs/opensrc · ★ 3.0k4/7d · Rust

opensrc is a command-line tool that finds a package's upstream repository, checks out the source matching the installed version, and returns its local path. Coding agents and developers can then search real implementation code instead of relying on type declarations, package bundles, or model memory.

SetupDocsCommunityMaturity

Verdict Our opensrc run installed 536 packages and occupied 851 MB, then built in 45 seconds but failed its 6-second test step because a workspace reported missing `node_modules`. Use the published binary when an agent genuinely needs dependency source, since the path-based interface is simple and registry coverage is useful.

Full review →
300

OpenBidKit_Yibiao

FB208/OpenBidKit_Yibiao · ★ 3.0k100/7d · JavaScript

Yibiao is a Chinese-first desktop application for drafting and checking tender responses with AI; a full English README is available. It turns bid documents, company material, and model output into editable technical proposals, Word exports, duplicate checks, and rejection-risk checks.

SetupDocsCommunityMaturity

Verdict Our Yibiao run installed 721 packages in 62 seconds and built in 20 seconds, but npm audit found 32 known vulnerabilities and there was no test target. It is worth a contained trial for a Chinese-speaking bid team that wants local files, editable output, and freedom to choose its model provider.

Full review →
301

Pentest-Swarm-AI

Armur-Ai/Pentest-Swarm-AI · ★ 2.5k25/7d · Go

Pentest Swarm AI is an open-source penetration-testing runner that gives multiple AI agents security tools and lets them coordinate through a shared findings board. It aims to turn reconnaissance, classification, exploitation, evidence collection, and reporting into a concurrent workflow for systems you are explicitly authorized to test.

SetupDocsCommunityMaturity

Verdict Pentest Swarm AI is worth trying in a lab if you want to examine genuinely decentralized agent coordination, and its clean build plus passing test suite make that experiment easier to justify. Do not treat the alpha label, persuasive README, or 2,355 stars as proof that it can replace professional judgment.

Full review →
302

LocalMiniDrama

xuanyustudio/LocalMiniDrama · ★ 1.7k · JavaScript

LocalMiniDrama's main documentation is Chinese, though the repository includes a shorter English guide. It is a Windows-first editor that turns a story into scripts, character and scene art, storyboards, generated clips, and a merged episode while storing projects in local files and SQLite.

SetupDocsCommunityMaturity

Verdict Our backend install added 172 packages in 21 seconds, but it exposed no build or test target, so LocalMiniDrama needs hands-on acceptance testing before real production work. It is worth a trial for a Chinese-speaking solo creator on Windows who already has provider accounts and wants detailed storyboard control.

Full review →
303

locally-uncensored

PurpleDoubleD/locally-uncensored · ★ 1.7k178/7d · TypeScript

Locally Uncensored is a desktop app for Windows and Linux that puts local AI chat, coding, image generation, and video generation in one interface. It tries to replace several model front ends with one installer, while still letting experienced users connect their existing local engines or optional cloud accounts.

SetupDocsCommunityMaturity

Verdict Our Locally Uncensored run installed 477 packages into 609 MB and found 5 high-severity advisories, so security-conscious teams should trial it on an isolated workstation first. It is worth trying when one local desktop needs to cover chat, coding, images, and video.

Full review →
304

TauriTavern

Darkatse/TauriTavern · ★ 1.6k68/7d · JavaScript

TauriTavern is a Chinese-first native port of SillyTavern for Windows, macOS, Linux, Android, and iOS; maintained English, Japanese, Russian, and Brazilian Portuguese READMEs are available. It keeps the SillyTavern character-chat interface and data formats while replacing the Node.js backend with Rust and Tauri v2.

SetupDocsCommunityMaturity

Verdict Our TauriTavern install finished in 16 seconds and 910 Node tests passed, but the native build failed on missing `gdk-3.0` and the overall test command still exited 101. Packaged releases are appealing for SillyTavern users who want mobile and desktop clients without Node administration.

Full review →
305

hve-core

microsoft/hve-core · ★ 1.5k23/7d · Python

HVE Core is a collection of agents, prompts, instructions, and skills for running structured software work through GitHub Copilot. Its central Research, Plan, Implement workflow tries to make agent-assisted changes repeatable across a developer or team rather than leaving every chat as an improvised session.

SetupDocsCommunityMaturity

Verdict Our HVE Core install took 34 seconds but added 891 packages and 682 MB, then offered no default build or test target for the harness to run. Treat it as a pattern library and a source of selected Copilot artifacts, which is also Microsoft's own recommendation, rather than making the whole moving repository a foundation.

Full review →
306

deepseek-harness-orange-book

alchaincyf/deepseek-harness-orange-book · ★ 1.3k16/7d · HTML

This is a Chinese-language, hands-on field guide to DeepSeek Harness, not the Harness software itself. A brief English summary exists, but the full book is Chinese only; it helps readers understand installation, permissions, costs, modes, plugins, logs, and architecture through one author's first-day testing.

SetupDocsCommunityMaturity

Verdict Use this if you read Chinese and want to understand what DeepSeek Harness actually does on a machine before trusting it with files, tools, or money. The raw artifacts and explicit snapshot dates make it more credible than a launch-day paraphrase.

Full review →
307

pi-from-scratch

SaladDay/pi-from-scratch · ★ 1.2k21/7d · TypeScript

PI from Scratch is a Chinese-language TypeScript tutorial, and the repository does not include an English tutorial. It builds a small coding agent that can read, write, and edit files, run shell commands, stream model output, save sessions, and compress old context.

SetupDocsCommunityMaturity

Verdict Our PI from Scratch run installed 54 packages in 11 seconds, then passed its 9-second build and 25-second test run. It is a good teaching project for a Chinese-reading TypeScript developer who wants to see the agent loop without framework layers.

Full review →
308

doop

kgoedecke/doop · ★ 696 · TypeScript

Doop is an open-source multiplayer design canvas where people and software agents can work on the same interface designs in real time. It solves the awkward handoff between an AI generating markup and a designer repeatedly refreshing a separate preview.

SetupDocsCommunityMaturity

Verdict Our build completed in 13 seconds, and 350 of 361 tests passed while 11 were skipped. Doop is worth trying if live, inspectable collaboration between designers and MCP-connected agents is the actual requirement, not just an AI label on a drawing tool.

Full review →
309

Fizgig

shootthesound/Fizgig · ★ 38530/7d · Python

Fizgig is a desktop and command-line workbench for training, inspecting, repairing, comparing, and extracting LoRAs for Klein 9B, Krea 2, and MiniMax H3. It tackles the awkward work after training too, such as choosing an epoch by eye, changing selected model blocks, and turning a full fine-tune back into a smaller LoRA.

SetupDocsCommunityMaturity

Verdict Our Fizgig run installed 35 packages in 14 seconds and built in 5 seconds, but pytest executed 0 tests because collection ended with 5 errors. That makes it worth trying for an experienced LoRA trainer who values its repair and comparison tools, but the checked commit does not earn a clean verification result.

Full review →
310

autonomous-os

autonomous-ai/autonomous-os · ★ 33720/7d · Python

Autonomous OS is a software stack that connects robot hardware, voice services, safety rules, agent runtimes, and installable skills. It gives supported robots a common way to see, hear, speak, move, and hand tasks to engines such as Hermes, Codex, or Claude Code without putting servo control inside the language model.

SetupDocsCommunityMaturity

Verdict Our Autonomous OS checkout installed 65 packages and passed all 34 tests, which makes the Go core unusually easy to evaluate for a robot stack of this size. Use it for an experimental embodied agent when its supported bodies and replaceable runtimes match your design.

Full review →
311

fireworks-open-eli5

yizhiyanhua-ai/fireworks-open-eli5 · ★ 1907/7d · JavaScript

Fireworks Open ELI5 is an Agent Skill for Codex and Claude Code that turns a technical explanation into an interactive, source-aware visual story. It validates a versioned JSON specification and renders one self-contained HTML file, so the reader can inspect evidence, play a system trace, study failure behavior, annotate scenes, and export locally without a remote rendering service.

SetupDocsCommunityMaturity

Verdict Our Fireworks Open ELI5 run installed 0 packages and passed all 22 tests in 6 seconds, making it an easy trial for Codex or Claude Code users who need source-aware technical explainers. Its strongest choice is the versioned JSON plus deterministic offline HTML boundary, which keeps the deliverable inspectable after the agent finishes.

Full review →
312

anime-find

cocofhu/anime-find · ★ 1672/7d · TypeScript

anime-find is a Chinese-documented plugin for DeepSeek Harness Web; the README has no English guide. It lets an agent search anime across Mikan, AniBT, and AnimeGarden, then renders result cards with Bangumi details, torrent or magnet resources, and optional rule-based streaming inside the conversation.

SetupDocsCommunityMaturity

Verdict Our anime-find run installed 50 packages and passed all 102 tests in 5 seconds, making it a credible small add-on for an existing DeepSeek Harness Web setup. Use it if Chinese documentation, live multi-source search, and in-chat resource cards match your workflow.

Full review →
313

Deep-Live-Cam

hacksider/Deep-Live-Cam · ★ 97k104/7d · Python

Deep-Live-Cam is a desktop face-swapping app for replacing faces in recorded video or a live camera feed from one source image. It targets creators and performers who want local processing, but its model licenses, consent duties, and hardware-specific setup demand more care than the three-click pitch suggests.

SetupDocsCommunityMaturity

Verdict Our Deep-Live-Cam run installed 93 packages and used 1,887 MB before all 5 tests passed, so trying the code is easy only if a large local stack is acceptable. Use it for consented experiments and performances after checking model terms, download integrity, and your exact accelerator path.

Full review →
314

career-ops

santifer/career-ops · ★ 72k947/7d · JavaScript

career-ops is a local, agent-driven job-search workspace that evaluates listings, tailors CVs, tracks applications, scans job boards, and prepares interview or negotiation material. It runs through Claude Code, Codex, OpenCode, and other coding-agent CLIs while keeping the candidate responsible for decisions and submissions.

SetupDocsCommunityMaturity

Verdict Our career-ops install stopped after 14 seconds because the process ran Node 18.20.8 and Playwright required Node 20 or newer, so we could not build or test it. It is worth a careful trial for a technical candidate who already uses Claude Code or another agent CLI and wants a local, review-first job pipeline.

Full review →
315

oh-my-openagent

code-yeongyu/oh-my-openagent · ★ 69k220/7d · TypeScript

oh-my-openagent is an agent orchestration layer for OpenCode, Codex CLI, and a beta standalone runtime. It installs specialist agents, hooks, skills, MCP tools, planning modes, and persistent work loops so a coding agent can split large jobs across several workers.

SetupDocsCommunityMaturity

Verdict Our oh-my-openagent install consumed 3,058 MB and its test suite was still running at 900 seconds, so this is a serious harness commitment rather than a casual plugin. Try it if you already use OpenCode or Codex, need persistent multi-agent work, and will set hard limits on time, tokens, permissions, and fan-out.

Full review →
316

OmniRoute

diegosouzapw/OmniRoute · ★ 67k3.6k/7d · TypeScript

OmniRoute is a self-hosted AI gateway that gives coding tools and other clients one OpenAI-compatible endpoint for many model providers. It stores provider connections, routes requests by policy, retries or falls back when targets fail, and adds a dashboard for quotas, usage, keys, compression, and gateway controls.

SetupDocsCommunityMaturity

Verdict Our OmniRoute install consumed 5,276 MB, its production build failed after 64 seconds, and its tests exceeded 900 seconds, so the measured commit is too heavy and uncertain for an unqualified production recommendation. It is worth a contained trial for a power user juggling several model providers and coding clients through one endpoint.

Full review →
317

GPT-SoVITS

RVC-Boss/GPT-SoVITS · ★ 62k150/7d · Python

GPT-SoVITS is a local WebUI and training toolkit for cloning a voice from a short recording, then producing speech or converting vocals. It combines dataset slicing, transcription, proofreading, model training, and multilingual inference for English, Chinese, Cantonese, Japanese, and Korean.

SetupDocsCommunityMaturity

Verdict Our GPT-SoVITS install consumed 6,247 MB and pip-audit found 57 known vulnerabilities, while the repository supplied no automated test target for us to run. It is worth trying when voice cloning and dataset preparation must stay local and someone can own the model files, audio checks, and dependency remediation.

Full review →
318

airi

moeru-ai/airi · ★ 49k231/7d · TypeScript

Airi is a self-hosted animated AI companion that can talk, listen, display a Live2D or VRM character, and connect to games or chat services. It aims beyond a text roleplay window by combining language models, speech, avatar motion, desktop and browser stages, and integrations in one project.

SetupDocsCommunityMaturity

Verdict Airi is one of the more ambitious open companion projects, and it already joins voice, animated characters, multiple model providers, and game or chat integrations in a coherent direction. That breadth is also the risk: the repository is large, core roadmap items remain unfinished, and our measured commit neither built nor passed all tests.

Full review →
319

JeecgBoot

jeecgboot/JeecgBoot · ★ 48k141/7d · Java

JeecgBoot is a Chinese-first, self-hosted low-code platform for building Java business systems, and a substantial English README is available. It combines generated Spring Boot and Vue code with forms, workflows, reports, dashboards, permissions, and an AI application layer for teams that would otherwise assemble those pieces themselves.

SetupDocsCommunityMaturity

Verdict Our JeecgBoot front-end install failed after 9 seconds, so the 3,497-file platform is a poor choice for teams seeking a quick, low-risk starter. It is worth a controlled trial for Java shops that genuinely need its unusual mix of editable code generation, workflow, reporting, permissions, and AI features.

Full review →
320

ai-agent-book

bojieli/ai-agent-book · ★ 48k2.3k/7d · Python

AI Agent Book is a Chinese-first, open-source textbook and experiment collection about context, tools, memory, evaluation, model training, and multi-agent systems. An English community translation exists in web, PDF, EPUB, and source form, but the README warns that translations can lag behind the Chinese original.

SetupDocsCommunityMaturity

Verdict Our AI Agent Book environment occupied 6,774 MB, the build failed in 10 seconds, and tests ended with 41 collection or setup errors, so this is a reading library with independent labs rather than one reproducible application. Use it chapter by chapter, especially if you can read the Chinese source and want wide coverage of agent engineering.

Full review →
321

openhuman

tinyhumansai/openhuman · ★ 40k227/7d · Rust

OpenHuman is an early-beta desktop assistant that keeps a local memory of your files and connected accounts, then uses agents to research, automate work, and answer through chat or messaging channels. It combines an Obsidian-readable memory store, visual workflows, model routing, and a broad tool catalog in one application.

SetupDocsCommunityMaturity

Verdict Our build finished in 55 seconds after installing 1,313 packages and 897 MB, but the test run still had no final result at the 900-second cap, so OpenHuman is an ambitious beta rather than a dependable personal data hub. Try the installer if you specifically want local memory plus visual agent workflows and can use a separate profile with low-value accounts.

Full review →
322

500-AI-Agents-Projects

ashishpatel26/500-AI-Agents-Projects · ★ 38k185/7d · Python

500 AI Agents Projects is a catalog of agent ideas, external projects, tutorials, framework examples, and some runnable agent folders. It helps developers browse by industry or framework before opening the underlying code, while a small web application provides another view of the collection.

SetupDocsCommunityMaturity

Verdict Our build of the 72-package web catalog finished in 8 seconds, but no test target existed and we did not validate hundreds of linked agents. Use this repository as a discovery index and source of starting points, then audit the chosen project's code, dependencies, credentials, license, and recent activity yourself.

Full review →
323

code-review-graph

tirth8205/code-review-graph · ★ 31k200/7d · Python

code-review-graph builds a local SQLite graph of functions, classes, imports, calls, tests, and changed files, then exposes focused slices through a CLI and MCP server. Its purpose is to stop coding agents from rereading an entire repository when they only need the code and tests affected by a change.

SetupDocsCommunityMaturity

Verdict Our install consumed 5,344 MB and the test suite reached only 16% before a 900-second timeout, so code-review-graph is a deliberate toolchain addition rather than a lightweight MCP extra. Trial it on a large repository when agent context selection is a measured problem, and compare every proposed impact path with code review evidence.

Full review →
324

genesis-world

Genesis-Embodied-AI/genesis-world · ★ 30k40/7d · Python

Genesis World is a Python simulation platform for robotics and physical AI research. It puts rigid bodies, deformable materials, particles, fluids, robot control, sensors, and several renderers behind one scene API so researchers can build training environments without stitching together a simulator for each kind of physics.

SetupDocsCommunityMaturity

Verdict Our Genesis World environment reached 2,807 MB, then tests failed in 6 seconds because PyTorch was not installed and pip-audit reported 25 known vulnerabilities. Try version 1.3.3 when your research genuinely needs coupled physics and a Python-first scene API, but validate contacts, imports, determinism, and batch failure behavior against your own workload.

Full review →
325

FastGPT

labring/FastGPT · ★ 30k41/7d · TypeScript

FastGPT's primary README and latest release notes are written in Chinese, though an English README is available. FastGPT is a visual platform for building AI agents, retrieval-backed chat applications, knowledge bases, and tool workflows, with cloud and self-hosted ways to run them.

SetupDocsCommunityMaturity

Verdict Our FastGPT install pulled 2,548 packages and used 2,445 MB, then its test command failed because `@fastgpt/admin` was missing from the workspace filter. Trial it if you need a Chinese-first, self-hosted agent and knowledge platform and have operators for its storage, migrations, model keys, and sandbox.

Full review →
326

GenAI_Agents

NirDiamant/GenAI_Agents · ★ 24k89/7d · Jupyter Notebook

GenAI Agents is a collection of more than 50 Jupyter notebook tutorials that show how different language-model agents are assembled. It is a learning library for comparing patterns such as LangGraph workflows, multi-agent research, RAG, tool use, and MCP, rather than a single agent you deploy.

SetupDocsCommunityMaturity

Verdict Our GenAI Agents install took 69 seconds, pulled 119 packages, and returned 137 known vulnerability findings, so it is useful as a reading lab but a poor production dependency. Use it to compare 50-plus agent ideas and borrow small, reviewed pieces.

Full review →
327

Paddle

PaddlePaddle/Paddle · ★ 24k15/7d · C++

PaddlePaddle is a China-originated deep-learning framework whose main README is in English, with Chinese and Japanese versions also provided. It covers model training, inference, automatic parallelism, compilation, and several accelerator families behind a Python-facing platform with a large C++ core.

SetupDocsCommunityMaturity

Verdict Our Paddle run installed 35 packages in 18 seconds, but the build exited 1 in 21 seconds and pytest stopped after 200 collection errors without running a test. Existing Paddle users still have a large, active framework with current 3.3 releases and broad hardware work.

Full review →
328

deepface

serengil/deepface · ★ 23k48/7d · Python

DeepFace is a Python package that puts several face-recognition and face-detection models behind a small set of functions. It can compare two faces, search a face collection, create embeddings, estimate facial attributes, process webcam video, or expose those jobs through an HTTP API.

SetupDocsCommunityMaturity

Verdict Our DeepFace build finished in 8 seconds, but pytest ended with 15 collection or setup errors after only 8 tests passed, so commit ae08a3a does not clear a strict shipping gate. It remains useful for experiments because 11 recognition models, 20 detector choices, search, and an HTTP API share one interface.

Full review →
329

agents-towards-production

NirDiamant/agents-towards-production · ★ 21k · Jupyter Notebook

Agents Towards Production is an English-language collection of notebooks and small code examples about building AI agents. The measured slice, `agent-RAG-with-Contextual`, walks through a financial-document question-answering agent on Contextual AI's managed service. It teaches that vendor workflow rather than delivering an application you can deploy.

SetupDocsCommunityMaturity

Verdict Our run installed 35 packages in 65 seconds and built in 17 seconds, but there was no test target, so this is a low-cost vendor trial rather than production evidence. Use the Contextual notebook if you are actively evaluating its hosted RAG service and want a guided financial-document example.

Full review →
330

ebook2audiobook

DrewThomasson/ebook2audiobook · ★ 20k44/7d · Python

Ebook2Audiobook converts non-DRM ebooks and documents into chaptered audio files with metadata. It wraps several speech engines, optional voice cloning, OCR, translation, pause and voice tags, a browser interface, and a headless batch mode across Windows, macOS, and Linux.

SetupDocsCommunityMaturity

Verdict Our Ebook2Audiobook install consumed 7103 MB and pip-audit reported 44 known vulnerabilities, even though the build itself passed in 10 seconds. Use it as an offline conversion workstation when its broad format and speech-engine support saves real manual work, but isolate it, review the advisories, and listen to the completed book.

Full review →
331

Skill_Seekers

yusufkaraaslan/Skill_Seekers · ★ 15k40/7d · Python

Skill Seekers is a Python tool that turns websites, repositories, office files, videos, and chat exports into reference packs for AI assistants and retrieval systems. It handles the scraping, organization, optional AI editing, and packaging that teams otherwise wire together for each source and destination.

SetupDocsCommunityMaturity

Verdict Our Skill Seekers run installed 148 packages and passed 4,058 tests, but it also produced 14 failures, 16 collection or setup errors, and 37 known vulnerabilities. That makes it an interesting choice for teams that truly need its 18 input types and 22 outputs, provided they can audit dependencies, inspect generated references, and keep MCP access private.

Full review →
332

OmniVoice

k2-fsa/OmniVoice · ★ 13k2.6k/7d · Python

OmniVoice is a Python speech generator that can copy a voice from a short recording or create one from written attributes across more than 600 listed languages. It is built for multilingual text-to-speech work where one model needs to cover languages that smaller voice catalogs miss.

SetupDocsCommunityMaturity

Verdict Our OmniVoice install pulled 122 packages and used 7,122 MB, while pytest reported 0 passed and 7 skipped, so the clean build is only the start of an evaluation. Try it for research or noncommercial multilingual voice experiments when coverage matters more than a ready production service.

Full review →
333

nofx

NoFxAiOS/nofx · ★ 13k62/7d · Go

NOFX is a self-hosted trading terminal where a language model reads market and account data, proposes actions, and can place orders through connected exchanges. A Go runtime applies position, exposure, stop, cooldown, and drawdown rules outside the model, while a React dashboard records decisions and results.

SetupDocsCommunityMaturity

Verdict Our NOFX run built successfully and passed 24 tests, but open reports still touch order duplication, backtest timing, and OKX equity used for sizing. Study it on testnet or with money you can lose, not as an unattended home for serious capital.

Full review →
334

shell_gpt

TheR1D/shell_gpt · ★ 12k10/7d · Python

ShellGPT, invoked as `sgpt`, sends terminal prompts or piped text to a language model and returns prose, code, or shell commands. It also keeps chat sessions, installs Bash or Zsh hotkeys, caches replies, and can expose Python functions for the model to call.

SetupDocsCommunityMaturity

Verdict Our ShellGPT install took 38 seconds and 61 MB, but all 4 test modules failed during collection before a single test passed. The CLI remains useful as a command suggestion and text-piping tool if execution stays manual and function calling is disabled or tightly reviewed.

Full review →
335

fastapi_mcp

tadata-org/fastapi_mcp · ★ 12k6/7d · Python

FastAPI-MCP turns selected routes from an existing FastAPI application into tools that an AI client can call through Model Context Protocol. It keeps request schemas, route documentation, and FastAPI dependencies in the path, which saves teams from maintaining a second tool server by hand.

SetupDocsCommunityMaturity

Verdict Our FastAPI-MCP run finished with 12 of 66 tests passing, while 32 failed and 22 stopped during collection or setup, so a production trial needs its own end-to-end transport check. The idea is attractive for a FastAPI team with carefully selected routes, pinned dependencies, and explicit authentication.

Full review →
336

MemOS

MemTensor/MemOS · ★ 11k · TypeScript

MemOS is an English-documented memory layer for AI agents, with a Chinese README translation. It stores, searches, edits, and shares long-term memories through a hosted API, a self-hosted service, or local plugins for OpenClaw, Hermes Agent, and DeepSeek Harness.

SetupDocsCommunityMaturity

Verdict Our MemOS run passed 936 tests, but 6 failed and pip-audit found 29 known vulnerabilities after a 6,217 MB install, so the current checkout misses a strict production gate. The local plugin is the most approachable path for an existing OpenClaw, Hermes, or DeepSeek Harness user.

Full review →
337

cloudflare-os

cloudflare/cloudflare-os · ★ 9.9k137/7d · TypeScript

Cloudflare OS is a self-hosted AI workspace that combines agent chat, company knowledge, and small AI-built applications called Gadgets. It aims to let employees create and share custom productivity tools while a capability-based security layer controls access to external services and queues sensitive actions for human approval.

SetupDocsCommunityMaturity

Verdict Cloudflare OS is one of the more interesting attempts to make agent-built internal software governable, especially its Gatekeeper design and private Gadget model. But this is a foundation to study and customize, not a finished office suite to roll out casually.

Full review →
338

openstatus

openstatusHQ/openstatus · ★ 9.1k24/7d · TypeScript

OpenStatus combines uptime checks and public status pages in one open-source system. It can run as a managed service or on your infrastructure, with an API, CLI, Terraform provider, monitoring-as-code files, and an MCP server sharing the same workspace credentials.

SetupDocsCommunityMaturity

Verdict Our OpenStatus install pulled 1,538 packages and occupied 1,832 MB, then both the 6-second build and 7-second test run failed, so source contributors should expect setup investigation. The product is appealing for teams that want monitors, status pages, Terraform, CLI, and MCP under one API.

Full review →
339

lamda

firerpa/lamda · ★ 8.3k17/7d · Python

FIRERPA is an Android control and automation system with an on-device service and a Python client. It combines remote desktop, UI automation, traffic inspection, Frida tooling, fleet networking, and an MCP endpoint for agents; English and Chinese documentation are linked from the README.

SetupDocsCommunityMaturity

Verdict Our FIRERPA client run installed 44 packages in 17 seconds and built in 9 seconds with 0 known audited vulnerabilities, but the repository exposed no test target for us to run. Use it when one dedicated Android control plane can replace several separately operated tools and your team can secure the device service.

Full review →
340

weathernext

google-deepmind/weathernext · ★ 7.7k15/7d · Python

WeatherNext is Google DeepMind's research code for global medium-range atmospheric and tropical-cyclone forecasting, including WeatherNext 2 and older GraphCast and GenCast models. It lets researchers run released weights and study the model pipeline; people who only need forecasts can use the published data feeds instead.

SetupDocsCommunityMaturity

Verdict Our WeatherNext install took 167 seconds and 886 MB, then built in 6 seconds, but there was no test target to run. Researchers with TPU or H100 access and a clear evaluation plan should use it for model work; most application developers should consume WeatherNext feeds through Google Cloud, WeatherLab, or Open-Meteo.

Full review →
341

modly

lightningpixel/modly · ★ 7.6k110/7d · TypeScript

Modly is a desktop app that turns an image into a 3D mesh with AI models running on your own GPU. It combines generation, mesh viewing, basic optimization, node workflows, and export, so artists and developers do not have to assemble those pieces around a hosted service.

SetupDocsCommunityMaturity

Verdict Our Modly run passed all 37 tests in 9 seconds, but npm audit found 29 known vulnerabilities, including 1 critical and 23 high. Try it if you want a local desktop path from an image to an editable mesh and can treat model extensions as code you must review.

Full review →
342

AI-Infra-Guard

Tencent/AI-Infra-Guard · ★ 6.4k188/7d · Python

AI-Infra-Guard is an English-documented platform for testing AI services, agents, Model Context Protocol servers, agent skills, and language models; its README links eight translations. It puts live-service vulnerability checks, source inspection, jailbreak exercises, and model API checks in one self-hosted web app.

SetupDocsCommunityMaturity

Verdict Our AI-Infra-Guard run installed 301 packages and built successfully, but 7 of 16 tested packages failed, so it belongs in an evaluation lab before it belongs in a security process. Use it when one isolated team needs its six scanning and evaluation jobs and can verify every finding.

Full review →
343

SenseNova-Skills

OpenSenseNova/SenseNova-Skills · ★ 5.6k178/7d · JavaScript

SenseNova-Skills is a bilingual English and Chinese collection of agent instructions and scripts for image generation, presentation building, spreadsheet analysis, web research, and search. It is designed for Agent Skills-compatible runtimes, with OpenClaw and Hermes as the documented choices, and many workflows call SenseNova or other external APIs.

SetupDocsCommunityMaturity

Verdict Our `sn-image-base` run installed 41 packages and built in 16 seconds, but pytest discovered 0 tests, so the measured path has packaging evidence without behavioral test evidence. Use SenseNova-Skills as inspectable workflow material or for a supervised office agent, especially if you already use SenseNova.

Full review →
344

maka

apache/maka · ★ 5.5k344/7d · TypeScript

Apache Maka (Incubating) is a local-first coding-agent workspace with desktop, terminal, and evaluation interfaces. It keeps model messages, tool calls, permissions, results, and stop events in a durable local record so a run can be inspected or recovered instead of living only in a chat window.

SetupDocsCommunityMaturity

Verdict Our Maka run installed 849 packages and built successfully, but its test command exited 1 after 801 seconds with 3 of 1,095 node:test cases failed. The durable event log and shared Runtime Host are worth studying for agent work that must survive refreshes and crashes.

Full review →
345

ASu-skills

Hisn00w/ASu-skills · ★ 4.6k469/7d · HTML

ASu-skills is primarily a Chinese-language job-search plugin, with a full English README available. It adds six Codex, Claude Code, or TraeWork skills for finding small open-source contributions, rewriting experience, making editable resumes, practicing interviews, and tracking applications.

SetupDocsCommunityMaturity

Verdict Our ASu-skills checkout installed 0 packages in 22 seconds and had no npm build or test target, so adoption is mostly a review of instructions, templates, and privacy boundaries rather than software setup. It is useful for a Chinese technical applicant who wants one evidence ledger across contributions, resume claims, interview drills, and applications.

Full review →
346

magnitude

magnitudedev/magnitude · ★ 4.5k314/7d · TypeScript

Magnitude is a terminal agent that can inspect and edit project files, run commands, and use reusable skills while keeping its model and prompts on your computer. It solves the setup gap between downloading a local model and turning it into a useful coding agent by profiling the machine, recommending a GGUF model, downloading it, and running its own inference service.

SetupDocsCommunityMaturity

Verdict Our Magnitude install used 858 MB, the build failed in 5 seconds, and tests were still running when the 900-second cap expired. The published CLI remains an appealing local-agent trial because it chooses and runs a model without a separate server.

Full review →
347

sprix-sage-router

wang2122/sprix-sage-router · ★ 3.7k · Python

Sprix SAGE Router is a small Python research prototype that decides whether an AI agent should keep a task, recruit other agents, or hand it off. It ranks those choices against permissions, budget, deadlines, task dependencies, current progress, and evidence from earlier outcomes, but it does not send the task to another agent.

SetupDocsCommunityMaturity

Verdict Our Sprix SAGE Router checkout built in 3 seconds and occupied just 0.1 MB, but the lab found no test target and the project does not execute an A2A handoff. Use it as readable routing research or as a policy component inside an existing agent platform.

Full review →
348

GR00T-WholeBodyControl

NVlabs/GR00T-WholeBodyControl · ★ 3.6k54/7d · Python

GR00T Whole-Body Control is NVIDIA's codebase for training, simulating, and deploying controllers that move humanoid robots. It bundles the SONIC controller, a C++ deployment stack, teleoperation tools, model checkpoints, and MotionBricks rather than solving only one stage of robot control.

SetupDocsCommunityMaturity

Verdict Our GR00T Whole-Body Control run built in 6 seconds, but all 9 collected test modules errored before a single test ran because Python could not import `yaml`. That result makes the repository suitable for a well-equipped humanoid robotics team willing to repair and verify its environment, not for a casual install.

Full review →
349

dsh-TUI

ccch1mneyyy/dsh-TUI · ★ 3.1k142/7d · TypeScript

dsh-TUI is a Chinese-first terminal interface plugin for DeepSeek Harness, with a full English README and English reference pages. It gives the official DSH agent a Claude Code-style conversation screen, tool cards, session controls, context meters, rewind, themes, MCP status, and a VS Code companion without patching the DSH core.

SetupDocsCommunityMaturity

Verdict Our dsh-TUI install completed in 33 seconds, but its source build failed after 41 seconds on an exact pnpm 11.21.0 versus 11.23.0 check, and the repository exposed no test target. Existing DeepSeek Harness users may still find it the best interface upgrade because it preserves DSH services while adding serious session navigation and visibility.

Full review →
350

MoGe

microsoft/MoGe · ★ 2.9k29/7d · JavaScript

MoGe estimates 3D geometry from one ordinary image. It can produce a point map, metric depth, surface normals, a validity mask, and estimated camera intrinsics for researchers or applications that do not have stereo images or a depth sensor.

SetupDocsCommunityMaturity

Verdict Our MoGe install consumed 5,176 MB for 113 packages, while the repository exposed no test target. Use it for a serious geometry experiment when you have an NVIDIA environment and can compare its predictions with known scenes.

Full review →
351

miles

radixark/miles · ★ 2.9k213/7d · Python

Miles is a framework for improving large language and vision models with reinforcement learning after their initial training. It coordinates response generation, scoring, model updates, checkpoints, and recovery across expensive GPU machines so research teams do not have to assemble those parts themselves.

SetupDocsCommunityMaturity

Verdict Our Miles install took 33 seconds and the build passed in 18 seconds, but its tests stopped after 9 seconds because Python could not import `torch`, so teams should verify the full training image before trusting the lighter source install. Use Miles when an 8-GPU starting point, patched training stack, and Megatron-scale controls match work you already operate.

Full review →
352

deepwiki-rs

sopaco/deepwiki-rs · ★ 2.8k1.1k/7d · Rust

Litho, distributed as deepwiki-rs, is a Rust command-line tool that reads a codebase and asks language models to produce architecture documentation, C4 diagrams, workflow explanations, and module notes. Its primary README is English, with a Chinese translation and documentation in both languages. The generated analysis is a draft that still needs human checking.

SetupDocsCommunityMaturity

Verdict Our Litho run built in 130 seconds and all 60 tests passed in 26 seconds, making it the cleanest lab result in this group. Use it for a supervised first draft of architecture documentation, especially when C4 output and external context fit the job.

Full review →
353

Concat

jub0t/Concat · ★ 2.2k · Rust

Concat is a local desktop video editor for cutting, arranging, captioning, and exporting footage without an account or cloud upload. Version 0.2.2 is a beta that aims at the kind of quick social-video work people use CapCut for, with offline speech tools and builds for desktop and mobile platforms.

SetupDocsCommunityMaturity

Verdict Our Concat build ran for 618 seconds before pkg-config stopped on missing `libavutil`, and the test command hit the same native dependency in 18 seconds. Download the self-contained v0.2.2 package if you want a private, account-free editor and can tolerate beta behavior.

Full review →
354

ADR

uber/ADR · ★ 1.6k22/7d · Python

ADR means Agentic AI Detection and Response, an Uber project for inventorying AI tools, collecting agent activity, benchmarking defenses, and detecting suspicious sessions. It covers employee tools such as Claude Code, Cursor, and Codex as well as customer-facing agents, but the open release does not include prevention.

SetupDocsCommunityMaturity

Verdict Our ADR Detection environment occupied 6,219 MB, pip-audit reported 100 known vulnerabilities, and test collection stopped with 61 tests passed and 1 marker error. Use the Sensor and benchmark as security engineering material when you can isolate the research environment and govern sensitive agent telemetry.

Full review →
355

chatbot-template

shadcn-ui/chatbot-template · ★ 9368/7d · TypeScript

chatbot-template is a small Next.js starter for a streaming AI chat interface built with the Vercel AI SDK and shadcn components. It gives developers a working model picker, markdown messages, citations, server and browser tools, and a human questionnaire without making them design the chat loop first.

SetupDocsCommunityMaturity

Verdict Our chatbot-template run installed 686 packages in 28 seconds and built in 21 seconds, but it had no test target, so it is a quick prototype base rather than a verified production baseline. Use it when your team wants to study or customize the Vercel AI SDK tool-part pattern and will add the missing access and spend controls before launch.

Full review →
356

claude-watch

taoufik123-collab/claude-watch · ★ 81625/7d · Python

claude-watch is a Claude Code, Claude web, and Codex skill that turns a public video URL or local file into sampled frames, a timestamped transcript, and a structured report. It is built for video summaries, hook analysis, and screen-recording diagnosis when the agent cannot play a video directly.

SetupDocsCommunityMaturity

Verdict Our claude-watch run installed 35 packages in 12 seconds and built in 4 seconds, but its missing test target left the video pipeline unverified. Try it for short public videos, hook breakdowns, and bug recordings if you can pin compatible ffmpeg behavior and inspect the report yourself.

Full review →
357

Konnect

mixelpixx/Konnect · ★ 684127/7d · Rust

Konnect is a native KiCAD 10 plugin that lets Claude and other AI assistants create and inspect circuit schematics and PCB layouts through the Model Context Protocol. It replaces a multi-language predecessor with one Rust binary, while covering checks, routing support, part search, and manufacturing exports.

SetupDocsCommunityMaturity

Verdict Our source build completed in 273 seconds, and all 3,042 tests passed. Konnect is unusually ambitious and technically convincing for a beta, especially if KiCAD 10 is already your board-design standard.

Full review →
358

Marinara-Engine

Pasta-Devs/Marinara-Engine · ★ 681 · TypeScript

Marinara Engine is a local web app for AI character chats, roleplay scenes, and game-like stories with persistent characters and files. It connects to hosted or local text, image, video, speech, and embedding providers, then adds agents, lorebooks, prompt controls, media, and game state around those models.

SetupDocsCommunityMaturity

Verdict Our Marinara Engine install occupied 2,032 MB and the build passed in 89 seconds, but the regression run finished at 156/158 after 402 seconds. It is a credible trial for dedicated roleplay users who want one local home for chats, agents, media, and game state, provided they accept the alpha label and operate their own providers and access controls.

Full review →
359

hayamimi

oboroge0/hayamimi · ★ 3437/7d · Python

Hayamimi is an offline, CPU-only speech-to-text application for live multilingual subtitles. It routes each utterance to a language-specific ONNX model, then can add a browser dashboard, OBS overlay, speaker labels, transcript refinement, and Japanese translation without sending audio to a cloud API.

SetupDocsCommunityMaturity

Verdict Our Hayamimi run installed in 45 seconds and all 23 tests passed, an unusually clean result for a 73-file speech project. It is a good trial for Japanese-first live captions on an ordinary CPU, especially when cloud audio processing is unacceptable.

Full review →
360

lobehub

lobehub/lobehub · ★ 83k173/7d · TypeScript

LobeHub is an agent workspace for creating AI assistants, organizing them into groups and projects, scheduling work, and connecting them to models, messaging channels, files, and MCP-compatible tools. Its primary README is in English, and a Simplified Chinese README is also available.

SetupDocsCommunityMaturity

Verdict Our LobeHub install spent 296 seconds before npm rejected `workspace:*`, so the first decision is whether your team will follow its pnpm workflow and accept a 198.4 MB monorepo. Trial it if agent groups, scheduled work, messaging, memory, and MCP tools genuinely belong in one workspace.

Full review →
361

screenshot-to-code

abi/screenshot-to-code · ★ 79k642/7d · Python

Screenshot to Code turns a screenshot, Figma design, mockup, or screen recording into editable frontend code. It targets the tedious first pass of recreating an interface, with output choices that include plain HTML, React, Vue, Bootstrap, and Ionic.

SetupDocsCommunityMaturity

Verdict Our Screenshot to Code run installed 804 packages in 139 seconds, but the full test command exited 1 because the backend step could not find Poetry, and npm audit found 16 vulnerabilities. It is worth trying when a developer wants a fast visual draft and accepts provider costs plus a manual cleanup pass.

Full review →
362

MiroFish

666ghj/MiroFish · ★ 74k1.6k/7d · Python

MiroFish is a bilingual Chinese and English social-simulation app that turns uploaded source material into a graph, a population of LLM-driven personas, and an interactive report. Chinese is the interface default, while an English UI and English README are available. It is useful for exploring possible reactions and story paths, but its own FAQ says the output is not a scientifically calibrated forecast.

SetupDocsCommunityMaturity

Verdict Our MiroFish install added 31 packages in 13 seconds, but the build failed in 7 seconds because `vite` was not available in the frontend. Try it only as an exploratory scenario generator, with repeated runs and a clear warning that the output is not a calibrated prediction.

Full review →
363

OpenMontage

calesthio/OpenMontage · ★ 59k2.5k/7d · Python

OpenMontage is a set of Python tools, pipeline instructions, and local renderers that lets a coding agent plan and assemble finished videos. It tackles the work between a prompt and an export, including research, scripts, footage or generated assets, narration, captions, approvals, and final composition.

SetupDocsCommunityMaturity

Verdict Our OpenMontage build finished in 5 seconds, but the test run ended with 9 failures and 4 setup errors because several media paths expected `ffmpeg` or `npx`. Use it as an ambitious production kit if you already trust a coding agent with local tools and will validate every export.

Full review →
364

VibeVoice

microsoft/VibeVoice · ★ 54k228/7d · Python

VibeVoice is Microsoft's research code and model family for long-form speech recognition and streaming speech synthesis. Its ASR path combines transcription, speaker labels, timestamps, and custom hotwords, while the current realtime TTS path speaks incoming English text with one of the supplied voices.

SetupDocsCommunityMaturity

Verdict VibeVoice is worth testing for long meetings where one pass should produce words, timestamps, and speaker turns, or for research on low-latency English speech. It is a poor default production dependency today: the environment is heavy, the measured checkout had no automated test target, and the maintainers explicitly stop short of recommending real-world use.

Full review →
365

voicebox

jamiepine/voicebox · ★ 54k1.1k/7d · TypeScript

Voicebox is a local AI voice studio that combines voice cloning, speech generation, dictation, transcription, audio editing, and agent speech in one desktop app. It runs several speech engines on your machine and exposes REST and MCP interfaces so local applications and coding agents can use the same voices and captures.

SetupDocsCommunityMaturity

Verdict Our Voicebox install pulled 408 packages and used 911 MB, then the build failed because `python` was unavailable and there was no test target to run. The app is worth a careful trial for local voice I/O, especially if REST or MCP access matters, but it asks the operator to own models, hardware, and output validation.

Full review →
366

skills

emilkowalski/skills · ★ 38k1.7k/7d

This project is a collection of expert-written prompts, or "skills," designed to guide AI agents in creating high-quality user interfaces and animations. It aims to solve the problem of AI models lacking design "taste" by providing them with specific rules and principles from an experienced design engineer.

SetupDocsCommunityMaturity

Verdict emilkowalski/skills is a clever and timely project that packages high-level design expertise into a format AI agents can understand. If you're using AI to write front-end code, this is a fantastic shortcut to better-than-default results, injecting the "taste" that models often lack.

Full review →
367

ai-engineering-hub

patchy631/ai-engineering-hub · ★ 38k111/7d · Jupyter Notebook

AI Engineering Hub is a collection of more than 90 small projects and tutorials covering RAG, agents, model comparisons, multimodal applications, fine-tuning, and MCP. It is a learning library rather than one deployable product; our lab measured its `Multi-Agent-deep-researcher-mcp-windows-linux` example, which combines 3 CrewAI agents, Linkup web search, local DeepSeek R1 through Ollama, Streamlit, and an MCP server.

SetupDocsCommunityMaturity

Verdict Our measured researcher installed 33 packages in 30 seconds and built in 11 seconds, but it exposed no test target and the repository has 0 CI workflows. Use AI Engineering Hub as a menu of code samples, especially when you want to compare several approaches quickly.

Full review →
368

Vane

ItzCrazyKns/Vane · ★ 37k211/7d · TypeScript

Vane is a self-hosted answering engine that searches the web through SearXNG, asks a local or hosted language model to synthesize an answer, and cites sources. It also handles file questions, image and video search, research modes, widgets, history, and a search API.

SetupDocsCommunityMaturity

Verdict Our Vane install took 274 seconds, pulled 1,051 packages, and occupied 2,039 MB, while the repository offered no test target, so the polished Docker pitch hides a heavy and weakly verified code path. Try it on a private machine if you want SearXNG plus local-model answers in one interface.

Full review →
369

ML-From-Scratch

eriklindernoren/ML-From-Scratch · ★ 33k105/7d · Python

ML-From-Scratch is a small Python collection that implements common machine-learning algorithms with NumPy and other basic scientific packages. It lets readers inspect decision trees, regression, clustering, neural-network layers, and training loops without hiding the mechanics behind a large framework.

SetupDocsCommunityMaturity

Verdict Our ML-From-Scratch install took 48 seconds and built in 16 seconds, but there was no test target to check any of its algorithms. Read it as a compact teaching aid, then verify every result against a maintained library or your own derivation.

Full review →
370

Scrapegraph-ai

ScrapeGraphAI/Scrapegraph-ai · ★ 31k265/7d · Python

ScrapeGraphAI is a Python library that uses language models and graph-based steps to extract requested information from websites and local documents. You describe the data you want, then a pipeline fetches the source, prepares its content, asks a local or hosted model, and returns structured output. The open-source edition leaves browsers, model access, proxies, and scaling under your control.

SetupDocsCommunityMaturity

Verdict Our ScrapeGraphAI run installed 125 packages and used 447 MB, but pytest stopped with 3 errors before any of 254 collected tests ran. Try it for controlled internal extraction where prompt-driven parsing offsets the browser and model overhead.

Full review →
371

meetily

Zackriya-Solutions/meetily · ★ 31k261/7d · Rust

Meetily is a desktop meeting recorder that captures microphone and system audio, produces a live transcript, and turns it into notes. Its transcription, recordings, and storage can stay on your computer, while summaries can use a local Ollama model or an optional remote AI provider.

SetupDocsCommunityMaturity

Verdict Our Meetily build hit the 900-second limit, and its test step failed after 267 seconds because the required Linux `llama-helper` binary was missing, so source deployment is not ready for a casual operator. The packaged app is still worth a disposable test meeting for one Windows or Apple Silicon Mac user who wants local transcription.

Full review →
372

Open-Sora

hpcaitech/Open-Sora · ★ 30k42/7d · Python

Open-Sora is a Python research project for generating video from text or an input image, with code for inference, fine-tuning, and training. The current main branch centers on an 11B model and gives GPU teams the pieces to study or adapt it rather than a finished video application.

SetupDocsCommunityMaturity

Verdict Our Open-Sora install pulled 160 packages, consumed 6,200 MB, and produced 46 known vulnerability findings before any 11B model download, so evaluation needs an isolated GPU environment and a real maintenance budget. Use it for video-model research, fine-tuning, or code-level comparison where training access matters.

Full review →
373

Open-Generative-AI

Anil-matcha/Open-Generative-AI · ★ 29k442/7d · JavaScript

Open Generative AI is an Electron and Next.js studio for making images, video, audio, lip sync, and multi-step media workflows. Most of its large model catalog runs through MuAPI, while the desktop app has a smaller local inference path for users who provide the storage and hardware.

SetupDocsCommunityMaturity

Verdict Our 47-second install pulled 1,239 packages and 1,375 MB, then the production build failed in 18 seconds, so this checkout is a trial for curious MuAPI users rather than a production deployment. The prebuilt desktop app is the most sensible way to judge the interface and its smaller local path.

Full review →
374

Pixelle-Video

ATH-MaaS/Pixelle-Video · ★ 28k217/7d · Python

Pixelle-Video is a Chinese-first short-video generator with a full English README and English documentation. It turns a topic or finished script into a narrated video by coordinating an LLM, image or video generation, text-to-speech, music, and HTML templates through a Streamlit interface.

SetupDocsCommunityMaturity

Verdict Our Pixelle-Video run installed 160 packages and built in 7 seconds, but pytest found 0 tests and pip-audit reported 25 known vulnerabilities. Try it if you already understand ComfyUI or media APIs and want a broad video assembly UI you can inspect.

Full review →
375

onlook

onlook-dev/onlook · ★ 27k46/7d · TypeScript

Onlook is a visual editor for creating and changing Next.js and Tailwind applications while keeping code in the loop. It runs a project in a browser container, maps rendered elements back to source, and lets designers edit the page directly or ask an AI chat to change it.

SetupDocsCommunityMaturity

Verdict Our Onlook install pulled 2,522 packages and 2,547 MB, then the build stopped on a missing Supabase key and the overall test command exited 1. Try the hosted product if a designer needs to work directly on a Next.js and Tailwind codebase.

Full review →
376

AiToEarn

yikart/AiToEarn · ★ 26k154/7d · TypeScript

AiToEarn's primary README and latest release notes are in Chinese, and a complete English README is provided. It is a content operations system for generating media, scheduling and publishing it across social networks, automating engagement, and connecting those actions to agents through MCP.

SetupDocsCommunityMaturity

Verdict Our AiToEarn backend install pulled 1,487 packages and 986 MB in 58 seconds, then offered no build or test target to verify. Use it only if its unusual combination of Chinese and international channels, content generation, and MCP control saves enough work to justify the relay, credential, and platform-risk review.

Full review →
377

learnopencv

spmallick/learnopencv · ★ 23k19/7d · Jupyter Notebook

LearnOpenCV is a large collection of code companions for computer vision, deep learning, and AI articles. Each directory tackles a separate subject, so developers can study or adapt a worked example without expecting one shared application or library.

SetupDocsCommunityMaturity

Verdict Our LearnOpenCV subproject install pulled 96 packages and occupied 7,002 MB, making this archive best suited to developers who need a specific worked example and can isolate it. Use it as a map into a topic, then audit that directory's dependencies, data, and hardware needs before carrying code into a product.

Full review →
378

ds4

antirez/ds4 · ★ 22k240/7d · C

DwarfStar is a native inference engine for a deliberately short list of large open models, chiefly DeepSeek V4 Flash and PRO plus GLM 5.2. It trades broad model compatibility for tight control of model loading, prompt rendering, tool calls, caching, serving, and hardware-specific execution.

SetupDocsCommunityMaturity

Verdict Our DwarfStar build finished in 5 seconds, but its 56-second test step stopped when `nvcc` was missing, so a clean CPU-only checkout did not clear the project's default test path. Try it if you own one of the named high-memory systems and specifically want DeepSeek V4 or GLM 5.2.

Full review →
379

unilm

microsoft/unilm · ★ 22k13/7d · Python

UniLM is Microsoft's large research repository for language, vision, speech, document, and multimodal model work. The runnable project our lab found is PFPO, an ICLR 2025 research implementation that trains reasoning models from preference pairs scored with generated or self-consistent test cases.

SetupDocsCommunityMaturity

Verdict Our PFPO install added 35 packages in 22 seconds and built in 10 seconds, but there was no test target to check the code path we installed. Use this repository to study or reproduce a named Microsoft research project when you can supply the data, models, and multi-GPU hardware.

Full review →
380

eliza

elizaOS/eliza · ★ 19k43/7d · TypeScript

elizaOS is a TypeScript system for building and running AI agents across a web app, desktop and mobile shells, and plugins. It combines the agent runtime, user interface, connectors, local model support, cloud services, and developer tooling in one very large repository.

SetupDocsCommunityMaturity

Verdict Our eliza install stopped after 5 seconds on an `@playwright/test` override conflict, so commit 5161753 did not reach a build or test run in the lab. Eliza is worth studying if you want its unusual combination of agent runtime, app shells, plugins, and local inference, and you are willing to use the pinned Bun path.

Full review →
381

LifeOS

danielmiessler/LifeOS · ★ 19k64/7d · TypeScript

LifeOS is a personal context, memory, skill, and workflow layer installed into an AI coding harness, with Claude Code as its best-supported host. It asks about goals, people, preferences, and current projects, then keeps that information available so the assistant can carry work across sessions.

SetupDocsCommunityMaturity

Verdict Our measured npm subproject installed 2 packages in 5 seconds, but it did not exercise the AI-led installer, hooks, memory, or Pulse, so the real setup remains unverified by our run. LifeOS is worth trying in a disposable Claude Code profile if its opinionated personal-memory model matches how you work.

Full review →
382

plandex

plandex-ai/plandex · ★ 16k8/7d · Go

Plandex is a terminal coding agent built for changes that span many files and many model calls. It keeps generated edits in a reviewable sandbox, manages large code context, runs commands, and can work with several model providers before you apply anything to the project.

SetupDocsCommunityMaturity

Verdict Our Plandex run installed 360 packages and built in 40 seconds, but its successful test step found 0 tests and the hosted service no longer accepts users. The cumulative diff and large-context workflow still merit a trial for an experienced self-hoster.

Full review →
383

eigent

eigent-ai/eigent · ★ 15k58/7d · TypeScript

Eigent is an Electron desktop application for assigning work to one AI agent or a coordinated group of agents. It gives those agents a browser, terminal, local files, scheduled workflows, skills, and MCP connectors, with either cloud-backed or locally deployed services.

SetupDocsCommunityMaturity

Verdict Our Eigent run used 1,634 MB, found 27 known vulnerabilities, and ended with 34 of 739 tests failing, so it is an evaluation build rather than a safe default for unattended desktop work. Try it if you specifically want CAMEL-based multi-agent work in an Electron interface and can confine its browser, terminal, files, and credentials.

Full review →
384

Open-LLM-VTuber

Open-LLM-VTuber/Open-LLM-VTuber · ★ 14k98/7d · Python

Open-LLM-VTuber is an English-documented voice companion that connects a language model, speech recognition, speech synthesis, and a Live2D character. It can run as a web app or desktop pet on Windows, macOS, and Linux, using local models, cloud services, or a mixture of both.

SetupDocsCommunityMaturity

Verdict Our Open-LLM-VTuber install consumed 9,180 MB and pip-audit found 77 known vulnerabilities, while the repository supplied no test target. Try it only if the Live2D voice experience is worth owning a large, modular ML stack and reviewing the audit findings yourself.

Full review →
385

corsair

corsairdev/corsair · ★ 11k7/7d · TypeScript

Corsair is a TypeScript integration layer that lets agents call third-party services without receiving the underlying API keys. It wraps service plugins with OAuth or key storage, tenant scoping, webhook handling, cached data, and per-endpoint policies that can allow, deny, or pause an action for human approval.

SetupDocsCommunityMaturity

Verdict Our Corsair checkout installed 2,105 packages and consumed 2,278 MB, then 34 of 43 Jest tests failed even though the 565-second build passed. Its permission and credential model addresses a real agent risk, but the measured suite result is too weak for blind production adoption.

Full review →
386

TRELLIS.2

microsoft/TRELLIS.2 · ★ 11k104/7d · Python

TRELLIS.2 turns a reference image into a textured 3D asset and can also generate PBR textures for an existing shape. It is research code for a 4-billion-parameter model, aimed at people who need geometry with open surfaces, internal structures, or material properties that simpler image-to-3D tools may lose.

SetupDocsCommunityMaturity

Verdict Our O-Voxel install took 361 seconds and its build passed in 11 seconds, but the repository exposed no test target and our 8 GB sandbox could not exercise the 24 GB GPU workflow. TRELLIS.2 is worth testing for a research or technical-art team that already owns suitable NVIDIA hardware and can inspect every mesh.

Full review →
387

computer

cloudflare/computer · ★ 9.2k53/7d · TypeScript

Cloudflare Computer gives an agent a persistent filesystem inside a Durable Object and lets it run commands or JavaScript against those files. The same workspace can use a Worker shell, an isolated JavaScript runtime, or a full Linux container, but Cloudflare labels the package preview-only and unsuitable for production.

SetupDocsCommunityMaturity

Verdict Our Cloudflare Computer run built in 46 seconds and reported 543 passing tests, yet the command exited 1 after 141 seconds and the install occupied 1,145 MB. It is worth prototyping when an agent needs durable files plus a choice of isolate or container execution on Cloudflare.

Full review →
388

robin

apurvsinghgautam/robin · ★ 7.1k115/7d · Python

Robin is a Streamlit tool for lawful dark-web research. It sends a short query through several Tor search engines, asks an LLM to rank the results, scrapes selected pages, and produces a saved investigation summary with follow-up questions.

SetupDocsCommunityMaturity

Verdict Our Robin run installed 127 packages in 42 seconds and built in 4 seconds, but the repository offered no test target. It is useful as a private analyst workbench for finding leads across several onion indexes, especially with a local model.

Full review →
389

CyberStrikeAI

Ed1s0nZ/CyberStrikeAI · ★ 6.8k285/7d · Go

CyberStrikeAI is a self-hosted workspace where AI agents plan and run authorized security work, then retain the evidence, assets, and findings. It puts more than 100 tool recipes, MCP connections, approval controls, attack-chain records, WebShell access, and an optional command-and-control service behind one interface.

SetupDocsCommunityMaturity

Verdict Our CyberStrikeAI install pulled 86 packages in 34 seconds and built in 6 seconds, but the 221,305-line checkout exposed no test target. Use it inside an isolated, authorized environment where a security team can enable approvals, inspect tool definitions, and compare saved evidence with the commands that ran.

Full review →
390

PRAXIST

sapientinc/PRAXIST · ★ 6.3k · Python

Praxist is a Python system that sends parallel coding agents through repeated research and evaluation cycles on an existing project. It is for problems with a runnable baseline and a measurable objective, such as improving a model or algorithm while preserving stated constraints.

SetupDocsCommunityMaturity

Verdict Our PRAXIST run installed 131 packages and used 905 MB, but its build failed and the tests timed out at 900 seconds after showing multiple failures, so commit 7af6a26 is a poor fit for teams that require a clean checkout gate. Its research model is specific and useful for groups that already own a reproducible evaluator, compute budget, and agent operations.

Full review →
391

brush

ArthurBrussee/brush · ★ 5.1k53/7d · Rust

Brush is a 3D reconstruction engine that trains and displays Gaussian splats from photo datasets. It aims to put the same workflow on desktop GPUs, Android devices, and supported WebGPU browsers without tying the application to CUDA.

SetupDocsCommunityMaturity

Verdict Our Brush install took 14 seconds, but its web build failed after 7 seconds at the wasm-pack command, so the browser path needs more preparation than `npm install` suggests. Try Brush if cross-platform Gaussian-splat training and an interactive viewer are worth accepting a young toolchain and narrower browser support.

Full review →
392

Amagine3D

amagine-ai/Amagine3D · ★ 4.9k2.2k/7d · TypeScript

Amagine3D turns product descriptions, reference images, and dimensions into editable parametric CAD for hardware enclosures and assemblies. It aims to shorten the path from a physical product idea to build123d source plus STEP, STL, or color-aware 3MF manufacturing files, while checking geometry rather than relying only on a model's textual judgment.

SetupDocsCommunityMaturity

Verdict Our build finished in 14 seconds, but 5 of 32 tests failed, so Amagine3D is not ready for uncritical production adoption. Its editable-source approach and geometry feedback loop are substantially more useful than a black-box mesh generator, especially for enclosure prototyping.

Full review →
393

agent-native

BuilderIO/agent-native · ★ 4.8k · TypeScript

Agent-Native is a TypeScript framework for applications where an AI agent and a React interface work on the same data through the same actions. It supplies chat, permissions, memory, schedules, multiple-agent delegation, database support, and several example applications so a team does not have to connect those pieces from scratch.

SetupDocsCommunityMaturity

Verdict Our Agent-Native checkout installed 2,631 packages, occupied 3,322 MB, and still had not finished its test run after 900 seconds. That cost can make sense for a TypeScript team building a whole agent application, because actions, UI state, permissions, data, and agent access share one model.

Full review →
394

AI-Engineering-Coach

microsoft/AI-Engineering-Coach · ★ 4.2k · TypeScript

AI Engineer Coach is a local VS Code extension and GitHub Copilot canvas that turns coding-agent session logs into timelines, usage charts, and practice feedback. It reads supported tools such as Claude Code, Codex, OpenCode, and several Copilot clients without uploading those logs for its core analysis. Optional coaching features call the VS Code language-model API only when the user invokes them.

SetupDocsCommunityMaturity

Verdict Our AI Engineer Coach run installed 770 packages in 30 seconds and built in 4 seconds, but 7 of 1,348 tests failed in the GitHub app analytics file. It is worth a source build for one developer who wants private cross-tool reflection and can verify missing sessions manually.

Full review →
395

awesome-generative-ai-apps

Anil-matcha/awesome-generative-ai-apps · ★ 3.2k45/7d · JavaScript

Awesome Generative AI Apps is a catalog of AI application templates covering images, video, writing, voice, and agents. It is aimed at developers who want a starting point they can rebrand and sell, although the entries are separate projects with different stacks rather than one installable product.

SetupDocsCommunityMaturity

Verdict Our AI Voice Agent install added 35 packages in 56 seconds and built in 12 seconds, but it had no test target, so this repository is a useful catalog rather than a verified product bundle. Use it to shortlist an app idea or mine a small example, then audit that project as if it came from a separate vendor.

Full review →
396

OSWorld

xlang-ai/OSWorld · ★ 3.1k11/7d · Python

OSWorld is a benchmark and virtual desktop environment for testing agents that operate real computer applications through screenshots and actions. It gives researchers repeatable tasks, resettable machines, graders, recordings, and a route to a verified public leaderboard.

SetupDocsCommunityMaturity

Verdict Our OSWorld environment used 6,915 MB, and pytest produced 8 passes plus 10 collection or setup errors, so this is research infrastructure rather than a ready-made test dependency. Use it when cross-application desktop behavior is the thing you need to measure and you can own the virtual machines, accounts, graders, and result review.

Full review →
397

cursor-byok

leookun/cursor-byok · ★ 2.9k138/7d · Rust

cursor-byok is a local gateway that makes Cursor send Agent requests to model APIs you choose. It adapts OpenAI- and Anthropic-compatible providers while trying to preserve Cursor tools, Skills, MCP, conversation state, and the familiar editor workflow.

SetupDocsCommunityMaturity

Verdict Our cursor-byok checkout built in 6 seconds, but 18 of 24 test packages failed because GTK and WebKitGTK development files were missing, so Linux setup is more than downloading a model proxy. Use it if staying inside Cursor is worth accepting an unofficial, fast-changing compatibility layer.

Full review →
398

deepteam

confident-ai/deepteam · ★ 2.8k42/7d · Python

DeepTeam is an English-first Python framework that sends adversarial prompts to an LLM application and scores the responses for security, privacy, safety, and behavior problems. It supplies attack methods, vulnerability definitions, standards mappings, local result files, and production input and output guards on top of the DeepEval evaluation library.

SetupDocsCommunityMaturity

Verdict Our DeepTeam build took 5 seconds, but its test run stopped after 323 passes, 144 failures, and 56 errors, with missing `sentry_sdk` and an unconfigured OpenAI key in the log. The 0-vulnerability pip audit and broad attack catalog justify a contained evaluation, while the failing clean suite blocks an easy production recommendation.

Full review →
399

compozy

compozy/compozy · ★ 2.8k18/7d · Go

CompozyOS is a local control plane for running coding agents such as Claude Code, OpenClaw, and Hermes through durable sessions, scheduled loops, approvals, memory, and shared tools. It keeps work in a daemon so an agent can continue after the terminal closes, with web, CLI, HTTP, MCP, and native control surfaces reading the same state.

SetupDocsCommunityMaturity

Verdict Our CompozyOS build stopped after 18 seconds at Go module parsing, and the current v0.3 line is still beta, so production teams should trial it beside existing automation before handing it unattended work. The daemon-owned sessions, approvals, and shared state solve a real problem for heavy Claude Code or ACP users.

Full review →
400

CloddsBot

alsk1992/CloddsBot · ★ 2.7k1.4k/7d · TypeScript

CloddsBot is a self-hosted AI trading terminal that lets you research markets, automate strategies, and manage trades through natural-language chat. It brings prediction markets, crypto spot, futures, and on-chain tools into one interface, with Claude handling the conversational layer.

SetupDocsCommunityMaturity

Verdict Our build took 48 seconds, and all 169 tests passed. CloddsBot is unusually broad and appears easy to compile, but its 69 known dependency vulnerabilities make live account access a hard stop until reviewed.

Full review →
401

h3.c

antirez/h3.c · ★ 2.7k72/7d · C

h3.c is a native command-line inference engine for generating MiniMax H3 video and audio on Apple Silicon. It keeps the workflow close to C and Metal, with prompt generation, first and last frame anchors, ordered media references, interactive sessions, and memory-saving SSD streaming.

SetupDocsCommunityMaturity

Verdict Our Linux build and test steps both failed in 4 seconds with 2 C errors around `strdup`, so h3.c is not a portable drop-in even though installation itself succeeded. It is worth a trial for an Apple Silicon engineer who specifically wants MiniMax H3, terminal control, and the original BF16 path.

Full review →
402

sepia

Nanako0129/sepia · ★ 2.6k166/7d · Python

Sepia is a writing skill for AI coding agents that diagnoses or rewrites prose using separate rules for fiction and workplace documents. It tries to fix story structure, repetitive paragraph patterns, and venue mistakes before polishing individual sentences.

SetupDocsCommunityMaturity

Verdict Our sandbox could not run Sepia at commit 361e82e because it found no supported ecosystem and no Dockerfile, so the evidence is the published rule set rather than an executable result. Use it if you want an agent editor with separate fiction and workplace routes and you are prepared to review its judgments.

Full review →
403

DeepSeek-Balance-Whale-Widget

MeteorNOX/DeepSeek-Balance-Whale-Widget · ★ 2.5k531/7d · JavaScript

DeepSeek Balance Whale Widget is a Chinese-language plugin for the DeepSeek Harness web interface, and its repository does not provide an English README or English operating guide. It adds a draggable whale that shows DeepSeek API balance, estimated daily spending, and the cost of the latest local conversation turn.

SetupDocsCommunityMaturity

Verdict Our install took 5 seconds and added 0 packages, but the repository provides no build or test target to verify the widget's behavior. Use it if you already run DSH, read Chinese, and want a friendly DeepSeek balance reminder whose accounting limits you understand.

Full review →
404

Concat

jub0t/WolfCut · ★ 2.2k · Rust

GitHub now redirects WolfCut to its new name, Concat. It is an English-documented desktop video editor that keeps cutting, captions, speech, background removal, and export on your machine, with no account or hosted processing service.

SetupDocsCommunityMaturity

Verdict Our source build ran for 678 seconds before missing `libavutil` stopped it, so most editors should judge Concat through the self-contained v0.2.2 download instead of compiling WolfCut's renamed repository. The local captions, speech, and cutout tools make it a worthwhile beta for private creator work.

Full review →
405

LingChat

SlimeBoyOwO/LingChat · ★ 2.2k63/7d · Rust

LingChat is an AI companion and visual-novel application whose primary project documentation is Chinese; version 0.5.0 says the app itself supports simplified Chinese, traditional Chinese, English, and Japanese. It combines persistent character memory, animated reactions, desktop-pet mode, scripts, voice, screen awareness, and optional agent tools in one desktop and mobile experience.

SetupDocsCommunityMaturity

Verdict Our LingChat checkout built in 28 seconds after installing 232 packages, but it provided no automated test target, so the most ambitious release claims remain manual checks. Try it if the visual-novel presentation and character customization are the point, and keep screen observation plus agent tools disabled until you have inspected their permissions.

Full review →
406

BitFun

GCWing/BitFun · ★ 2.2k41/7d · Rust

BitFun is a cross-platform desktop AI agent with English documentation and a separate Chinese README. It combines coding, document work, browser and desktop control, remote-device sessions, and task-specific Mini App interfaces around a Rust runtime.

SetupDocsCommunityMaturity

Verdict Our BitFun run installed 1,199 packages, built in 120 seconds, and found 10 high-severity vulnerabilities without an available test target. Its Mini App idea and self-hosted device relay are distinctive enough for an experimental personal setup.

Full review →
407

WhatDreamsCost-ComfyUI

WhatDreamsCost/WhatDreamsCost-ComfyUI · ★ 2.0k10/7d · JavaScript

WhatDreamsCost-ComfyUI is a collection of custom ComfyUI nodes and example workflows, led by the LTX Director timeline editor. It brings prompts, keyframes, imported video, audio, IC-LoRA references, trimming, and retakes into one visual node for LTX video generation.

SetupDocsCommunityMaturity

Verdict Our WhatDreamsCost-ComfyUI run installed 33 packages, passed its 23-second build check, and found no test target, so the code is cheap to try but weakly verified. Use LTX Director for interactive experiments where its timeline saves more time than assembling ordinary nodes.

Full review →
408

deep-swe

datacurve-ai/deep-swe · ★ 1.7k36/7d · Python

DeepSWE is a benchmark for testing coding agents on 113 long software-engineering tasks taken from active open-source projects. It gives researchers and model teams isolated task environments, hidden behavior checks, and a public comparison method that is closer to repository work than short code puzzles.

SetupDocsCommunityMaturity

Verdict Our sandbox produced no install, build, or test result for commit 0b9fabb because the Python repository matched no supported ecosystem and had no Dockerfile. DeepSWE is still worth studying if you run coding-agent evaluations and can reproduce its Pier-based conditions, but its public scores should be treated as evidence to audit rather than a final ranking.

Full review →
409

bonsai

Sollimann/bonsai · ★ 1.1k13/7d · Rust

Bonsai is a Rust library for expressing game, robotics, and agent control logic as behavior trees that return running, success, or failure on each tick. It also publishes Python bindings and includes a browser visualizer for watching a tree execute.

SetupDocsCommunityMaturity

Verdict Our Bonsai build failed after 118 seconds and its test command failed after 6 seconds because the linker could not find Python 3.11, so a whole-workspace source checkout is not ready on a plain Rust image. The core design is appealing for Rust teams that want deterministic, tick-based behavior and can keep long work outside the traversal.

Full review →
410

DLSS5-Feeder

jlrouzies-fr/DLSS5-Feeder · ★ 952 · C++

DLSS5-Feeder is a Windows game add-on that creates the DLSS calls missing from games that never shipped with DLSS. It combines a game frame, ReShade depth, and estimated motion vectors so a separate DLSS 5 neural-rendering add-on can process the image.

SetupDocsCommunityMaturity

Verdict Our lab did not run commit 76a08db because the sandbox has no supported C++ workflow and the repository has no Dockerfile. DLSS5-Feeder is worth trying for a 32-bit or Vulkan game that falls outside the simpler RenoDX route, provided you can diagnose ReShade depth, motion vectors, and several injected components.

Full review →
411

sun-style-writing

KKKKhazix/sun-style-writing · ★ 3835/7d

Sun Style Writing is a Chinese-language Agent Skill for rewriting Chinese personal narratives with restrained description, short sentences, factual numbers, recurring objects, and deliberate silence. The README and skill instructions are in Chinese, and we found no English documentation, so English-only users will need translation before they can judge or modify its rules.

SetupDocsCommunityMaturity

Verdict We could not run commit fe970dc because the repository has no supported ecosystem or Dockerfile, so Sun Style Writing should be judged as an editable instruction set, not tested software. Use it if you write Chinese personal narrative and want a strict checklist against vague emotion, copied phrasing, and invented precision.

Full review →
412

nakama

ahmadrosid/nakama · ★ 37930/7d · TypeScript

Nakama is a self-hosted AI agent server for teams, with a web chat, organizations, roles, persistent sessions, tool permissions, skills, MCP connections, automations, and Telegram, WhatsApp, and Discord bridges. It puts several agents and users behind one deployment instead of making every teammate configure a personal agent process.

SetupDocsCommunityMaturity

Verdict Our Nakama build passed in 37 seconds, but the 466-second test run ended with 3 database failures and 8 server failures, so this active v0.4.3 project still needs operator scrutiny. Its organization boundary and per-profile tools solve a real team problem that personal agents do not.

Full review →
413

system-prompts-and-models-of-ai-tools

x1xhlol/system-prompts-and-models-of-ai-tools · ★ 144k168/7d

This repository is a massive, curated collection of system prompts allegedly used by popular AI tools and services. It aims to solve the mystery of how commercial AI products instruct their underlying models, providing a look behind the curtain for developers and researchers.

SetupDocsCommunityMaturity

Verdict This is less a software project and more a controversial but valuable dataset. If you're a prompt engineer or AI researcher, it's an essential resource for study and inspiration, offering a rare glimpse into production-grade prompts.

Full review →
414

RuView

ruvnet/RuView · ★ 94k1.2k/7d · Rust

RuView is an edge-sensing project that tries to infer presence, motion, breathing, heart rate, and body pose from WiFi Channel State Information rather than cameras. It combines ESP32 firmware, a Rust sensing stack, Python tools, model artifacts, home-automation integrations, and an agent-oriented verification layer.

SetupDocsCommunityMaturity

Verdict Our RuView install consumed 5,366 MB, the build failed in 6 seconds, and the test command exited 1 because coverage was 0% even though all 34 tests passed. Treat it as an ambitious research and integration workspace, not a ready medical or security sensor.

Full review →
415

ruflo

ruvnet/ruflo · ★ 73k862/7d · TypeScript

Ruflo is an orchestration layer for Claude Code and Codex that installs agents, commands, skills, hooks, memory, an MCP server, and optional multi-machine coordination. It is meant for developers who want coding agents to split work, share state, repeat workflows, and keep operating beyond one chat turn.

SetupDocsCommunityMaturity

Verdict Ruflo is interesting for expert Claude Code and Codex users who have already hit the limits of one agent and can audit a large amount of installed machinery. It is too broad for a casual first coding-agent add-on, and our failed install means this source revision did not earn a clean setup recommendation.

Full review →
416

exo

exo-explore/exo · ★ 47k136/7d · Python

exo joins several computers into one local AI inference cluster so a model can be split across their combined memory and compute. It targets Apple Silicon clusters with automatic discovery, a dashboard, and APIs compatible with OpenAI, Anthropic, and Ollama clients, while Linux currently runs on CPU.

SetupDocsCommunityMaturity

Verdict Our build finished in 5 seconds and pip-audit found 0 vulnerabilities, but pytest ran 0 tests because `exo_tools` was missing, and the exact measured commit has an open report of remotely reachable data deletion through its unauthenticated API. Do not expose exo commit `b5375f8` to a LAN or public network.

Full review →
417

mindshub

mindsdb/mindshub · ★ 40k22/7d · Makefile

MindsHub Cowork is a desktop and web workspace where an agent can use connected data and models to produce reports, research, applications, dashboards, and scheduled work. The repository is a superproject that pins a frontend, an API server, agent harnesses, and a data vault as separate submodules.

SetupDocsCommunityMaturity

Verdict Our MindsHub frontend installed 511 packages and built in 53 seconds combined, but npm audit found 23 known vulnerabilities and no test target was available. Trial it when one team needs a shared agent workspace across data, models, scheduled work, and publishable artifacts, but keep the trial away from sensitive production data until the dependency findings and deployment boundary are reviewed.

Full review →
418

UI-TARS-desktop

bytedance/UI-TARS-desktop · ★ 39k97/7d · TypeScript

UI-TARS-desktop contains two related multimodal agent products: Agent TARS for terminal, web, browser, and MCP-driven work, and UI-TARS Desktop for controlling a computer through screenshots, mouse actions, and keyboard input. It is meant for tasks that require seeing and operating an interface rather than calling a clean API.

SetupDocsCommunityMaturity

Verdict Our UI-TARS-desktop run installed a 1,910 MB workspace and failed 57 of 337 tests, so this is an experimental agent stack to isolate and supervise, not a dependable unattended operator. Agent TARS is the more coherent entry point for browser and MCP work; UI-TARS Desktop is for teams specifically testing vision-based computer control.

Full review →
419

everyone-can-use-english

ZuodaoTech/everyone-can-use-english · ★ 38k147/7d · TypeScript

Everyone Can Use English is a Chinese-first English-learning project; its main README and linked learning material are in Chinese. There is no equivalent English user guide, only a brief English developer note for the Electron app. Its Enjoy product combines video, ebooks, flashcards, courses, pronunciation practice, and a browser extension for YouTube and Netflix.

SetupDocsCommunityMaturity

Verdict Our install pulled 2,681 packages and used 2,624 MB, while the lab found no generic build or test target, so contributors inherit much more uncertainty than hosted users. Chinese-speaking learners should try Enjoy in the browser if its video, ebook, and speaking workflow matches how they study.

Full review →
420

claude-task-master

eyaltoledano/claude-task-master · ★ 28k15/7d · JavaScript

Taskmaster turns a product requirements document into structured tasks that coding agents can list, expand, research, and mark complete through a CLI or MCP server. It supports Claude Code, Codex CLI, and several hosted model providers, with task state stored inside the project.

SetupDocsCommunityMaturity

Verdict Our Taskmaster install consumed 1,812 MB and npm audit found 159 vulnerabilities, while 1,521 tests passed before one Jest worker was terminated, so release 0.43.1 needs a security and dependency review before adoption. Its PRD-to-task workflow is genuinely useful for Claude Code and MCP users who will inspect every generated plan.

Full review →
421

go-cursor-help

yuaotian/go-cursor-help · ★ 26k · Shell

This project provides a set of one-line shell and PowerShell scripts that reset the free trial period for the Cursor AI code editor. It solves the problem of hitting usage limits on Cursor's free tier, allowing users to continue using its AI-powered features without purchasing a subscription.

SetupDocsCommunityMaturity

Verdict This tool is a brutally simple and effective solution for resetting Cursor's trial, but it's a solution frozen in time. Its lack of updates for over a year and a half makes it a risky bet against a rapidly evolving product.

Full review →
422

voice-pro

abus-aikorea/voice-pro · ★ 13k53/7d · Python

Voice-Pro is a Gradio application for turning video and audio into transcripts, translations, subtitles, separated vocals, and generated speech. It combines Whisper variants, translation services, several text-to-speech engines, YouTube downloading, and zero-shot voice cloning in one creator-facing interface.

SetupDocsCommunityMaturity

Verdict Our Voice-Pro install used 7,192 MB for 310 packages, and pip-audit found 7 known vulnerabilities before any test target was available. Try it only on a dedicated Windows and NVIDIA workstation where its all-in-one dubbing workflow saves enough time to justify the dependency and model footprint.

Full review →
423

xiaozhi-esp32-server

xinnan-tech/xiaozhi-esp32-server · ★ 11k47/7d · JavaScript

xiaozhi-esp32-server is a Chinese-first backend for ESP32 voice-assistant hardware; an English README exists, although many linked guides, release notes, and issue discussions remain Chinese. It connects devices to speech recognition, language and vision models, speech synthesis, memory, knowledge bases, MCP tools, and a web management console.

SetupDocsCommunityMaturity

Verdict Our mobile-manager run installed 1,407 packages in 73 seconds and built in 21 seconds, but it exposed no test target and did not exercise the server or an ESP32 device. This is a capable learning and home-lab stack for a Chinese-speaking Xiaozhi owner who wants many interchangeable AI providers.

Full review →
424

LongCat-Video

meituan-longcat/LongCat-Video · ★ 8.2k · Python

LongCat-Video is an open video-generation project from Meituan for making clips from text, still images, existing video, or recorded speech. Its main model handles generation and continuation, while the Avatar variants animate one or two speaking characters from audio and optional reference images.

SetupDocsCommunityMaturity

Verdict Our LongCat-Video run installed 35 packages in 23 seconds and built in 1 second, but it found no test target, so the clean setup result says little about GPU inference. Try it if you have CUDA hardware and need one research codebase for generation, continuation, and speech-driven avatars.

Full review →
425

godogen

htdt/godogen · ★ 6.9k131/7d · Python

Godogen publishes a thin starter repository that tells Claude Code or Codex how to build a game in Godot, Bevy, or Babylon.js. It combines engine instructions with asset-generation tools, then asks the coding agent to run the result and inspect a live game or proof recording.

SetupDocsCommunityMaturity

Verdict Our Godogen install pulled 92 packages and occupied 3,078 MB, while the repository offered no test target, so this is an interesting prototype kit with a thin safety net. Use it if you already trust Claude Code or Codex to shape disposable game code and can supervise 3 paid asset services.

Full review →
426

MathModelAgent

jihe520/MathModelAgent · ★ 5.6k1.2k/7d · Python

MathModelAgent is primarily documented in Chinese, with a separate English README available. It combines Claude Code or Codex skills, a desktop app, and a self-hosted web stack to help analyze a mathematical-modeling problem, run code, produce figures, and draft a formatted paper for human review.

SetupDocsCommunityMaturity

Verdict Our MathModelAgent backend installed 35 packages, built in 18 seconds, and returned 0 known pip-audit findings, but it offered no test target. Try the skills or desktop app for supervised practice if Chinese-first documentation and the personal-use license fit you.

Full review →
427

tutti

tutti-os/tutti · ★ 3.8k58/7d · TypeScript

Tutti is a desktop workspace where Claude Code, Codex, Hermes, and connected apps can share conversations, files, outputs, and tasks. It tries to remove the manual handoff work that appears when one agent plans a project and another continues it.

SetupDocsCommunityMaturity

Verdict Our Tutti install failed after 17 seconds because pnpm found conflicting built-dependency settings across 45 workspaces, so source adopters should wait for a reproducible clean install or use a packaged desktop release. The product idea fits people already juggling Claude Code, Codex, and Hermes, and the GUI is easier to grasp than a home-grown folder of handoff notes.

Full review →
428

cumora

yetone/cumora · ★ 3.6k71/7d · TypeScript

Cumora is a team chat application where humans and AI agents share conversations, direct messages, a Kanban board, and a calendar. It gives agents persistent identities and memory, then tries to prevent duplicate work while letting you use managed OpenAI-powered agents or local Claude Code, Codex, Grok Build, Cursor Agent, and OpenCode accounts.

SetupDocsCommunityMaturity

Verdict Our Cumora install pulled 898 packages and 1,053 MB, then 21 of 447 counted tests failed and npm audit found 39 known vulnerabilities. Its coordination controls and five BYOA engines make it worth studying in a disposable environment.

Full review →
429

oil-motion

oil-oil/oil-motion · ★ 2.4k70/7d · Python

Oil Motion is documented mainly in Chinese, with an English README but no merged English version of its operating skill or nine reference guides. It is an agent skill for turning generated video or image sequences into web animation controlled by scroll, pointer movement, dragging, touch, orientation, audio, data, or component state.

SetupDocsCommunityMaturity

Verdict Our Oil Motion run installed 35 packages and built successfully, but its tests stopped with 3 collection errors because `PIL` was missing. That result supports a supervised trial for teams whose central effect needs generated structural change and direct user control.

Full review →
430

microduck_rl

pollen-robotics/microduck_rl · ★ 2.1k184/7d · Python

Microduck RL is the training workspace for teaching Pollen Robotics' small biped to walk, recover, kick, roll, and skate in simulation before an exported policy runs on the physical robot. It packages Microduck-specific environments, actuator physics, domain randomization, and ONNX export around the mjlab reinforcement-learning stack.

SetupDocsCommunityMaturity

Verdict Our Microduck RL run used 7,952 MB and then produced 16 collection/setup errors, so commit d424a0c is a serious robotics workspace with a broken clean-container test path. Use it if you own a Microduck or specifically want to study Pollen Robotics' sim-to-real choices and can debug a fast-moving Python stack.

Full review →
431

open-higgsfield

wide-trace/open-higgsfield · ★ 1.5k107/7d · TypeScript

OpenHiggsfield is a self-hostable Next.js studio for sending image and video jobs to a configured generation API from one prompt bar. It keeps model-specific controls in a catalog, stores a browser's recent run history, and presents finished media in a gallery.

SetupDocsCommunityMaturity

Verdict Our OpenHiggsfield run installed 63 packages in 16 seconds and built in 21 seconds, but the repository supplied no tests or CI workflows. Try it if you already have the required generation API key and want a polished, editable front end for 40 catalog entries.

Full review →
432

claude-video-vision

jordanrendric/claude-video-vision · ★ 1.3k9/7d · TypeScript

Claude Video Vision is a Claude Code plugin and MCP server that turns video into timestamped frames and audio transcripts Claude can inspect. It uses ffmpeg for pictures, optional yt-dlp for YouTube, and either local Whisper, Gemini, or OpenAI for audio.

SetupDocsCommunityMaturity

Verdict Our build passed in 9 seconds, but 10 of 148 tests failed without ffmpeg and ffprobe, while npm audit found 9 high-severity advisories among 15 total. Claude Code users who regularly inspect short screen recordings should try it only after installing the media binaries, updating dependencies, and confirming the suite locally.

Full review →
433

sam

google/sam · ★ 84617/7d · Go

SAM, or Sovereign Agent Mesh, is a peer-to-peer network for AI agents to discover and call remote MCP tools through local nodes. It combines node identity, authorization policy, relays, and an MCP sidecar so an agent can reach approved services without holding credentials for every remote system.

SetupDocsCommunityMaturity

Verdict Our SAM build passed in 78 seconds, but its only reported integration test failed after 385 seconds because the unprivileged container could not use `unshare`. That makes SAM a credible evaluation target for teams building a secured multi-network agent platform, not a default MCP setup for ordinary developers.

Full review →
434

kimodo.cpp

localai-org/kimodo.cpp · ★ 82171/7d · C++

Kimodo.cpp is a C++ and GGML port of NVIDIA's Kimodo text-to-motion model. It turns a text prompt or an existing LLM2Vec embedding into joint rotations and root movement for human or robot skeletons, with CPU and Vulkan paths instead of a Python-only runtime.

SetupDocsCommunityMaturity

Verdict Our kimodo.cpp run installed 1 package in 36 seconds, built in 4 seconds, and passed 2 of 2 Go tests, making the repository cheap to inspect but not a turnkey animation stack. Use it when native C++ inference and skeleton transforms are the actual requirement.

Full review →
435

deepseek-harness-studio

fufankeji/deepseek-harness-studio · ★ 64022/7d · TypeScript

DeepSeek Harness Studio is a Chinese-first Electron desktop client for running DeepSeek Harness agents, and a full English README is available. It wraps projects, conversations, plugins, presets, local or hosted models, permissions, and agent work in a graphical application for macOS and Windows.

SetupDocsCommunityMaturity

Verdict Our DeepSeek Harness Studio test run reached the 900-second cap while its log showed repeated plugin restoration failures, despite an 86-second install and successful 124-second build. Treat rc.19 as a serious preview for existing Harness users, especially Chinese-speaking users who value its desktop plugin and preset flows.

Full review →
436

apex-inference-chip

SigmanticAI/apex-inference-chip · ★ 6151/7d · Python

APEX is an open hardware design for one transformer decoder layer, including attention, normalization, feed-forward work, and compressed key-value memory. It is a research and verification repository for engineers studying LLM inference hardware, with a Python reference model, RTL blocks, FPGA evidence, and explicit separation between measured and projected claims.

SetupDocsCommunityMaturity

Verdict Our 8-second Python-side build succeeded with 35 packages, but the harness found no test target and did not reproduce the FPGA claims. APEX is worth reading for its unusually explicit evidence boundaries and transformer-specific RTL, especially if key-value cache traffic is your research problem.

Full review →
437

AI-drama-pound

POUND0423/AI-drama-pound · ★ 5547/7d

AI-drama-pound is a Traditional Chinese Codex skill for planning, drafting, formatting, and revising short vertical dramas. Its README is written in Traditional Chinese and has no English translation, so English-only teams will need to translate the instructions before judging or adapting them.

SetupDocsCommunityMaturity

Verdict Our lab could not run commit d3724f7 because it had neither a supported language ecosystem nor a Dockerfile. Use AI-drama-pound if you write Traditional Chinese vertical drama in Codex and its eight-stage workflow matches your editorial process.

Full review →
438

GamePhanes

GamePhanesStudio/GamePhanes · ★ 473 · JavaScript

GamePhanes currently presents GameForgeBench, a benchmark and local runner for coding agents that build or repair interactive game projects. It checks whether a project imports, runs, responds to controlled input, and preserves behavior instead of judging a patch only by its files.

SetupDocsCommunityMaturity

Verdict Our GamePhanes run installed 0 packages and passed all 25 Node tests in 8 seconds, so the public runner is cheap to inspect but too narrow to validate the claimed 81-task corpus. Use it to study or author Godot runtime checks, especially if file-only coding benchmarks miss the behavior you care about.

Full review →
439

GamePhanes

GamePhanes/GamePhanes · ★ 473 · JavaScript

Game Terminal-Bench is an English-first, bilingual benchmark for testing whether coding agents can repair Godot games through a terminal and prove the result at runtime. It packages broken game projects with outside tests and maintainer solutions, so the work is judged by what the game does after the patch.

SetupDocsCommunityMaturity

Verdict Our GamePhanes run installed 0 packages and passed 25 of 25 tests in 10 seconds; repository validation is easy, while a full agent trial still requires Harbor, Docker, Godot, and model credentials. Use it for focused Godot repair research where inspectable task internals are useful.

Full review →
440

ComfyUI-ALLinONE-MinimaxH3

LeonQ8/ComfyUI-ALLinONE-MinimaxH3 · ★ 32713/7d · JavaScript

ComfyUI ALL-in-ONE MiniMax H3 is a custom ComfyUI node that hides a large MiniMax H3 image and video workflow behind one tabbed control. It covers text-to-video, image-to-video, references, audio-driven clips, keyframes, extension, chained clips, masking, upscaling, image generation, previews, history, and side-by-side stitching without asking the user to wire each graph by hand.

SetupDocsCommunityMaturity

Verdict Our 6-second build succeeded, but Pytest executed 0 tests because collection stopped on a missing `folder_paths` import, so the only meaningful acceptance test is inside a matched ComfyUI installation. This beta node is worth trying for H3 users tired of rebuilding graphs, especially for comparing several modes through one interface.

Full review →
441

reference-video-director

sgyno09-source/reference-video-director · ★ 134

Reference Video Director's primary README is Chinese, and a full English README plus English usage notes are included. It is an Agent Skill that turns reference images and a rough relationship-story idea into a timed prompt for video generators. Its specialty is short couple-POV scenes with identity, clothing, eyeline, hand, dialogue, and continuity instructions spelled out.

SetupDocsCommunityMaturity

Verdict The repository contains 6 Markdown files and no runnable ecosystem or Dockerfile, so Reference Video Director only supplies prompt instructions; it does not generate video. Try it when the brief is a 15 or 30-second everyday couple scene and you want more disciplined continuity language.

Full review →
442

Roo-Code

RooCodeInc/Roo-Code · ★ 24k · TypeScript

Roo Code is an English-first VS Code coding agent with translated READMEs in 18 named languages. It can edit files, run commands, answer questions about a codebase, switch between task modes, and connect to MCP servers, but the extension was shut down and its repository was archived on May 15, 2026.

SetupDocsCommunityMaturity

Verdict Our Roo Code run installed 2,665 packages, used 1,431 MB, and passed both build and tests, but the extension was shut down and the repository archived on May 15, 2026. Existing users can preserve a pinned build or study the source.

Full review →
443

personaplex

NVIDIA/personaplex · ★ 11k36/7d · Python

PersonaPlex is a speech model that can listen and speak at the same time, with a text prompt setting its role and an audio prompt shaping its voice. It is aimed at free-flowing assistants and customer-service conversations where interruptions, short acknowledgements, and turn taking matter.

SetupDocsCommunityMaturity

Verdict Our PersonaPlex client installed in 38 seconds and built in 10 seconds, but npm audit reported 23 known vulnerabilities, including 15 high-severity findings. Try PersonaPlex as a research system when simultaneous speech and listening is the point and you can test on the exact NVIDIA hardware you will use.

Full review →
444

skill

anbeime/skill · ★ 6.8k304/7d · Python

Skill Store is a Chinese-first catalog and bundle of AI agent skills, plus a Python crawler that refreshes its indexes. An English README exists, but the bundled local skills and most authoring guides are written mainly in Chinese. It helps developers browse instructions for content work, software development, document handling, and automation without searching many repositories separately.

SetupDocsCommunityMaturity

Verdict Our Skill Store install took 17 seconds, but the build exited 1 after 8 seconds and there was no root test target to run. Use it as a Chinese-first discovery shelf, then inspect and copy individual skills with their dependencies, permissions, and licenses checked.

Full review →
445

tradingview-mcp

tradesdontlie/tradingview-mcp · ★ 6.3k178/7d · JavaScript

TradingView MCP Bridge gives Claude Code and other MCP clients tools to read and control a locally running TradingView Desktop chart through its Electron debugging interface. It covers chart state, Pine Script editing, indicators, drawings, alerts, replay, screenshots, layouts, and a parallel JSON command-line interface.

SetupDocsCommunityMaturity

Verdict Our tradingview-mcp run installed in 13 seconds, but 1 of 17 tests failed and npm audit found 7 known vulnerabilities. Use it only as a supervised personal research and Pine-development bridge, with a pinned TradingView Desktop version and read-after-write checks for every UI mutation.

Full review →
446

cwc-workshops

anthropics/cwc-workshops · ★ 2.1k33/7d · TypeScript

cwc-workshops is Anthropic's collection of hands-on Code with Claude conference exercises. It teaches Claude Code and Claude Managed Agents through runnable examples covering skills, MCP, evaluation, memory, multi-agent orchestration, and agent-backed web apps.

SetupDocsCommunityMaturity

Verdict Our `agent-battle/` install took 28 seconds and its build passed in 4 seconds, but the repository supplied no test target for us to run. Use cwc-workshops as a pattern library if you already have the required Claude access and can repair workshop drift yourself.

Full review →
447

OpenCluely

TechyCSR/OpenCluely · ★ 95645/7d · JavaScript

OpenCluely is an Electron desktop assistant for technical-interview practice. It captures a spoken question or screenshot, sends the request to Gemini, and shows a streamed answer in a floating overlay that is designed to stay out of screen recordings on Windows and macOS.

SetupDocsCommunityMaturity

Verdict Our OpenCluely install took 27 seconds, but packaging failed after 156 seconds because `GH_TOKEN` was unset, and npm audit found 25 vulnerabilities, including 2 critical and 17 high. Use it only in a disposable practice setup if the overlay format helps you rehearse; do not use it to conceal assistance during a real interview.

Full review →
448

GameFactory-3A

OpenDCAI/GameFactory-3A · ★ 729138/7d · Python

GameFactory-3A is a collection of agent instructions, Python pipelines, model wrappers, and engine adapters for assembling game prototypes. A coding agent coordinates generated or sourced images, 3D objects, motion, audio, and video with gameplay and UI work in Unreal Engine 5, Unity, Godot 4, Blender, or three.js.

SetupDocsCommunityMaturity

Verdict Our GameFactory-3A test run lasted 485 seconds and ended with 350 passes, 6 failures, 6 skips, and 28 collection or setup errors, so this checkout is a research framework that still needs engineering ownership. Try it when a technical team wants one agent-readable map across several asset types and game engines.

Full review →
449

biosecurity-agent

Forsy-AI/biosecurity-agent · ★ 512 · TypeScript

Biosecurity Agent is a local TypeScript application that collects evidence about a person, animal, plant, product, place, or organization and turns it into a persistent map of possible biosecurity risks. A terminal controls sources, watchers, simulations, and defensive suggestions, while an optional read-only viewer displays the resulting entities and relationships.

SetupDocsCommunityMaturity

Verdict Our Biosecurity Agent run installed 576 packages, used 686 MB, and passed all 83 tests, so version 0.1.2 is more than a terminal mockup. Use it as an analyst-supervised research harness for defensive evidence work, not as a diagnosis or autonomous warning system.

Full review →
450

Code-as-World

MirroS-Lab/Code-as-World · ★ 44025/7d · Python

Code-as-World is a research release that uses video-language models to estimate physical quantities from videos and shows one physical scene encoded as an executable MuJoCo simulation. Its larger idea is to turn observations into states and physical rules a computer can rerun, while this repository focuses on inference, evaluation, and a single worked simulation.

SetupDocsCommunityMaturity

Verdict Our 3-CPU, 8 GB sandbox produced no install, build, or test result for commit 87d4159 because the lab lacked a supported Python ecosystem and the repo had no Dockerfile. Use Code-as-World to reproduce the authors' checkpoint evaluation or inspect the released simulation case, assuming you have CUDA and can manage the external assets.

Full review →
451

sdf-js

shaun8149/sdf-js · ★ 298 · JavaScript

sdf-js is the repository behind Atlas, a browser-based JavaScript toolkit and presentation experiment that turns code or an LLM prompt into editable 2D and 3D scenes. Its signed-distance geometry is meant for illustrations whose shapes, labels, and repeated motifs must stay consistent between renders. The current checkout is a private root package that you run from source, despite the library-like repository name.

SetupDocsCommunityMaturity

Verdict Our sdf-js run installed 116 packages in 14 seconds and passed its tests in 31 seconds, but npm audit found 2 high-severity vulnerabilities and no build target existed. Try Atlas for noncommercial experiments that need editable, repeatable geometry across several renderers.

Full review →
452

obsidian-skills

kepano/obsidian-skills · ★ 48k307/7d

This is a collection of skills that allows AI agents, like Claude Code or Codex, to directly understand and interact with an Obsidian vault. It solves the problem of generic AI tools not knowing how to work with Obsidian's specific file formats, such as its markdown syntax, canvases, or the command-line interface.

SetupDocsCommunityMaturity

Verdict Obsidian Skills is a forward-thinking toolkit for a very specific audience: developers integrating AI agents into their personal knowledge management. It provides the essential, specialized tools to make an AI truly 'Obsidian-native.' However, its lack of formal releases and reliance on a complex external toolchain makes it a tool for experimenters and builders, not a plug-and-play solution for the average user..

Full review →
453

logocreator

Nutlope/logocreator · ★ 8.7k48/7d · TypeScript

LogoCreator is a web app that turns a company name, style, colors, and an optional reference image into logos through FLUX models on Together AI. It also packages a chosen result into practical brand files, including PNGs, an auto-traced SVG, social images, icons, color data, and a PDF guide.

SetupDocsCommunityMaturity

Verdict Our LogoCreator install failed after 6 seconds with `ERR_UNKNOWN_BUILTIN_MODULE`, so commit 268916b is a poor self-hosting choice for anyone who needs a verified first run. The product idea fits small teams that want fast logo drafts plus a browser-built asset pack.

Full review →
454

METATRON

sooryathejas/METATRON · ★ 4.1k47/7d · Python

METATRON is a Linux command-line assistant that runs familiar reconnaissance tools, gives their output to a local Ollama model, and stores the model's findings in MariaDB. It aims to help an authorized tester organize scans and reports, but the current code lets model-generated tool arguments leave the original target scope.

SetupDocsCommunityMaturity

Verdict Our METATRON run installed 49 packages and built successfully, but it had no test target and pip-audit reported 30 known vulnerabilities. The 17-file project is useful for studying a local-LLM reconnaissance loop inside a disposable lab.

Full review →
455

Hands-On-AI-Engineering

Sumanth077/Hands-On-AI-Engineering · ★ 3.6k267/7d · Python

Hands-On AI Engineering is a collection of 60 small Python projects covering agents, OCR, audio, multimodal apps, retrieval, and fine-tuning. It is a browseable source of worked examples for developers who want to study one AI application at a time rather than adopt a single framework.

SetupDocsCommunityMaturity

Verdict Our measured OCR example installed 95 packages and used 445 MB, then its build failed in 7 seconds and exposed no test target, so this collection is reference material rather than production-ready code. Browse it for concrete application ideas and copy only the parts you can inspect, pin, test, and secure yourself.

Full review →
456

watermark-remover

ShadowAqueduct/watermark-remover · ★ 8418/7d · Python

watermark-remover is a Python service and agent-skill bundle for inspecting or removing hidden Unicode marks, document metadata, and some AI watermark schemes from content you own. It handles text and many file containers, while heavier statistical or pixel-level detection depends on optional external tools.

SetupDocsCommunityMaturity

Verdict Our watermark-remover build passed in 7 seconds, but the 80-second test run failed across installer paths because `install_skill.py` was missing from the tested checkout. The core inspection idea is useful for authorized privacy cleanup, and 0 known dependency vulnerabilities is a good lab result.

Full review →
457

opengrok

OnlyTerp/opengrok · ★ 45218/7d · JavaScript

opengrok is a configuration sidecar for Grok Bot, unrelated to Oracle's source-search project with the same name. It maps individual Grok Bot agents to outside language models and translates reasoning controls into each provider's request format, with a local picker and drift checker around that setup.

SetupDocsCommunityMaturity

Verdict Our opengrok run installed 35 packages in 35 seconds and built in 9 seconds, but it exposed no test target and the documented cloud patch is blocked on stock bundles. Try it only as a local Grok Bot experiment where you can inspect each route and tolerate breakage after upstream updates.

Full review →
458

gpt-image-skill

GENEXIS-AI/gpt-image-skill · ★ 1662/7d · JavaScript

GPT Image Skill is a JavaScript skill that lets Codex, Claude Code, or Google Antigravity request image generation through a user's ChatGPT subscription. It handles local references, edits, transparent PNG checks, and workspace output without calling the separately billed Images API.

SetupDocsCommunityMaturity

Verdict We did not run commit 3be04a6 because our lab had no supported ecosystem target for it and the repository had no Dockerfile. Try GPT Image Skill only if you already use a paid ChatGPT image entitlement and value its strict reference and workspace rules enough to inspect a three-day-old, unlicensed codebase.

Full review →
459

daytona

daytonaio/daytona · ★ 72k

Daytona is a platform for running code generated by AI agents in secure, isolated environments called "sandboxes". It solves the problem of safely executing untrusted AI-written code at scale by providing a managed infrastructure with tools for both agents and developers.

SetupDocsCommunityMaturity

Verdict Daytona presents a powerful and comprehensive vision for AI agent infrastructure, but its open-source version is a ghost ship. As of June 2026, the public repository is unmaintained, making it unsuitable for any serious production use.

Full review →
460

ChatGPT

lencx/ChatGPT · ★ 55k28/7d · Rust

lencx/ChatGPT is an unofficial desktop shell that loads chatgpt.com inside a Tauri window on macOS, Windows, and Linux. The current `v2-dev` branch adds native window controls and a separate prompt bar, but the README directs readers toward the author's newer Noi project or OpenAI's official app.

SetupDocsCommunityMaturity

Verdict Our lencx/ChatGPT install ended with exit 1 after 25 seconds because pnpm blocked esbuild 0.20.2's build script, so a fresh checkout does not reach the build on the supplied path. Do not choose this repository for a new desktop deployment: the code has not moved since August 2024, v2 has no release, and the README points to Noi or the official app.

Full review →
461

hexstrike-ai

0x4m4/hexstrike-ai · ★ 12k190/7d · Python

HexStrike AI is a Python server and MCP bridge that lets an AI client launch penetration-testing, reconnaissance, cloud-security, and forensics tools. It collects many command-line programs behind one API, with agent logic that selects tools and tracks running processes.

SetupDocsCommunityMaturity

Verdict Our HexStrike install found 43 known vulnerabilities, and the repository had no automated tests or CI workflows, so we would not place this server on a trusted network. Its MCP catalog can save setup work in an isolated, disposable security lab run by an experienced tester.

Full review →
462

code-world-model

buaacyw/code-world-model · ★ 43622/7d · Python

Code World Model is an English-language research release for turning prepared depth and semantic scene conditions into video with MiniMax H3. The public repository covers the rendering side of the paper's larger idea, while the coding agent and proxy-generation tools are not included.

SetupDocsCommunityMaturity

Verdict Our run of commit 3cecdf1 stopped before installation because the checkout had no supported ecosystem or Dockerfile, so Code World Model is not a lab-verified choice for an end-to-end build. The newer inference code is worth studying if you have the documented H800 setup and already possess or can adapt the prepared proxy inputs.

Full review →
463

grok-1

xai-org/grok-1 · ★ 52k · Python

Grok-1 is xAI's JAX reference code for loading its released 314B-parameter mixture-of-experts language model and sampling a response. It solves a research access problem: engineers can inspect the architecture and run the published weights on suitable multi-GPU hardware, without depending on xAI's hosted product.

SetupDocsCommunityMaturity

Verdict Use Grok-1 when the object of study is Grok-1 itself. The Apache 2.0 code and weights make the architecture inspectable, but the repository leaves hardware, efficient inference, and serving to you.

Full review →
464

learn

amosblomqvist/learn · ★ 2.0k331/7d · TypeScript

Learn is one person's configuration for turning the pi coding agent into an interactive tutor. Its teaching skill asks questions, quizzes the learner, records a markdown session, and can delegate fact checking or diagram work to sub-agents, but the author explicitly shares it as a personal system rather than a finished education product.

SetupDocsCommunityMaturity

Verdict Our install attempt failed in 5 seconds inside `extensions/visual-tools/`, so Learn is best treated as a readable personal configuration for current pi users, not an install-and-forget tutor. Its questions, quizzes, markdown log, researcher, and diagram agents form a thoughtful starting point if you are ready to edit the teaching skill and tmux-based wiring.

Full review →
465

media-inference-worker

framepipe-dev/media-inference-worker · ★ 30617/7d · Python

Media Inference Worker is an 85-line Python client that sends prompts to 7 image and video endpoints on Higgsfield's hosted platform, then polls each job until it finishes. The models run remotely; the local script handles authentication, status checks, and printing the returned media URL.

SetupDocsCommunityMaturity

Verdict Our run installed 35 packages in 20 seconds and found 0 known vulnerabilities, but commit `eab94b0` publishes two service credential values in a tracked `.env`, so nobody should deploy it as received. Use the code only as a short request-flow sample after removing and rotating those credentials.

Full review →
466

wenai

Straniero44/wenai · ★ 1961/7d

wenai is a Chinese-language OpenClaw skill template for persistent, adult AI companion role-play. The README and skill are Chinese, with no English usage guide; it connects first-person chat, local memory files, behavior tracking, and optional ComfyUI images made with Pony V6 XL.

SetupDocsCommunityMaturity

Verdict Our lab could not run wenai at commit a25b95b because it had no detected ecosystem and no Dockerfile, so none of its access, persistence, or image steps are verified here. Treat it as a readable prompt-workflow specimen, not a finished private companion product: it has no repository license, no release, and no code-backed authentication described.

Full review →