zeabur-context
3
总安装量
1
周安装量
#61847
全站排名
安装命令
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-context
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
gemini-cli
1
Skill 文档
Zeabur Context Setup
The Pattern
# 1. Find project ID
npx zeabur@latest project list
# 2. Set project (NOTE: "project" is subcommand, not flag)
npx zeabur@latest context set project --id <project-id> -y
# 3. Verify
npx zeabur@latest service list -i=false
Common Mistake
# â WRONG - treats project-id as flag
npx zeabur@latest context set --project-id xxx
# â
CORRECT - "project" is subcommand
npx zeabur@latest context set project --id xxx -y
Check Current Context
npx zeabur@latest context get