什么是 after-effects?
通过 ExtendScript 自动化 Adobe After Effects。当用户要求创建、修改或查询 After Effects 项目中的任何内容(图层、关键帧、表达式、效果、合成、资源、渲染、批处理操作)时使用。在 macOS 上通过 osascript 生成并执行 JSX ExtendScript。 来源:aedev-tools/adobe-agent-skills。
通过 ExtendScript 自动化 Adobe After Effects。当用户要求创建、修改或查询 After Effects 项目中的任何内容(图层、关键帧、表达式、效果、合成、资源、渲染、批处理操作)时使用。在 macOS 上通过 osascript 生成并执行 JSX ExtendScript。
通过命令行快速安装 after-effects AI 技能到你的开发环境
来源:aedev-tools/adobe-agent-skills。
This skill automates After Effects by generating ExtendScript (.jsx) and executing it via osascript. It reads project state through query scripts, uses rule files for domain knowledge, and wraps all mutations in undo groups.
Then read /tmp/ae-assistant-result.json for active comp, selected layers, CTI.
If this is the first interaction or the project context is unknown, also run:
通过 ExtendScript 自动化 Adobe After Effects。当用户要求创建、修改或查询 After Effects 项目中的任何内容(图层、关键帧、表达式、效果、合成、资源、渲染、批处理操作)时使用。在 macOS 上通过 osascript 生成并执行 JSX ExtendScript。 来源:aedev-tools/adobe-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/aedev-tools/adobe-agent-skills --skill after-effects通过 ExtendScript 自动化 Adobe After Effects。当用户要求创建、修改或查询 After Effects 项目中的任何内容(图层、关键帧、表达式、效果、合成、资源、渲染、批处理操作)时使用。在 macOS 上通过 osascript 生成并执行 JSX ExtendScript。 来源:aedev-tools/adobe-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aedev-tools/adobe-agent-skills --skill after-effects 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aedev-tools/adobe-agent-skills