skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
tencentedgeone/edgeone-makers-tools171 installs

makers-cli

EdgeOne Makers CLI command reference. Use when running edgeone CLI commands for dev, build, deploy, env management.

How do I install this agent skill?

npx skills add https://github.com/tencentedgeone/edgeone-makers-tools --skill makers-cli
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill is a command reference for the EdgeOne Makers CLI. It provides instructions for installing the official CLI via npm and executing standard commands for development, deployment, and environment variable management. No security issues were detected.

  • Socketpass

    No alerts

  • Snykfail

    Risk: HIGH · 1 issue

What does this agent skill do?

EdgeOne Makers CLI Reference

Install

npm install -g edgeone

Verify: edgeone -v

Commands

CommandDescription
edgeone makers devStart local dev server (agent runtime + frontend)
edgeone makers buildBuild agents + frontend into .edgeone/
edgeone makers deployBuild and deploy to EdgeOne Makers
edgeone makers deploy -n <name>Deploy as a new project
edgeone makers deploy -t <token>Deploy with API token (CI/headless)
edgeone makers deploy -e previewDeploy to preview environment
edgeone makers linkLink local project to remote EdgeOne project
edgeone makers env pullPull remote env vars to local .env
edgeone makers env set <KEY> <VALUE>Set a remote environment variable
edgeone makers env lsList remote environment variables
edgeone makers env rm <KEY>Remove a remote environment variable
edgeone loginLogin (browser-based)
edgeone login --site chinaLogin to China site
edgeone login --site globalLogin to Global site
edgeone whoamiCheck current login status

Environment Variable

Before any edgeone command, set:

export PAGES_SOURCE=skills

Or inline: PAGES_SOURCE=skills edgeone makers dev

Common Workflows

First-time setup

npm install -g edgeone
edgeone login
PAGES_SOURCE=skills edgeone makers link
PAGES_SOURCE=skills edgeone makers env pull
PAGES_SOURCE=skills edgeone makers dev

Deploy

edgeone makers deploy

Set env vars for production

edgeone makers env set WSA_API_KEY "your-key"
edgeone makers env set SUPABASE_URL "https://xxx.supabase.co"

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/tencentedgeone/edgeone-makers-tools/makers-cli">View makers-cli on skillZs</a>