帮助开发者将指令文件、技能、代理和MCP配置迁移到Codex项目与全局文件。
该技能材料显示其本质是用于迁移到 Codex 的提示词/操作指南,本身不要求密钥、未声明任何远程端点,且来自可审计的开源高采用仓库,整体风险较低。需注意的是其文档鼓励较高自主度地修改目标配置与生成文件,实际影响取决于宿主代理是否赋予文件操作能力。
材料明确标注“需要的密钥/环境变量:(无)”,README 中也未要求提供 API key、token 或其他敏感凭证;未见凭证收集、存储或转发设计,凭证暴露面低。
系统检查项与材料均显示“远程端点 host:(无)”,该技能属于 prompt-only;文档虽提到可“refresh Codex docs”,但未声明固定第三方外发端点,也未描述将用户数据发送到外部服务。
作为 Skill 提示词,本身不包含可执行代码、安装脚本或本机进程启动逻辑。README 中的“run the migrator”“re-run checks”等属于对宿主代理的操作指引,不代表该技能自身具备独立执行权限。
文档指向的访问范围主要是迁移相关路径,如 `AGENTS.md`、`.codex/`、`.agents/`、`~/.codex/`,并明确提出不要编辑 `.claude/`、秘密信息或无关代码。就技能本体而言,它只定义预期文件范围,不自带读写数据能力,也未见过度授权申请。
来源为 GitHub 上的 `openai/skills` 开源仓库,系统标注 open-source,社区采用度高(约 22k stars),具备较强可审计性与来源可信度。许可证未声明、维护状态未知是轻微不确定项,但不足以单独升高为高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "migrate-to-codex" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/migrate-to-codex/SKILL.md 2. 保存为 ~/.claude/skills/migrate-to-codex/SKILL.md 3. 装好后重载技能,告诉我可以用了
Keep going until the selected migration is completely done: run the migrator, inspect the report, fix migrated Codex instructions/skills/agents/MCP config, and re-run checks without stopping to ask for confirmation of the next step. If the user has selected a target, do not ask before creating, editing, replacing, or deleting generated Codex artifacts in that target (AGENTS.md, .codex/, .agents/, or ~/.codex/). Preserve unrelated existing Codex config entries in .codex/config.toml or ~/.codex/config.toml, such as notify, projects, marketplaces, or unrelated MCP servers; do not ask about them unless they fail validation or directly conflict with the migration. Do not edit source Claude Code files (.claude/, ~/.claude/, .mcp.json, or .claude.json), unrelated project code, secrets, or another repository.
Run the migration in this order for each selected global or project source:
Start by using Codex's built-in TODO/task list tool. Do not create MIGRATION_TODOS.md or any TODO file unless the user explicitly asks. The TODO list input has a plan array whose items each have step and status; use statuses pending, in_progress, and completed. Make the TODOs specific to the selected artifacts. Before finishing, update the TODO list so every finished step is marked completed and no step remains in_progress. Use literal source → Codex target labels, for example:
.claude/commands → Codex skills/prompts.claude/agents → .codex/agents.mcp.json → .codex/config.toml MCP servers.claude/settings.json hooks → .codex/hooks.json.codex/config.toml.codex/agentsRead references/differences.md (and refresh Codex docs if its Docs last checked date is old).
Scan and inspect before writing:
--scan-only lists active and inactive source surfaces.--plan prints staged Codex artifact paths and report rows.--doctor summarizes readiness, manual-review work, and validation risks.Convert surfaces in the same order the CLI uses:
CLAUDE.md / AGENTS.md to AGENTS.md.codex/hooks.json and enable [features].codex_hooks = true.agents/skills/.codex/config.toml from Claude model/sandbox settings and MCP servers, including personality = "friendly" when config is generated.codex/agents/Dry-run, then write the selected target. Use --replace only when orphan generated skills or agents should be deleted.
Inspect the terminal output and .codex/migrate-to-codex-report.txt after real runs.
Review generated artifacts in this order: AGENTS.md, .agents/skills/, .codex/config.toml, .codex/hooks.json, .codex/agents/, then report-only plugin items.
Run --validate-target against each target after edits.
Re-run checks and --dry-run after edits.
Return the final migration report as one markdown table per scope that has rows. The tables cover only the non-native follow-up migration work you performed, such as skills created from slash commands, subagents, MCP servers, hooks, unsupported/local plugin notes, and manual-review caveats. Include programmatic native import rows for config, instructions, skills, or supported plugins only if you personally migrated them in this follow-up run.
…
帮助用户把模糊想法转成具体、可衡量的目标与成功标准。
将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。
在调用 Figma 操作前加载此技能,确保编辑与脚本检查稳定执行
帮助你用 gh CLI 处理当前分支 GitHub PR 的评审与问题评论。
帮助排查并修复 GitHub Actions 的 PR 检查失败,先分析日志再经批准实施修改。
帮助你将应用与基础设施部署、发布并托管到 Cloudflare 平台。
帮助开发者整合技能、MCP 服务与代理配置,增强编码代理的上下文与执行能力
将 Agent Skills 暴露为 MCP 工具,帮助编码代理发现并启用技能指令。
将 OpenAI Codex CLI 封装为 MCP 服务,供 AI 调用代码执行与任务管理工具。
帮助用户从精选列表或 GitHub 仓库安装 Codex 技能到本地环境。
为 Codex 等兼容工具提供可复用代理技能,提升开发与自动化效率
为 AI 编码助手生成或更新聊天定制配置文件,统一协作与开发体验