تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٤١٢
forks:٤١
updated:٢٠ مارس ٢٠٢٦ في ١٢:٠٧
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.