socc-deploy

Deploy a static frontend preview to a temporary Socc URL. Use when an agent needs to publish a build quickly for review.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "socc-deploy" with this command: npx skills add soccagency/socc-skill/soccagency-socc-skill-socc-deploy

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, or out).
  • Plan limits can block deploys (daily links, active deployments, size, traffic).

Quick troubleshooting

  1. Not authenticated
  • Run socc login <token> with a valid API token.
  1. Output directory not found
  • Ensure the project build actually generated static output.
  1. Daily limit reached or Max active deployments reached
  • Delete old previews with socc delete <id> or wait for reset.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated