Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:412
forks:41
updated:March 20, 2026 at 12:07
SKILL.md
VACUUM the SQLite database to reclaim disk space and consolidate WAL
Build and deploy the demo site to Cloudflare Workers manually
Run the optimal set of vitest tests and typecheck based on changed files or arguments
| name | demo-status |
| description | Check demo site deployment status and troubleshoot build failures |
| user_invocable | true |
Check the current deployment status of the demo site and troubleshoot issues.
# 1. Current deployment
npx wrangler deployments status
# 2. Recent deployment history
npx wrangler deployments list
# 3. Check Cloudflare status (if API errors occur)
# Fetch https://www.cloudflarestatus.com/ and report any active incidents
If Cloudflare Builds fails with "build token has been deleted or rolled":
oksskolten-demo → Settings → BuildsThis is often caused by Cloudflare API incidents rather than actual token expiry.
As a workaround, use /demo-deploy to deploy manually from local.