skill-translate
解决跨平台差异,减少手动适配工作量。
将技能在不同 AI 平台间移植,判断并执行必要的转换步骤。
把一个 skill 从一个 AI 平台搬到另一个平台,先判断是否真的需要转换(有的平台可直接拷贝 SKILL.md)。遇到专有格式(如 ChatGPT Custom、Gemini、Perplexity 等)则按目标平台的字符限额、文件格式和能力把组件映射过去。目标是让技能在新平台上行为等效且可验证。
▸ 展开 SKILL.md 英文原文
Port a skill from one AI coding or chat platform to another. First checks whether translation is needed at all: Claude Code, Codex CLI, Cursor, and other Agent Skills-standard tools take the same SKILL.md unchanged, so those are installs, not conversions — copy the folder and validate. Genuine translation applies only to platforms with proprietary formats: ChatGPT Custom GPTs plus Actions, Gemini Gems and GEMINI.md, Perplexity Spaces, Hermes Agent. Maps each component to the target's character limits, MCP support, and file format. MANDATORY TRIGGERS: skill translate, convert skill, port skill, install this skill everywhere, install skill in codex, install skill in cursor, sync my skills across tools, does this skill work in cursor, skill for chatgpt, skill for gemini, skill for perplexity, skill for hermes, translate to chatgpt, translate to gemini, cross-platform skill, make this work in chatgpt.
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/skill-translate/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/skill-translate/SKILL.md"# Skill Translate — Cross-Platform Skill Porting Gets a skill running on a platform other than the one it was written for. That means one of two very different jobs, and picking the wrong one wastes the whole run — so Step 0 exists to decide which. Read [`references/platform-matrix.md`](references/platform-matrix.md) for the full compatibility matrix and per-platform conversion rules. ## Required Input 1. **Source skill** — path to a skill directory or SKILL.md file 2. **Target** — one of: `claude-code`, `codex`, `cursor`, `native-all`, `chatgpt`, `gemini`, `perplexity`, `hermes`, or `all` If no target is specified, ask which tier the user means rather than guessing — "install everywher