AIAny
AI Agent2026
Icon for item

Awesome Codex Skills

Modular collection of Codex 'skills' that let Codex execute real workflows (emails, issues, Slack posts, data tasks) via the Codex CLI/API. Curated, metadata-driven skill bundles enable discoverability and quick installation for automating terminal-to-app actions.

Introduction

Most LLM work focuses on text generation; turning prompts into repeatable, auditable actions is the next friction point. This repo centralizes tiny, metadata-first instruction bundles—"skills"—that let Codex map natural-language intents to deterministic multi-step workflows and external app actions.

What Sets It Apart
  • Metadata-first skill format: each skill is a self-contained folder with a SKILL.md (name + description + execution guidance), letting Codex decide when to trigger without loading heavy docs.
  • Action-capable integrations: paired with the Composio CLI/connectors, skills can perform real-world actions (Slack, GitHub, Notion, email, etc.), not just produce text — useful for end-to-end automation scenarios.
  • Curated and installable: a curated list (high community uptake — ~1.3k stars) with an installer/installer-scripts to drop skills into $CODEX_HOME/skills for quick reuse across sessions.
  • Progressive disclosure design: long references and scripts live in skill folders and are loaded only when the skill fires, keeping agent context small and focused.
Who It's For & Trade-offs

Great fit if you build or operate agent-driven workflows and want reusable, human-readable instruction bundles that trigger cross-app actions from the terminal. Useful for developer tooling (PR triage, CI fixes), meeting-note automation, and internal ops where traceability matters. Look elsewhere if you need a standalone LLM UI or a full orchestration/orchestration framework out of the box — this repo is a curated skill library that depends on the Codex/Composio ecosystem and third-party connectors; skill quality varies by contributor and some workflows require external API keys or connector setup.

Information

  • Websitegithub.com
  • AuthorsComposioHQ
  • Published date2026/01/12

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).