cloudflare workers agents

127 tagged cloudflare workers, measured the same way as everything else here.

Browse within: ai-research 59biomedical-informatics 59typescript 15agent-friendly 11ai-first 11better-auth 11api-gateway 10json-rpc 10tool-registry 10cloudflare 8hono 6issue-tracker 6signature-verification 6biomejs 5

knowledge-structure

01

Ikalus1988/MisakaNet

Agent

MisakaNet/ ├── lessons/ # 跨节点共享知识(踩坑记录) ├── reference/ # 完整方案文档 ├── misakanet/ # 通信模块 │ ├── scripts/ │ │ ├── queuelesson.py # 写 lesson │ │ ├── searchknowledge.py # 检索知识 │ │ └── ... │ └── schema/ ├── storage/ │ ├── knowledgegraph.py # 知识图谱 │ └── vectorstore.py # 向量存储 └── docs/agents/ # 代理操作指南 ├──…

432 yesterday A 0 tokens original Apache-2.0

node-injection

02

Ikalus1988/MisakaNet

Agent

A set of rules for adding a shared knowledge base to several coding agents, including Hermes CLI, Claude Code, cloud agents, and OpenClaw. The knowledge base contains fixes and longer technical references.

432 yesterday A 0 tokens original Apache-2.0

Ikalus1988/MisakaNet

Agent

A guide for searching and contributing to a shared engineering knowledge base. It separates short failure reports called lessons from longer implementation references.

432 yesterday A 0 tokens original Apache-2.0

builder

04

chmonitor/chmonitor

Agent Codex

Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…

285 4d ago A 0 tokens GPL-3.0

director

05

chmonitor/chmonitor

Agent Codex

Turn a request into a shot-plan.json for a short (3–30s) design-led motion graphic. You run in two parts around the asset-sourcing step: Part 1 (plan) before sourcing, Part 2 (design) after. You do NOT write composition code — that's the Builder. Schema: references/shot-plan-ir.md.

285 4d ago A 0 tokens GPL-3.0

feature-guide

06

chmonitor/chmonitor

Agent

Agent "feature-guide" from chmonitor/chmonitor, covering ai agents feature guide, setup, 1. configure llm provider, agent configuration - openrouter free router and 2. verify installation.

285 4d ago A 0 tokens GPL-3.0

agent-workflows

07

TAJD/projektor

Agent

How Projektor fits the agentic dev-tools stack, and the end-to-end multi-agent loop: lifecycle, coordination, and project management.

39 7d ago A 28 tokens original MIT

mcp-connection

08

TAJD/projektor

Agent

Connect Claude Code or any MCP-compatible agent to your Projektor instance.

39 7d ago A 14 tokens original MIT

tool-catalog

09

TAJD/projektor

Agent

Every MCP tool Projektor exposes, generated from source.

39 7d ago A 11 tokens original MIT

CLAUDE

10

serpin-taxt/openchief

Agent

Agent definitions are data, not code. Each JSON file in this directory defines an AI agent's identity, what data it watches, and what reports it produces. The seed script (pnpm seed) reads all .json files from this directory and inserts them into D1.

24 5mo ago A 0 tokens original MIT

discovery

11

DuvInc/duvlify

Agent

How an agent finds these surfaces without being told: the API catalog, DNS-based discovery, an agent-skills index, and the places people actually look.

23 3d ago A 31 tokens original MIT

overview

12

DuvInc/duvlify

Agent

Duvlify defines six agent surfaces and four tools once, then adapts them to MCP, plain HTTP and WebMCP so they always agree.

23 3d ago A 30 tokens original MIT

retrieval

13

DuvInc/duvlify

Agent

Two retrieval backends: a lexical index built at compile time that needs no account, and Cloudflare AI Search for hybrid semantic search when you want it.

23 3d ago A 31 tokens original MIT

explorer

14

louisbrulenaudet/monorepo-template

Agent Claude Code

Use INSTEAD OF the built-in Explore agent for any "where is X / which files do Y / how is Z wired" question in this repo. Returns file paths and one-line excerpts, never file dumps. Read-only. Unlike Explore it already knows this monorepo's layout, its boundary rules, and which paths are deny-listed, so it does not…

19 yesterday A 95 tokens original Apache-2.0

planner

15

louisbrulenaudet/monorepo-template

Agent Claude Code

Use INSTEAD OF the built-in Plan agent to design an implementation approach in this repo - new endpoint, new Worker, new package, schema change, refactor spanning workspaces. Returns a step-by-step plan naming real files. Read-only; proposes, never edits. Unlike Plan it already carries this repo's architectural…

19 yesterday A 90 tokens original Apache-2.0

verifier

16

louisbrulenaudet/monorepo-template

Agent Claude Code

Use PROACTIVELY before opening a PR or after a batch of edits: runs the repository verification gate (pnpm run ci - lint, format, check-types, types-check, boundaries, test, build) and reports ONLY failures that need a decision. Read-only - never auto-fixes, never edits files, and keeps verbose OXC/TypeScript/runner…

19 yesterday A 85 tokens original Apache-2.0

Agent Hospital

17

seandavi/biomedical-agent-kg

Agent

Agent Hospital is a multi-agent, self-evolving system built by [[org:wisdom-pan]] that simulates a complete clinical environment. By utilizing LLMs as autonomous agents, the system models the interactions between patients, nurses, and doctors to facilitate the treatment process. The platform exposes both a cli and a…

10 1mo ago A 2 tokens

Agent Laboratory

18

seandavi/biomedical-agent-kg

Agent

Agent Laboratory is an autonomous research workflow designed to assist human researchers by automating repetitive tasks such as literature reviews, experiment execution, and report writing. Built by [[org:samuelschmidgall]], the system utilizes a multiagent architecture to facilitate collaboration across the research…

10 1mo ago A 2 tokens

AI co-scientist

19

seandavi/biomedical-agent-kg

Agent

The AI co-scientist is a multi-agent, self-evolving system built by [[org:the-swarm-corporation]] to augment the process of [[domain:scientificdiscovery]]. By utilizing a generate, debate, and evolve methodology, the system assists researchers in formulating novel hypotheses and research proposals. It is available as…

10 1mo ago A 5 tokens

code-reviewer

20

bmarshall511/forexflow

Agent Claude Code

Reviews staged changes against FXFlow coding standards, architecture rules, and trading domain patterns.

10 3mo ago A 21 tokens AGPL-3.0

security-reviewer

21

bmarshall511/forexflow

Agent Claude Code

Security audit for FXFlow trading platform — OANDA credentials, webhook tokens, API routes, CF Worker, OWASP Top 10.

10 3mo ago A 31 tokens AGPL-3.0

README

22

SeanningTatum/cf-saas-starter-react-router

Agent Claude Code

Project-local Claude Code subagents that wrap pieces of .brain/HARNESS.md. The main thread delegates to these so it doesn't have to re-load harness rules every turn.

5 25d ago A 0 tokens

feature-verifier

23

SeanningTatum/cf-saas-starter-react-router

Agent Claude Code

Drives a feature's golden path + one error path through the LIVE app using the Playwright CLI (a throwaway Node script run headless), screenshots each step, and writes a verification doc to .brain/features/ /verifications/ .md. Replaces writing per-feature e2e specs. Use for any user-visible feature/flow before…

5 25d ago A 131 tokens

ui-builder

24

SeanningTatum/cf-saas-starter-react-router

Agent Claude Code

Builds and changes UI in this repo — routes, components, marketing surfaces, forms, tables, empty/loading/error states. Carries the frontend rules, the craft moves and the anti-slop tells so the mistakes are not made in the first place, and self-measures with design:audit before returning. Use for ANY user-visible…

5 25d ago A 159 tokens