edgeone-makers-agents
This skill guides building AI agent endpoints on EdgeOne Makers — five framework routes (DeepAgents, LangGraph, CrewAI, OpenAI Agents SDK, Claude Agent SDK), platform-injected `context.store` / `context.tools` / `context.sandbox`, conversation_id dual-channel routing, SSE streaming, and `agents/` vs `cloud-functions/` separation. It should be used when the user wants to create or review an AI agent endpoint on EdgeOne Makers — e.g. "build an agent on EdgeOne Makers", "create a Claude agent endpoint", "wire LangGraph into Makers", "stream LLM responses with SSE", "review my agent template", "use context.store / context.sandbox / context.tools". Do NOT trigger for plain Edge Functions, Cloud Functions, or middleware (those don't run AI logic — use edgeone-pages-dev instead). Do NOT trigger for deployment workflows (use edgeone-pages-deploy). Do NOT trigger for generic AI framework development outside an EdgeOne Makers project.
适合你,如果你需要在 EdgeOne Makers 平台上创建或审查 AI agent 端点。
npx oh-my-skill add tencentedgeone/edgeone-makers-tools/edgeone-makers-agentscurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- tencentedgeone/edgeone-makers-tools/edgeone-makers-agentsnpx oh-my-skill verify tencentedgeone/edgeone-makers-tools/edgeone-makers-agents怎么用
商店整理自技能原文 · 版本 77de93b · 表述以原文为准安装后,Claude 能指导你在 EdgeOne Makers 上构建 AI 智能体端点,支持五种框架(DeepAgents、LangGraph、CrewAI、OpenAI Agents SDK、Claude Agent SDK),并处理 SSE 流式传输、对话状态持久化等平台特性。
当用户要求创建或审查 EdgeOne Makers 上的 AI 智能体端点时触发,例如“在 EdgeOne Makers 上构建一个智能体”或“将 LangGraph 接入 Makers”。