vibiz-runtime-repair
Use when the sandbox app fails to build, boot, render, authenticate, call AI routes, read offers, or deploy cleanly.
Install / Use
npx skills add Vibiz-ai/vibiz-saasInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
OperationsSupported Platforms
Tags
Skill content
View source on GitHubname: vibiz-runtime-repair description: Use when the sandbox app fails to build, boot, render, authenticate, call AI routes, read offers, or deploy cleanly. compatibility: opencode
Vibiz Runtime Repair
Repair the real failure. Do not bypass platform contracts to make an error disappear.
Start here:
- Read the exact error, terminal output, browser console, or failing route response.
- Inspect the file named in the stack trace before changing adjacent code.
- Check env-dependent code in
src/lib/auth.ts,src/middleware.ts,src/lib/sapiom.ts,src/lib/api-guard.ts, andscripts/migrate.mjs. - Check sandbox boot behavior in
e2b.tomland template build behavior inDockerfile.
Safe repair patterns:
- If auth is unavailable because Turso env vars are missing, preserve landing-page-only mode and existing guards.
- If AI routes fail because
SAPIOM_API_KEYis missing, keep server-only behavior and return a clear unavailable state. - If a user-supplied third-party integration truly requires a runtime key, put it in
.envserver-side and keep it out of browser-exposedNEXT_PUBLIC_*vars unless the key is designed to be public. - If offers are missing, preserve
getSeededOffers()fallback behavior and do not fabricate seeded offers. - If Tailwind fails, fix class/config/CSS compatibility instead of removing whole sections.
- If Next build fails from runtime-only env assumptions, make the code tolerate absent envs during build without exposing secrets or disabling production behavior.
Verification:
- Run the failing command again after each targeted fix.
- Run
npm run buildbefore considering runtime repairs complete. - Search for accidental secret exposure with
rg -n "SECRET|TOKEN|API_KEY|STRIPE".
Related Skills
Douyin_TikTok_Download_API
20.3k🚀 Self-hosted TikTok & Douyin scraper and no-watermark video downloader — async REST API, MCP server, CLI and web console for posts, profiles, comments and playlists. Self-healing identity pool, PostgreSQL archive, one docker compose up. 抖音、TikTok 数据采集与无水印视频下载 API,自托管,支持 MCP 调用与 Docker 一键部署。
worldmonitor
87.2kReal-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
nacos
33.4kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
dbx
20.3k25 MB lightweight cross-platform database client for 90+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker.
Security Score
Audited on Invalid Date
