AIAny
AI Agent2025
Icon for item

Agent Skills (openai/skills)

Catalogs reusable Agent Skills for Codex — folders of instructions, scripts, and resources an agent loads to perform specific tasks. Tiers: .system (ships with Codex), .curated, and .experimental. Now deprecated in favor of OpenAI plugins.

Introduction

The quiet story here isn't the skills themselves — it's that a major model vendor adopted a portable, cross-vendor format. This repo packages "Agent Skills" (folders of instructions, scripts, and resources tied to the open standard at agentskills.io) for Codex, signaling that model-agnostic skills are becoming shared infrastructure rather than one company's proprietary feature. It has since been deprecated in favor of OpenAI's plugins model, which makes it a clean snapshot of a format mid-transition.

What Sets It Apart
  • Three tiers encode trust, not just maturity: .system skills ship and auto-install with the latest Codex; .curated are vetted and curated by OpenAI, installed on demand by name via $skill-installer; .experimental are early-stage, installed by specifying the folder path. You can judge provenance before running someone else's scripts.
  • A skill is just a folder — "write once, use everywhere" — with no bespoke plugin API, which is precisely why the same skill can travel across any agent that honors the standard.
  • Licensing lives in a per-skill LICENSE.txt, tracked at the unit of reuse rather than the whole repo — the detail that matters the moment you lift one skill into a commercial workflow.
Who It's For

Great fit if you want to study how OpenAI structured agent skills for Codex, or to salvage individual .curated/.experimental skills as reference implementations. Look elsewhere if you need a maintained, install-and-go source: the catalog is deprecated, and OpenAI now points to its Plugins repository and "Build plugins" guide. Treat this as an archive to learn from, not a dependency to build on.

Information

  • Websitegithub.com
  • AuthorsOpenAI
  • Published date2025/11/25

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).