Skills for Codex

213,266 that install into Codex. Same mod, same page, whichever agent you run: a URL per tool would split one page into five that compete.

flomo-daily-echo

7057

plidezus/flomo-skills

Skill Codex

A skill that creates a discussion prompt from yesterday's flomo notes and related older notes. Flomo is a note-taking service.

not rated 34 4mo ago A 74 tokens

openfusion

7058

hashangit/openfusion

Skill Claude CodeCodex

Use the OpenFusion fusion tool to get a consolidated council-of-models answer for a hard, high-stakes decision — code review/QA after implementing, debug root-cause from a dossier you gathered, research consolidation, architecture/plan review, or a second opinion. Do the groundwork yourself first (read, code, search…

not rated 34 5d ago A SkillSpector: pass 116 tokens original MIT

adaptive-response

7059

devswha/oh-my-gajae-code

Skill Claude CodeCodex

A response-adjustment rule that changes explanation depth and format only when a specific approval-gate command is requested. It uses evidence from the current conversation to account for the reader’s role and familiarity.

not rated 34 1mo ago A SkillSpector: pass 139 tokens original MIT

CodexClaw

7060

MackDing/CodexClaw

Skill Claude CodeCodex

Install and operate a Telegram bot that exposes Codex, MCP, GitHub subagents, repo switching, and minimal frontend dev-server control.

not rated 34 1mo ago A 33 tokens original MIT

senior-data-analyst

7061

Yrzhe/claude-skills

Skill Claude CodeCodex

Use when the user wants a real data analysis on a dataset — finding what drives a metric, testing whether a difference is real, building a predictive model, reducing many variables to a few, or interpreting what numbers mean for the business. Trigger phrases include "analyze this data", "what drives X", "is this…

not rated 34 +1 3mo ago A 134 tokens original MIT

grow-payment-gateway

7062

skills-il/tax-and-finance

Skill Claude CodeCodex

Integrate Grow by Meshulam payment gateway into Israeli applications -- covers payment pages (iframe/redirect/SDK), tokenization, recurring billing, payment links, refunds, invoices, webhooks, and 3DS authentication via the Grow Light API. Use when user asks to accept payments via Grow or Meshulam, set up "slikat…

not rated 34 changed 3d ago A SkillSpector: pass 217 tokens original MIT

lobsterlink-tab-share

7063

davidguttman/lobsterlink

Skill Claude CodeCodex

Use when a human wants to share a logged-in tab from the isolated OpenClaw browser so the agent can work through LobsterLink in that authenticated session. Triggers include requests to share a tab, give a LobsterLink peer/share ID, use a logged-in tab, or host/stop hosting a tab through LobsterLink. Skip…

not rated 34 4mo ago A 89 tokens

db-core-debugging

7064

Cerdore/gdb-cli

Skill Claude CodeCodex

A workflow for investigating database crashes from core dump files, which are saved snapshots of a program's memory after a crash. It uses GDB, a debugger, to inspect threads and call stacks.

not rated 34 4mo ago A 64 tokens original Apache-2.0

hai-agents

7065

hcompai/hai-agents-python

Skill Claude CodeCodex

Delegate a task to an autonomous H Company agent (Holo-powered web surfer and computer-use agents) through the hai-agents MCP server. Use to offload open-ended browser or research work that the agent should carry out end to end on its own infrastructure, then report a final answer. Runs remotely, so it is the right…

not rated 34 +1 changed today A SkillSpector: pass 102 tokens original MIT

testing-on-the-toilet

7066

shamashel/testing-on-the-toilet

Skill Claude CodeCodex

Apply Google Testing on the Toilet (TotT) rules when writing tests, reviewing a test diff, choosing mocks vs fakes, diagnosing brittle or change-detector tests, DAMP vs DRY test structure, SMURF/pyramid layer choice, or flaky time/sleep/shared-fixture tests. Instructs what a good test asserts and what to refuse. Not a…

not rated 34 21d ago A 96 tokens

millionco/skills

Skill Claude CodeCodex needs its repo

Use when consolidating, deduping, or reducing the number of CSS custom properties / Tailwind v4 design tokens in a globals.css file. Triggers on requests like "reduce tokens", "standardize design tokens", "too many tokens", "dedupe globals.css", "shrink @theme inline", "collapse similar colors", or any task whose goal…

not rated 34 2mo ago A 135 tokens original MIT

bee-cli

7068

bee-computer/bee-skill

Skill Claude CodeCodex

Access real-time context and life history from Bee, a wearable AI that captures and transcribes the owner's conversations. ALWAYS start with 'bee now' for the last 10 hours of conversations with full utterances - the highest-value context for relevant help. Use this skill when: (1) you need to know what's happening…

not rated 34 +1 3mo ago A 160 tokens

evas-sim

7069

Arcadia-1/veriloga-skills

Skill Claude CodeCodex

How to use the EVAS Verilog-A behavioral simulator (pip package: evas-sim). Use this skill whenever the user wants to simulate a Verilog-A (.va) model, run a Spectre (.scs) netlist, check simulation feasibility, install evas-sim, or read simulation output (tran.csv, strobe.txt). Trigger on phrases like "simulate…

not rated 34 +1 1mo ago A 119 tokens

hermes-bible

7070

DeployFaith/hermes-bible-skill

Skill Claude CodeCodex

Use when the user asks for community Hermes Agent knowledge: hidden features, real-world workflows, SOUL.md patterns, delegation/Kanban/cron patterns, or examples of how people use Hermes. Complements hermes-agent; official docs remain source of truth for commands and setup.

not rated 34 +1 2mo ago A 61 tokens

skarn-audit

7071

skarn-security/agent-guard

Skill Claude CodeCodex

Audit this machine's AI coding sessions and assistant configs with skarn. Use when the user says scan this with skarn, run skarn, or skarn audit; asks whether a secret leaked into an AI coding session; wants an assistant config (hooks, MCP servers, permissions, plugins) vetted; or asks whether a Claude Code, Codex…

not rated 34 2d ago A SkillSpector: pass 120 tokens original MIT

bugbountyrules

7072

sanjarbiy/bugbountyrules

Skill Claude CodeCodex

Use for ANY bug bounty, penetration test, or web/API/mobile security assessment: recon, testing endpoints, analyzing Burp traffic or any bug-bounty platform's MCP (HackerOne, Intigriti, Bugcrowd, YesWeHack, Immunefi), reviewing APKs, bypassing a WAF, enforcing scope, hunting a specific vuln class, validating findings…

not rated 34 +1 1mo ago B 220 tokens original MIT

delegate-to-deepseek

7073

PsChina/deepseek-as-subagent

Skill Claude CodeCodex

Instructions for delegating suitable coding and repetitive tasks to DeepSeek while the main agent remains responsible for review and verification.

not rated 34 +3 20d ago A SkillSpector: pass 125 tokens original MIT

android-architecture

7074

sergenes/mini_agent

Skill Claude CodeCodex

Default Android app architecture: MVVM, three Gradle modules, Jetpack Compose, Hilt, Coil, Ktor, Room, DataStore. Use when creating or changing Android, Kotlin, Jetpack Compose, Gradle modules, Activities, ViewModels, or Android libraries in an app that has not already chosen a different pattern.

not rated 34 +2 17d ago A 71 tokens

video-editing-skill

7075

6missedcalls/video-editing-skill

Skill Claude CodeCodex

Edit videos using natural language instructions. Supports trimming, jump cuts (silence removal), captions with multiple styles, text overlays, and speed changes — all powered by ffmpeg and Whisper.

not rated 34 +3 6mo ago A 0 tokens original MIT

pptx-template-parsing

7076

CxyZyr/PPTX-Template-Skills

Skill Codex

Use before adapting or debugging any PPTX template-driven deck. Parses a template into a portable spec.json contract: classified shape tree, slide roles, repeated card structures, per-slide fillplan, text style/paragraph metadata, font availability, and optional renders. This is the required first half of the…

not rated 34 +5 3mo ago A 76 tokens original MIT

novel-to-manju

7077

senmanx/novel-to-manju

Skill Claude CodeCodex

A framework for building web apps where the server drives page updates while the browser reacts to changes. It uses server-sent events, a way for servers to send updates to browsers over a connection, plus signals and DOM updates.

not rated 34 +7 1mo ago A 115 tokens

series-bible

7078

pixellion2262-fwtk2/series-bible

Skill Claude CodeCodex

A planning tool for building a consistent content series, such as a YouTube channel, newsletter, or short-video programme. A series bible is a reference document covering its audience, voice, recurring topics, formats, rules, and future ideas.

not rated 34 1mo ago A 89 tokens original MIT

okrs-draft

7079

pixelcat6092-xxm6j/okrs-draft

Skill Claude CodeCodex

A drafting tool for OKRs, a planning method that pairs broad objectives with measurable key results. It is designed for small product and engineering teams, with English, Chinese, or bilingual output.

not rated 34 1mo ago A 113 tokens original MIT

xparse-parse

7080

intsig-textin/xparse-skills

Skill Codex

Parse, read, search, navigate, summarize, and extract tables or structured evidence from PDFs, images, Office files, HTML, OFD, and other supported local documents or document URLs through xparse-cli. Use this Skill for single-document conversion, server-generated DOCX/PDF/XLSX files, targeted section/page/fact…

not rated 34 +1 changed yesterday A Socket: passSnyk: warn 102 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: