openai-compatible-endpoint-pack
Use when a Codex task needs to configure, diagnose, or migrate an AI coding project to an OpenAI-compatible API endpoint without leaking credentials.
DeepseekModel
官方收录技能
质量 良好 · 48
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=vivian254338489-agent-skills-openai-compatible-pack-skills-codex-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name openai-compatible-endpoint-pack description Use when a Codex task needs to configure, diagnose, or migrate an AI coding project to an OpenAI-compatible API endpoint without leaking credentials. metadata {"short-description":"OpenAI-compatible endpoint setup for Codex"} 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 Inspect existing configuration files for endpoint names, model names, and env var conventions. Confirm the project has a local-only secret path such as .env . Add or update .env.example with placeholders only. Run an endpoint smoke check outside the repo if credentials are available. Use prompts/endpoint-diagnostic.md when compatibility is uncertain. 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.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |