socc-deploy
3
总安装量
3
周安装量
#59947
全站排名
安装命令
npx skills add https://github.com/soccagency/socc-skill --skill socc-deploy
Agent 安装分布
opencode
3
antigravity
3
qwen-code
3
github-copilot
3
codex
3
kimi-cli
3
Skill 文档
socc-deploy
Use this skill when a frontend project is ready to share and you need a temporary preview URL.
Socc uploads static build output and returns a preview like https://xxxx.socc.ink.
Install CLI
Preferred global install:
npm i -g socclink
Alternative one-off run:
npx --yes socclink link
Deploy
From project root:
socc link
Useful flags:
socc link --ttl 1
socc link --framework auto
socc link --password demo1234
Expected output
Extract and report a URL with this pattern:
https://[a-z0-9]{8}\.socc\.ink
Response format:
Your preview is live at: https://xxxx.socc.ink
Scope and limits
- Static-only deployments.
- Build output directory must exist (
dist,build, orout). - Plan limits can block deploys (daily links, active deployments, size, traffic).
Quick troubleshooting
Not authenticated
- Run
socc login <token>with a valid API token.
Output directory not found
- Ensure the project build actually generated static output.
Daily limit reachedorMax active deployments reached
- Delete old previews with
socc delete <id>or wait for reset.