edgeone-makers-deploy

Installation
SKILL.md

EdgeOne Makers Deployment Skill

Deploy any project to EdgeOne Makers.

⛔ Critical Rules (never skip)

  1. CLI version ≥ 1.6.0 — reinstall if lower. Versions below 1.6.0 lack the non-interactive fixes (whoami fail-fast, --json output) and will hang in Agent/CI environments. Never proceed with an outdated version.

  2. Never truncate the deploy URL — this applies to EVERY mentionEDGEONE_DEPLOY_URL includes query parameters (?eo_token=...&eo_time=...) required for access. Without them the page returns 401. Always output the complete URL with full query string. This rule applies to: the primary display, summary tables, footnotes, comparisons, code blocks, present_files calls — every single occurrence of the URL in your reply. Truncation is any removal of the ? and everything after it.

    ❌ WRONG (truncated — will 401):

    https://my-app-w9t0lxe8.edgeone.cool
    

    ✅ CORRECT (full URL):

    https://my-app-w9t0lxe8.edgeone.cool?eo_token=abc123&eo_time=1234567890
    
Installs
286
GitHub Stars
1.9K
First Seen
Jun 27, 2026
edgeone-makers-deploy — tencentedgeone/edgeone-makers-tools