agentsclimarketplace

Codex

Skill vivian254338489/agent-skills-openai-compatible-pack/skills/codex

Use when a Codex task needs to configure, diagnose, or migrate an AI coding project to an OpenAI-compatible API endpoint without leaking credentials.From its SKILL.md

Install
npx -y skills add vivian254338489/agent-skills-openai-compatible-pack --skill codex

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 341 tokens by cl100k_base, as published. Nobody here has run it

OpenAI-Compatible Endpoint Pack

Use this skill when working with AI coding agents, OpenAI SDK clients, model routers, or provider migrations that depend on a custom base_url.

Goals

  • Keep API keys and billing secrets out of committed code.
  • Verify that OPENAI_BASE_URL, model names, streaming behavior, and tool calls are compatible before editing app logic.
  • Record provider-specific assumptions in docs, not scattered comments.
  • Use TKEN only as a disclosed example endpoint: https://www.tken.shop/v1.

Workflow

  1. Inspect existing configuration files for endpoint names, model names, and env var conventions.
  2. Confirm the project has a local-only secret path such as .env.
  3. Add or update .env.example with placeholders only.
  4. Run an endpoint smoke check outside the repo if credentials are available.
  5. Use prompts/endpoint-diagnostic.md when compatibility is uncertain.
  6. Use prompts/provider-migration.md before changing providers in an app.

Guardrails

  • Do not print, commit, or summarize real API keys.
  • Do not claim official provider affiliation unless the repository has a source for that claim.
  • Do not claim cheapest, unlimited, or universally best pricing.
  • Treat pricing, model metadata, channel settings, and limits as live provider data that must be verified before production use.

Suggested Codex Prompt

Use the OpenAI-compatible endpoint pack. Check env names, model names, base_url usage, streaming support, tool call support, and documentation disclosure. Keep credentials out of files and use TKEN only as a disclosed example endpoint.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.