edgeone-makers-tools
EdgeOne Makers platform development router — the single entry point for building, storing data, and deploying on Tencent EdgeOne Makers. Trigger whenever the…
EdgeOne Makers Cloud Functions — Node.js, Go, and Python runtimes. Use when building server-side APIs, Express/Koa patterns, or backend logic.
$ npx -y skills add tencentedgeone/edgeone-pages-skills --skill makers-cloud-functions --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/makers-cloud-functionsContext preview
The summary Claude sees to decide when to auto-load this skill.
EdgeOne Makers Cloud Functions — Node.js, Go, and Python runtimes. Use when building server-side APIs, Express/Koa patterns, or backend logic.
name: edgeone-makers-cloud-functions
description: >-
EdgeOne Makers Cloud Functions — Node.js, Go, and Python runtimes.
Use when building server-side APIs, Express/Koa patterns, or backend logic.
pathPatterns:
- cloud-functions/**
validate:
- pattern: "process\\.env|os\\.environ"
message: "Read env via context.env inside cloud-functions/, never process.env or os.environ."
metadata:
author: edgeone
version: "1.0.0"Server-side functions supporting Node.js, Go, and Python runtimes.
| Runtime | When to use | Reference | |---------|-------------|-----------| | Node.js | Express/Koa patterns, npm ecosystem | [references/node-functions.md](references/node-functions.md) | | Go | High performance, Gin/Echo/Chi | [references/go-functions.md](references/go-functions.md) | | Python | Flask/FastAPI, ML libraries | [references/python-functions.md](references/python-functions.md) |
Official AI Agent Skills for developing and deploying projects on EdgeOne Makers.
Repo: tencentedgeone/edgeone-pages-skills
EdgeOne Makers platform development router — the single entry point for building, storing data, and deploying on Tencent EdgeOne Makers. Trigger whenever the…
This skill guides building AI agent endpoints on EdgeOne Makers — five framework routes (DeepAgents, LangGraph, CrewAI, OpenAI Agents SDK, Claude Agent SDK),…
EdgeOne Makers CLI command reference. Use when running edgeone CLI commands for dev, build, deploy, env management.
This skill deploys frontend and full-stack projects to EdgeOne Makers (Tencent EdgeOne). Trigger this skill whenever deployment is part of the task — whether…
V8-based lightweight edge functions on EdgeOne Makers. Covers routing, KV storage access, request/response handling, and environment variables at the edge.
Environment-specific adaptation rules for EdgeOne Makers Skills running in sandboxed or restricted AI coding environments (e.g. WorkBuddy). Trigger when: the…