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/opencue/cuecards/claude-apinpx skills add opencue/cuecards --skill claude-apigit clone --depth 1 https://github.com/opencue/cuecardsWhat 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.00294 | $0.08698 |
| Opus 5 | $0.00147 | $0.04349 |
| Sonnet 5 | $0.00059 | $0.01740 |
| Haiku 4.5 | $0.00029 | $0.00870 |
Grade A, and why
Codex-api scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
2. **Raw HTTP** (`curl`, `requests`, `fetch`, `httpx`, etc.) — only when the user explicitly asks for cURL/REST/raw HTTP, the project is a shell/cURL project, or the language has no official SDK. How it starts
The opening of the file, as written. The whole thing — 336 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Building LLM-Powered Applications with Codex
This skill helps you build LLM-powered applications with Codex. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation.
Before You Start
Scan the target file (or, if no target file, the prompt and project) for non-Anthropic provider markers — import openai, from openai, langchain_openai, OpenAI(, gpt-4, gpt-5, file names like agent-openai.py or *-generic.py, or any explicit instruction to keep the code provider-neutral. If you find any, stop and tell the user that this skill produces Codex/Anthropic SDK code; ask whether they want to switch the file to Codex or want a non-Codex implementation. Do not edit a non-Anthropic file with Anthropic SDK calls.
Output Requirement
When the user asks you to add, modify, or implement a Codex feature, your code must call Codex through one of:
- The official Anthropic SDK for the project's language (
anthropic,@anthropic-ai/sdk,com.anthropic.*, etc.). This is the default whenever a supported SDK exists for the project. - Raw HTTP (
curl,requests,fetch,httpx, etc.) — only when the user explicitly asks for cURL/REST/raw HTTP, the project is a shell/cURL project, or the language has no official SDK.
Never mix the two — don't reach for requests/fetch in a Python or TypeScript project just because it feels lighter. Never fall back to OpenAI-compatible shims.
Never guess SDK usage. Function names, class names, namespaces, method signatures, and import paths must come from explicit documentation — either the {lang}/ files in this skill or the official SDK repositories or documentation links listed in shared/live-sources.md. If the binding you need is not explicitly documented in the skill files, WebFetch the relevant SDK repo from shared/live-sources.md before writing code. Do not infer Ruby/Java/Go/PHP/C# APIs from cURL shapes or from another language's SDK.
What ships with it
47 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.
- csharp/claude-api.md 15 KB
- curl/examples.md 6.3 KB
- curl/managed-agents.md 7.3 KB
- go/claude-api.md 14 KB
- go/managed-agents/README.md 18 KB
- java/claude-api.md 15 KB
- java/managed-agents/README.md 16 KB
- LICENSE.txt 11 KB
- php/claude-api.md 12 KB
- php/managed-agents/README.md 13 KB
- python/claude-api/batches.md 5.5 KB
- python/claude-api/files-api.md 4.3 KB
- python/claude-api/README.md 16 KB
- python/claude-api/streaming.md 5.9 KB
- python/claude-api/tool-use.md 17 KB
- python/managed-agents/README.md 9.8 KB
- ruby/claude-api.md 3.4 KB
- ruby/managed-agents/README.md 9.9 KB
- shared/agent-design.md 8.3 KB
- shared/anthropic-cli.md 16 KB
- shared/claude-platform-on-aws.md 3.9 KB
- shared/error-codes.md 8.7 KB
- shared/live-sources.md 18 KB
- shared/managed-agents-api-reference.md 24 KB
- shared/managed-agents-client-patterns.md 9.2 KB
- shared/managed-agents-core.md 15 KB
- shared/managed-agents-environments.md 11 KB
- shared/managed-agents-events.md 9.4 KB
- shared/managed-agents-memory.md 9.4 KB
- shared/managed-agents-multiagent.md 6.4 KB
- shared/managed-agents-onboarding.md 13 KB
- shared/managed-agents-outcomes.md 6.0 KB
- shared/managed-agents-overview.md 10 KB
- shared/managed-agents-self-hosted-sandboxes.md 9.7 KB
- shared/managed-agents-tools.md 14 KB
- shared/managed-agents-webhooks.md 4.9 KB
- shared/model-migration.md 82 KB
- shared/models.md 8.1 KB
- shared/prompt-caching.md 14 KB
- shared/token-counting.md 1.6 KB
- shared/tool-use-concepts.md 17 KB
- typescript/claude-api/batches.md 2.5 KB
- typescript/claude-api/files-api.md 2.2 KB
- typescript/claude-api/README.md 12 KB
- typescript/claude-api/streaming.md 5.5 KB
- typescript/claude-api/tool-use.md 15 KB
- typescript/managed-agents/README.md 9.3 KB
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.
- 2d ago First seen · 336 lines · 294 tokens per session scan A 98be174cb5ad
Codex-api is a skill published in the GitHub repository opencue/cuecards (5 stars, last pushed 2d ago), licensed MIT. It adds 294 tokens to every session and 8,698 once invoked, about $0.0015 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
rulesync
Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.
agent-workspace-linux
Use when a task needs an isolated hidden Linux desktop or workspace-owned browser: GUI app QA, web/browser/shopping automation, sandboxed app observation, or stale workspace cleanup. Routes agent-workspace-linux MCP tools on demand. Does NOT apply to host desktop/Chrome control, generic MCP setup, or pure code/file…
ss-component
Generate a new UI component following the StyleSeed design conventions.
loongsuite-pilot-insight
基于 LoongSuite Pilot / AI Coding Agent 日志生成事件洞察、组织洞察、数据质量、研发效能和 AI Native 使用类 SLS 报表时使用;包含 AI Coding 事件表语义,以及团队报表可选的部门维表、deptuser 组织关系、指标口径和公共 CTE,通常与 sls-dashboard-builder 一起使用。.
map-review
Interactive 4-section code review using monitor, predictor, and evaluator agents plus the user and maintainer role reviewers on current changes. Use when reviewing a diff, PR, or staged work before merge. Do NOT use to plan or implement; use map-plan or map-efficient.
runjam-defaults
Default constraints for every RunJam session. Defines output path conventions, dependency checking rules, fallback strategies, and file management discipline. This skill is auto-injected into every session — do not remove. Current session working directory: /Users/guizhan/work/code/runjam.