Skip to content

/makers-cloud-functions

EdgeOne Makers Cloud Functions — Node.js, Go, and Python runtimes. Use when building server-side APIs, Express/Koa patterns, or backend logic.

From plugin
edgeone-makers-tools
1.9k11 skills1 hook
Install
$ npx -y skills add tencentedgeone/edgeone-pages-skills --skill makers-cloud-functions --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/makers-cloud-functions

Context 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.

SKILL.md

makers-cloud-functions.SKILL.md
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"

Cloud Functions

Server-side functions supporting Node.js, Go, and Python runtimes.

Runtime Selection

| 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) |

Ships withedgeone-makers-tools

Official AI Agent Skills for developing and deploying projects on EdgeOne Makers.

Get the whole plugin, auto-invoked
Stats
1,896
Stars
153
Forks
Active
Maintenance
JavaScript
Language
7d ago
Last commit
6mo ago
Created

Repo: tencentedgeone/edgeone-pages-skills

Other skills on edgeone-makers-tools.