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.
npx agentmods add skills/feiskyer/codex-settings/claude-skillnpx skills add feiskyer/codex-settings --skill claude-skillgit clone --depth 1 https://github.com/feiskyer/codex-settingsWrote 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.
[](https://agentmods.dev/skills/feiskyer/codex-settings/claude-skill)<a href="https://agentmods.dev/skills/feiskyer/codex-settings/claude-skill"><img src="https://agentmods.dev/badge/skills/feiskyer/codex-settings/claude-skill.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00049 | $0.01981 |
| Opus 5 | $0.00024 | $0.00991 |
| Sonnet 5 | $0.00010 | $0.00396 |
| Haiku 4.5 | $0.00005 | $0.00198 |
Grade A, and why
claude-skill 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 4d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Headless Mode
Use this skill when the job should be executed through Claude Code itself, not solved inline. Focus on commands and workflows that match current stable Claude Code behavior.
Requirements
- Install and authenticate the Claude Code CLI (
claude) on the target machine. - Treat the installed CLI's
claude --helpoutput as the compatibility source of truth.
Core Rules
- Treat
claude --helpon the target machine as the compatibility floor. CLI flags move faster than blog posts and copied examples. - Permission rule syntax varies by build. Anthropic docs often show forms like
Bash(git diff *), while the installedclaude 2.1.71help on this machine still showsBash(git:*). Mirror the syntax shown by the target machine'sclaude --help. - Default to the model the user already configured through
/model, settings, orANTHROPIC_MODEL. - Do not add
--modelunless the user explicitly asked for a model override or the workflow must pin a model for reproducibility. - Prefer
--append-system-promptover--system-promptunless replacing the default Claude Code behavior is intentional. - Default to safe automation. If the user wants a truly unattended run, use explicit permission rules or
dontAsk; reservebypassPermissionsfor isolated environments.
Quick Verification
Run these checks before giving advanced advice:
claude --version
claude auth status --text
claude --help
If installation or updates look odd, use:
claude doctor
Installation Guidance
- Anthropic's getting-started docs still show
npm install -g @anthropic-ai/claude-codeas the standard install path. - Newer builds may also support native installer flows and
claude install. - If the user needs installation help, point them to the official Claude Code setup docs and verify the result with
claude doctorrather than assuming one installer path is universal.
Headless Command Patterns
Basic Non-Interactive Run
What ships with it
2 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.
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.
- 4d ago First seen · 229 lines · 49 tokens per session scan A b3b1f3243bb1
claude-skill is a skill published in the GitHub repository feiskyer/codex-settings (237 stars, last pushed 21d ago), licensed MIT. It adds 49 tokens to every session and 1,981 once invoked, about $0.0002 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-08-30.
Other skills, from other repositories
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
skill-copilot-provider
GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode.
bf-to-agents-sdk-dotnet-migration
Use when migrating a Bot Framework .NET SDK bot to Microsoft 365 Agents SDK. Triggered by projects that depend on packages: Microsoft.Bot.Builder or Microsoft.Bot.Builder.Integration.AspNet.Core that want to migrate to Agents SDK.
macos-swiftpm
Build, run, and test SwiftPM macOS packages and executables. Use when the repo is package-first or has no Xcode project.
fix-codesign-error
Slash command that inspects a macOS signing or entitlement failure and explains the minimum fix path. Invoke explicitly with /fix-codesign-error — this skill never self-triggers.