codex-sdk

codex-sdk is a skill for Codex from BjornMelin/dev-skills. It costs 115 tokens per session (1,209 once invoked), scanned A, original, no licence file.

Guidance and scripts for building coding agents with OpenAI Codex, including SDK conversations, command-line automation, streamed events, and connected tools.

In plain words
What is it for?
Use it to build Codex-based applications, automate the Codex command line, process JSONL event streams, and connect MCP servers or other tools.
Why use it?
It helps developers structure agent workflows and handle communication between Codex, scripts, and external tools without working out each integration from scratch.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to build Codex-based applications, automate the Codex command line, process JSONL event streams, and connect MCP servers or other tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bjornmelin/dev-skills/codex-sdk
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BjornMelin/dev-skills --skill codex-sdk
Clone the repo
git clone --depth 1 https://github.com/BjornMelin/dev-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codex-sdk

README.md
[![agentmods](https://agentmods.dev/badge/skills/bjornmelin/dev-skills/codex-sdk/github.svg)](https://agentmods.dev/skills/bjornmelin/dev-skills/codex-sdk)
Your own site
<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/codex-sdk"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/codex-sdk/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for codex-sdk

Your own site · 80×15
<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/codex-sdk"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/codex-sdk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,209 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00115 $0.01209
Opus 5 $0.00057 $0.00605
Sonnet 5 $0.00023 $0.00242
Haiku 4.5 $0.00012 $0.00121

Measured 9d ago against content hash ffe61496b310, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

codex-sdk scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (assets/templates/agents-sdk/python/codex_mcp_multiagent_workflow.py, assets/templates/agents-sdk/python/context_personalization_memory_notes.py, assets/templates/agents-sdk/typescript/mcp-filesystem-example.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/codex-sdk/SKILL.md · 96 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

28 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 96 lines · 115 tokens per session scan A ffe61496b310

Subscribe to this mod's changes

codex-sdk is a skill published in the GitHub repository BjornMelin/dev-skills (7 stars, last pushed 4d ago), with no licence file. It adds 115 tokens to every session and 1,209 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

pinecone-quickstart

Interactive Pinecone quickstart for new developers. Choose between two paths - Database (create an integrated index, upsert data, and query using Pinecone MCP + Python) or Assistant (create a Pinecone Assistant for document Q&A). Use when a user wants to get started with Pinecone for the first time or wants a guided…

pinecone-io/pinecone-cursor-plugin · 79 tokens

pinecone-n8n

Build n8n workflows using the Pinecone Assistant node or Pinecone Vector Store node. Use when building RAG pipelines, chat-with-docs workflows, configuring Pinecone nodes in n8n, troubleshooting Pinecone n8n nodes, or asking about best practices for Pinecone in n8n.

pinecone-io/pinecone-cursor-plugin · 67 tokens

pinecone-full-text-search

Create, ingest into, and query a Pinecone full-text-search (FTS) document index using the graduated document-schema API (Python SDK 10.0.0, API version 2026-07). Use when the user or agent asks to build a text search index on Pinecone, add dense or sparse vector fields, ingest documents, construct scoreby clauses…

pinecone-io/pinecone-cursor-plugin · 162 tokens

pinecone-cli

Guide for using the Pinecone CLI (pc) to manage Pinecone resources from the terminal. The CLI supports ALL index types (standard, integrated, sparse) and all vector operations — unlike the MCP which only supports integrated indexes. Use for batch operations, vector management, backups, namespaces, CI/CD automation…

pinecone-io/pinecone-cursor-plugin · 74 tokens

ai-agent-browser

A business-diagnosis assistant for marketing, operations, product, and sales questions. It breaks down a goal and produces a summary, findings, action suggestions, and reusable deliverables.

skillsaiagent/aiskills · 71 tokens

ai-browser-use

A business-diagnosis assistant for marketing, operations, product, and sales questions about how to approach a task.

skillsaiagent/aiskills · 71 tokens