openai agents

150 tagged openai, measured the same way as everything else here.

Browse within: litellm 21self-hosted 21HuggingFace 16LangChain 15langgraph 14python 13maintainer-tools 12ollama 12cerebras 11cohere 11artificial-intelligence 10chatgpt 9claudecode 9copilot-cli 9

architect

01

comet-ml/opik

Agent Codex

Use this agent when the user needs system design, API design, database schema changes, or architectural decisions. Triggers on requests for high-level technical design or cross-cutting concerns. Context: User planning a new feature user: "How should I design the new metrics aggregation system?" assistant: "I'll use…

22k yesterday A 285 tokens original Apache-2.0

code-reviewer

02

comet-ml/opik

Agent Codex

Use this agent when the user wants code reviewed, asks for feedback on changes, or before creating a PR. Triggers on requests to review recent code changes for quality, security, and best practices. Context: User finished implementing a feature user: "Review my changes" assistant: "I'll use the code-reviewer agent to…

22k yesterday A 238 tokens original Apache-2.0

config-auditor

03

comet-ml/opik

Agent Codex

Use this agent PROACTIVELY when users create, add, or modify rules, skills, agents, or MCPs. Also triggers on explicit audit requests. Ensures configuration follows best practices and prevents bloat. Context: User wants to add a new rule user: "Add a rule for error handling" assistant: "Before adding this, I'll use…

22k yesterday A 470 tokens original Apache-2.0

reviewer

04

elie222/inbox-zero

Agent Claude Code

Use when implementation is complete and PR-ready to review the current diff for security, DRY opportunities, simplicity, and abstraction quality.

12k 2d ago A 29 tokens

inbox-zero-api-cli

05

elie222/inbox-zero

Agent

Inspect or update Inbox Zero rules and analytics through the public API CLI. Use when tasks involve rules, stats, or API-driven automation.

12k 2d ago A 33 tokens

atomic-explorer

08

Eigenwise/atomic-agents

Agent

Maps existing Atomic Agents Python codebases — catalogs agents, tools, schemas, context providers, and orchestration patterns; traces data flow between them; returns a compact architecture summary with file:line references. Use PROACTIVELY when the user asks to "explore", "map", "understand", "analyze", "trace", or…

6.2k 8d ago A 125 tokens original MIT

atomic-reviewer

09

Eigenwise/atomic-agents

Agent

Reviews Atomic Agents Python code for framework-specific correctness — BaseIOSchema invariants, AtomicAgent/AgentConfig wiring, BaseTool generics, context-provider I/O hygiene, orchestration hazards, Instructor integration — using confidence-based filtering. Use PROACTIVELY after any change to atomic-agents code…

6.2k 8d ago A 126 tokens original MIT

domain

10

qixing-jk/all-api-hub

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

4.8k 4d ago A 0 tokens AGPL-3.0

triage-labels

12

qixing-jk/all-api-hub

Agent

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

4.8k 4d ago A 0 tokens AGPL-3.0

code-deduplicator

13

Kochava-Studios/witsy

Agent Claude Code

Use this agent when you need to identify and eliminate code duplication through systematic refactoring. Examples: Context: User has written several similar functions with repeated logic patterns. user: 'I've been copying and pasting this validation logic across multiple files. Can you help clean this up?' assistant…

2.0k 4mo ago A 0 tokens AGPL-3.0

interface

14

video-db/Director

Agent

Agents are the core building blocks of the Video Agent system. They are responsible for processing input messages and generating output messages.

1.5k 7mo ago A 0 tokens original MIT

architecture

15

Azure/GPT-RAG

Agent

Analyzes GPT-RAG boundaries, contracts, security, deployment topology, and trade-offs. Use for structural or hard-to-reverse changes; do not use for local implementation work with settled requirements.

1.2k 14d ago A 41 tokens original MIT

implementation

16

Azure/GPT-RAG

Agent

Implements, tests, and documents scoped GPT-RAG changes after requirements are clear. Do not use to decide broad architecture or publish releases.

1.2k 14d ago A 30 tokens original MIT

release

17

Azure/GPT-RAG

Agent

Prepares and validates GPT-RAG multi-repository releases. Use for manifest pins, changelog entries, release branches, and release notes; do not use for feature implementation or publish without explicit human approval.

1.2k 14d ago A 43 tokens original MIT

analyzer

18

Onelevenvy/flock

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

1.1k 1mo ago A 0 tokens copy · 100% Apache-2.0

comparator

19

Onelevenvy/flock

Agent

Compare two outputs WITHOUT knowing which skill produced them.

1.1k 1mo ago A 0 tokens copy · 100% Apache-2.0

grader

20

Onelevenvy/flock

Agent

Evaluate expectations against an execution transcript and outputs.

1.1k 1mo ago A 0 tokens copy · 100% Apache-2.0

index

21

nodetool-ai/nodetool

Agent

Use NodeTool from an agent or automation: install it, discover nodes, run workflows, and inspect jobs.

502 yesterday A 22 tokens AGPL-3.0

agent

22

nodetool-ai/nodetool

Agent

Agent "agent" from nodetool-ai/nodetool, covering description, properties, outputs and related nodes.

502 yesterday A 0 tokens AGPL-3.0

AGENTS

23

nodetool-ai/nodetool

Agent

Every ProcessingContext carries an AgentMemory instance at context.memory. It is the single source of truth for everything shared between steps, tasks, sub-agents, and tools. Do not introduce a parallel result map in any executor — read and write through context.memory.

502 yesterday A 0 tokens AGPL-3.0

webgptorg/promptbook

Agent

How one stored agent source becomes the effective (resolved) source that is actually compiled and executed. Resolution expands FROM (inheritance) and IMPORT (textual inclusion) commitments, rewrites compact agent references into canonical URLs, and degrades gracefully when references cannot be loaded.

167 yesterday A 0 tokens