AgentDish directory
Newly Accepted
Fresh listings that made it through review.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1037
↓ -6
Colour Memory API
An API for mapping hex values, palettes, and images to named archive colours, with deterministic colour metrics, accessibility checks, cultural risk notes, and MCP support for agents and chat tools. |
Design / Creative Tools | 84 | ↓ -6 | 101 days ago | Details |
|
#1038
↓ -6
Odysseus × crabbox × islo.dev
A demo for running the Odysseus self-hosted AI workspace on throwaway islo.dev microVMs in one command, with both a clickable live app path and an agent tool for running code on disposable boxes. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 101 days ago | Details |
|
#162
→ 0
Redact
Browser extension that scans pastes for credentials and PII before they reach LLM chat sites, with local on-device inference and no network calls. |
Developer Tool / Browser Extension | 89 | → 0 | 101 days ago | Details |
|
#1588
↓ -1
FROG / kLex
kLex is the reference runtime for FROG, a typed language built for native tooling, browser apps, pipelines, and concurrent utilities. The repo shows install steps, language examples, a browser playground, GUI support, and a security-scanner demo. |
Developer Tools / Programming Language / Runtime | 80 | ↓ -1 | 101 days ago | Details |
|
#781
↓ -3
Terraform RAG
AI-powered knowledge base for Terraform modules that supports semantic search, agentic composition, audit checks, and optimization from indexed repositories and conventions. |
Developer Tools / Code Assistant | 85 | ↓ -3 | 101 days ago | Details |
|
#2017
↑ +1
ACW Monthly Brief: May 2026
A monthly briefing on agentic coding developments, covering model releases, benchmarks, tool updates, and workflows for engineers and technical leaders. |
Developer Tools / Code Assistant | 72 | ↑ +1 | 101 days ago | Details |
|
#1879
↓ -1
PDF to MD Converter
AI-powered PDF to Markdown converter focused on preserving structure like headings, tables, images, and reading order for research, docs, and knowledge workflows. |
Research / Knowledge Work | 76 | ↓ -1 | 101 days ago | Details |
|
#1518
↑ +2
Claudinho
Claudinho is a community marketplace for Claude skills, letting users browse and install ready-made skills by task instead of searching manually. The page highlights thousands of skills, category browsing, and one-click installation without a terminal. |
AI Tools / Claude Skills | 81 | ↑ +2 | 101 days ago | Details |
|
#1039
↓ -6
metaBrain
Open-source local document memory for AI tools, coding agents, and humans. It offers a local CLI, optional daemon, searchable notes, metadata, tags, links, and version history. |
Developer Tools / AI Memory / Agent Infrastructure | 84 | ↓ -6 | 101 days ago | Details |
|
#440
↓ -4
Clor
Clor is a tool for creating background or scheduled AI agents (“claws”) that reuse the same MCP servers, CLIs, skills, and tools as a coding agent. It includes a CLI install flow, docs, pricing, and examples for monitoring, reporting, support, and changelog workflows. |
AI Automation / Agent Orchestration | 87 | ↓ -4 | 101 days ago | Details |
|
#1903
→ 0
100cc
Open-source TypeScript project for building a minimal coding agent that can write and modify its own code, with setup instructions and example commands in the README. |
Developer Tool / AI Agent Framework | 75 | → 0 | 101 days ago | Details |
|
#1519
↑ +2
Cast
Cast is an open-source, self-hosted harness for multi-user Claude agents. It focuses on routing, identity, and access control outside the prompt, with support for agent building, review flows, and extensions like email, calendar, web fetch, and WhatsApp. |
Developer Tools / AI Agent Framework | 81 | ↑ +2 | 101 days ago | Details |
|
#441
↓ -4
data2prompt
A Python CLI that packages data science repositories and data-heavy project files into LLM-friendly prompts, with sampling for CSV, SQL, Excel, and notebooks. |
Developer Tools / CLI / Prompt Engineering | 87 | ↓ -4 | 101 days ago | Details |
|
#624
↑ +2
Paseo
Open-source interface for running coding agents from phone, desktop, web, and CLI. Supports multiple providers, runs locally on your own machine, and includes a daemon plus client apps. |
Developer Tools / AI Coding Agents | 86 | ↑ +2 | 101 days ago | Details |
|
#325
↓ -3
NUA
NUA is a compliance-testing agent for regtech teams. It ingests rules, runs generated checks against a product, flags gaps, and produces an audit-ready coverage report that updates on every release. |
AI Product / Compliance / RegTech | 88 | ↓ -3 | 102 days ago | Details |
|
#625
↑ +2
ZSE v2.0.0
A pure-Python LLM inference engine and server with CUDA/HIP/Metal code generation, OpenAI-compatible API support, built-in RAG, and multi-GPU backend support. |
Developer Tools / AI / ML Infrastructure | 86 | ↑ +2 | 102 days ago | Details |
|
#1756
↑ +6
Verified RAG: every sentence checked
A blog post about verifiable RAG that benchmarks open-source NLI verifiers against Claude on RAGTruth and describes a Python library for sentence-level citation and claim verification. |
AI / RAG / Verification & Hallucination Detection | 78 | ↑ +6 | 102 days ago | Details |
|
PaperProfit explains an AI-assisted stock evaluation approach that combines fundamentals, technical signals, and qualitative analysis from transcripts and SEC filings into a weighted score. |
Research / Knowledge Work | 77 | → 0 | 102 days ago | Details |
|
#326
↓ -3
Codex SDK
OpenAI’s SDK docs for programmatically controlling local Codex agents, with coverage of setup, core concepts, tools, orchestration, evaluation, and deployment paths. |
Developer Tools / Code Assistant | 88 | ↓ -3 | 102 days ago | Details |
|
#1520
↑ +2
Build Your Own AI Agent CLI in 150 Lines
A technical guide that shows how to build a small CLI-based LLM agent for microservices using tool discovery, model calls, conversation history, and a REPL loop. |
Developer Tools / AI Development | 81 | ↑ +2 | 102 days ago | Details |
|
#1823
→ 0
NoSleepAgent
A macOS utility that keeps a MacBook awake while AI agents are running, then lets normal sleep resume when they go idle. It includes install scripts, hooks for Claude Code and Codex, and a menu bar status indicator. |
Developer Tools / Productivity | 77 | → 0 | 102 days ago | Details |
|
#1422
↓ -2
Viveka
A Python filter layer for LLM apps that evaluates responses against a Lean-verified Scherf logic backend and can pass, flag, correct, or block output. |
Developer Tools / AI Safety / LLM Guardrails | 82 | ↓ -2 | 102 days ago | Details |
|
#1953
↓ -1
Build A Basic AI Agent From Scratch: Tools
A detailed tutorial that explains what agent tools are and walks through a basic set of implementation patterns for an AI agent in Python, including bash, file, search, edit, and web fetch tools. |
Writing / Copywriting | 74 | ↓ -1 | 102 days ago | Details |
|
#2018
↑ +1
AI Agent Guidelines for CS336 at Stanford
A GitHub-hosted guidelines file for AI coding assistants used in Stanford CS336. It tells assistants how to help students with debugging, explanations, and feedback while avoiding direct solutions or code generation. |
Writing / Copywriting | 72 | ↑ +1 | 102 days ago | Details |