skill-to-codex
Converts .claude/skills to .codex/skills format, including metadata and agent configuration updates.
Install
mkdir -p .claude/skills/skill-to-codex && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18164" && unzip -o skill.zip -d .claude/skills/skill-to-codex && rm skill.zipInstalls to .claude/skills/skill-to-codex
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
将当前项目 .claude/skills 下的 Claude skill 转换为 Codex skill 格式,归档到 .codex/skills 目录。当用户要求将 Claude skill 转为 Codex skill、迁移 skill 到 Codex 时触发。Key capabilities
- →Convert Claude skill YAML frontmatter to Codex format
- →Replace Claude-specific argument placeholders with natural language descriptions
- →Generate the `agents/openai.yaml` interface file for Codex skills
- →Update the description field with trigger information for Codex
- →Add parameter explanation if `argument-hint` was present in the Claude skill
How it works
The skill reads a specified Claude skill's SKILL.md, transforms its frontmatter and content to align with Codex skill format, and generates an `agents/openai.yaml` file. It then writes these converted files to the `.codex/skills/` directory.
Inputs & outputs
When to use skill-to-codex
- →Migrating existing Claude tools to Codex
- →Converting skill format for new agent environments
- →Standardizing skill definitions across different AI assistants
About skill-to-codex
Translates Claude-specific skill files to the Codex agent format. It handles YAML frontmatter conversion, replaces argument placeholders, and generates the necessary openai.yaml agent interface.
将当前项目 .claude/skills 下的 Claude skill 转换为 Codex skill 格式,归档到 .codex/skills 目录。当用户要求将 Claude skill 转为 Codex skill、迁移 skill 到 Codex 时触发。
When not to use it
- →When the skill is already in Codex format
- →When the skill is not located in the `.claude/skills/` directory
Limitations
- →Only converts skills from the `.claude/skills/` directory
- →Only generates `agents/openai.yaml` for Codex
- →Does not support converting skills from other formats
How it compares
This skill automates the conversion of Claude-specific skill definitions to Codex format, which is different from manually editing each file and creating the `openai.yaml` interface.
Compared to similar skills
skill-to-codex side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| skill-to-codex (this skill) | 0 | 3mo | No flags | Beginner |
| opencode-cli | 14 | 7mo | Review | Advanced |
| claude-automation-recommender | 47 | 2mo | Review | Beginner |
| mcp-integration | 21 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
opencode-cli
SpillwaveSolutions
This skill should be used when configuring or using the OpenCode CLI for headless LLM automation. Use when the user asks to "configure opencode", "use opencode cli", "set up opencode", "opencode run command", "opencode model selection", "opencode providers", "opencode vertex ai", "opencode mcp servers", "opencode ollama", "opencode local models", "opencode deepseek", "opencode kimi", "opencode mistral", "fallback cli tool", or "headless llm cli". Covers command syntax, provider configuration, Vertex AI setup, MCP servers, local models, cloud providers, and subprocess integration patterns.
claude-automation-recommender
anthropics
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.
mcp-integration
anthropics
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
hook-development
anthropics
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
agent-factory
alirezarezvani
Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns
swarm-advanced
ruvnet
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows