edgeone-pages-deploy
Installation
SKILL.md
EdgeOne Pages Deployment Skill
Deploy any project to EdgeOne Pages.
⛔ Critical Rules (never skip)
- CLI version ≥
1.2.30— reinstall if lower. Never proceed with an outdated version. - Never truncate the deploy URL —
EDGEONE_DEPLOY_URLincludes query parameters required for access. Always output the complete URL. - Ask the user to choose China or Global site before login. Never assume.
- Auto-detect the login method — browser login in desktop environments, token login in headless/remote/CI environments. Follow the decision table below.
- After token login, ask if the user wants to save the token locally for future use.
- Before triggering any browser popup (login / 注册), explain the reason and the benefits to the user first — never silently launch a browser window.
Environment Setup
Before executing any edgeone CLI command (install, login, deploy, etc.), set the following environment variable in the current shell session:
Related skills