makers-migration
Migrate existing AI agent projects (LangChain, LangGraph, OpenAI Agents SDK, Claude Agent SDK, CrewAI) to EdgeOne Makers platform conventions. Use when the user wants to adapt a standard agent project to run on EdgeOne Makers, convert Express/Next.js API routes to Makers handlers, or add platform capabilities (context.tools, context.sandbox, context.store). Do NOT trigger for new agent projects (use makers-agents instead).
适合你,如果已有LangChain等Agent项目需要迁移到EdgeOne Makers平台
/ 通过 npx 安装 校验哈希
npx oh-my-skill add tencentedgeone/edgeone-makers-tools/makers-migration/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- tencentedgeone/edgeone-makers-tools/makers-migration/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify tencentedgeone/edgeone-makers-tools/makers-migration安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
2026GitHub stars
~3.3K最小装载
~10.7K含声明引用
~10.7K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 77de93b · 表述以原文为准它做什么
将现有的 AI 项目(如 LangChain、CrewAI、OpenAI Agents SDK 等)转换为 EdgeOne Makers 平台格式,包括代码结构调整、API 适配和平台能力注入。
什么时候触发
当用户需要将已有的 AI 代理项目迁移到 EdgeOne Makers 平台,或转换 Express/Next.js API 路由为 Makers 处理器时触发。不适用于新建项目。
装好后可以这样说
触发 LangGraph 迁移流程。
触发 Express 到 Makers 的转换。
注入平台能力。
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…