codex-skill-transfer

Convert Claude Code skills to OpenAI Codex agent-stub TOMLs.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/TLOGBen/baransu --skill codex-skill-transfer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-skill-transfer
Source: https://github.com/TLOGBen/baransu/tree/main/plugins/baransu/skills/codex-skill-transfer
Command: npx skills add https://github.com/TLOGBen/baransu --skill codex-skill-transfer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, transfer.py, yaml, json, subprocess, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill facilitates the conversion of Claude Code skills into the OpenAI Codex format, enabling interoperability between Claude Code and Codex systems.

Core Features & Use Cases

  • One-way Conversion: Converts Claude Code skills, plugins, or marketplaces to Codex format, specifically SKILL.md, batches, and plugin to agent-stub TOMLs.
  • Custom Trigger Words: Supports custom trigger words like "轉成 codex 版", "給 codex 用", and "port to codex" for activation.
  • Mapping and Validation: Ensures the accuracy of the conversion process with metadata, author information, and version tracking.

Quick Start

Run the 'codex-skill-transfer' skill with the path to the Claude Code skill source and the desired output directory. For example: python3 scripts/transfer.py <source-path> <output-path>.

Frequently Asked Questions about codex-skill-transfer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Claude Code skills to OpenAI Codex format?

Run the transfer.py script via python3 with your source and output paths. It maps SKILL.md, batches, and plugins into agent-stub TOMLs, enabling direct interoperability between Claude Code and Codex systems.

Can I port Claude Code plugins to Codex agent-stub TOMLs?

Yes, you can port Claude Code plugins to Codex agent-stub TOMLs. The conversion process specifically transforms SKILL.md, batches, and plugin structures into the Codex format with metadata and version tracking.

Do I need python3 to run the Claude Code to Codex skill conversion?

Yes, you need python3 installed along with specific script dependencies like transfer.py and associated Python libraries including yaml, json, and subprocess to execute the skill conversion.

What is the best way to ensure metadata accuracy when porting skills to Codex?

The best way to ensure metadata accuracy when porting skills to Codex is using the built-in mapping and validation features. They track author information and version data during the SKILL.md to agent-stub TOML conversion.

Are there limitations to converting Claude Code skills to Codex format?

A key limitation is that the conversion is one-way, specifically transforming Claude Code skills to Codex format. It does not support reverse conversion from Codex agent-stub TOMLs back to Claude Code.