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

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
Automation

lifelog

生活记录自动化系统。自动识别消息中的日期(今天/昨天/前天/具体日期),使用 SubAgent 智能判断,记录到 Notion 对应日期,支持补录标记。 适用于:(1) 用户分享日常生活点滴时自动记录;(2) 定时自动汇总分析并填充情绪、事件、位置、人员字段

Archived SourceRecently Updated
Automation

unified-self-improving

统一自我进化系统,整合 self-improving-agent、self-improving、mulch 三个技能的优势,提供结构化日志、三层存储、自动升级、模式检测、命名空间隔离和 token 高效的 JSONL 格式支持。

Archived SourceRecently Updated