{
  "schemaVersion": "1.0",
  "item": {
    "slug": "deploy-kit",
    "name": "Deploy Kit",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/HugoSbl/deploy-kit",
    "canonicalUrl": "https://clawhub.ai/HugoSbl/deploy-kit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/deploy-kit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deploy-kit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/railway.md",
      "references/supabase.md",
      "references/vercel.md",
      "scripts/deploy.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/deploy-kit"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/deploy-kit",
    "agentPageUrl": "https://openagent3.xyz/skills/deploy-kit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deploy-kit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deploy-kit/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Deploy Kit — Skill de Déploiement Web",
        "body": "Simplifie le déploiement d'apps web sur Vercel, Railway et Supabase via leurs CLIs."
      },
      {
        "title": "Quand utiliser ce skill",
        "body": "L'utilisateur demande de déployer une app, créer une base de données, configurer un hébergement, ou gérer des variables d'environnement sur ces plateformes."
      },
      {
        "title": "1. Détecter le projet",
        "body": "python3 skills/deploy-kit/scripts/deploy.py detect <chemin>\n\nRetourne : framework, langage, fichiers clés trouvés."
      },
      {
        "title": "2. Vérifier les CLIs disponibles",
        "body": "python3 skills/deploy-kit/scripts/deploy.py check\n\nSi un CLI manque, guide l'installation (voir références)."
      },
      {
        "title": "3. Recommander une plateforme",
        "body": "python3 skills/deploy-kit/scripts/deploy.py recommend <chemin>\n\nType de projetPlateforme recommandéeFrontend statique / SSR (Next, Astro, Vite, Svelte, Nuxt)VercelBackend / API (Express, Flask, FastAPI, Django)RailwayApp full-stack avec BDDRailway + SupabaseBDD / Auth / Storage / Edge FunctionsSupabase"
      },
      {
        "title": "4. Déployer",
        "body": "python3 skills/deploy-kit/scripts/deploy.py deploy <chemin> --platform <vercel|railway|supabase>\n\n⚠️ TOUJOURS demander confirmation avant de déployer. Le script demande aussi une confirmation interactive."
      },
      {
        "title": "Détection de projet — Règles",
        "body": "Fichier trouvéFramework détecténext.config.*Next.jsastro.config.*Astrovite.config.*Vitesvelte.config.*SvelteKitnuxt.config.*Nuxtremix.config.* / app/root.tsxRemixangular.jsonAngularrequirements.txt / PipfilePythonmanage.pyDjangopackage.json → scripts.startNode.js appDockerfileDocker (Railway)supabase/config.tomlSupabase project"
      },
      {
        "title": "Variables d'environnement",
        "body": "Vercel : vercel env add NOM_VAR ou via dashboard\nRailway : railway variables set NOM=VALEUR\nSupabase : secrets via supabase secrets set NOM=VALEUR\n\nToujours vérifier .env / .env.local pour les vars existantes avant déploiement."
      },
      {
        "title": "Domaines custom",
        "body": "Vercel : vercel domains add mondomaine.com\nRailway : railway domain (génère un sous-domaine), custom via dashboard"
      },
      {
        "title": "Références détaillées",
        "body": "Charger à la demande selon la plateforme :\n\nskills/deploy-kit/references/vercel.md — Vercel CLI complet\nskills/deploy-kit/references/railway.md — Railway CLI complet\nskills/deploy-kit/references/supabase.md — Supabase CLI complet"
      },
      {
        "title": "Commandes rapides",
        "body": "ActionCommandeDeploy preview VercelvercelDeploy prod Vercelvercel --prodDeploy Railwayrailway upPush DB Supabasesupabase db pushDeploy edge functionsupabase functions deploy <nom>Voir les logsvercel logs <url> / railway logsLister les projetsvercel ls / railway list"
      },
      {
        "title": "Règles pour l'agent",
        "body": "Ne jamais déployer sans confirmation explicite de l'utilisateur\nToujours détecter le projet avant de recommander\nVérifier que le CLI est installé et authentifié\nCharger la référence détaillée de la plateforme si besoin de commandes avancées\nProposer un déploiement preview avant production\nMentionner les coûts potentiels si projet hors free tier"
      }
    ],
    "body": "Deploy Kit — Skill de Déploiement Web\n\nSimplifie le déploiement d'apps web sur Vercel, Railway et Supabase via leurs CLIs.\n\nQuand utiliser ce skill\n\nL'utilisateur demande de déployer une app, créer une base de données, configurer un hébergement, ou gérer des variables d'environnement sur ces plateformes.\n\nWorkflow principal\n1. Détecter le projet\npython3 skills/deploy-kit/scripts/deploy.py detect <chemin>\n\n\nRetourne : framework, langage, fichiers clés trouvés.\n\n2. Vérifier les CLIs disponibles\npython3 skills/deploy-kit/scripts/deploy.py check\n\n\nSi un CLI manque, guide l'installation (voir références).\n\n3. Recommander une plateforme\npython3 skills/deploy-kit/scripts/deploy.py recommend <chemin>\n\nType de projet\tPlateforme recommandée\nFrontend statique / SSR (Next, Astro, Vite, Svelte, Nuxt)\tVercel\nBackend / API (Express, Flask, FastAPI, Django)\tRailway\nApp full-stack avec BDD\tRailway + Supabase\nBDD / Auth / Storage / Edge Functions\tSupabase\n4. Déployer\npython3 skills/deploy-kit/scripts/deploy.py deploy <chemin> --platform <vercel|railway|supabase>\n\n\n⚠️ TOUJOURS demander confirmation avant de déployer. Le script demande aussi une confirmation interactive.\n\nDétection de projet — Règles\nFichier trouvé\tFramework détecté\nnext.config.*\tNext.js\nastro.config.*\tAstro\nvite.config.*\tVite\nsvelte.config.*\tSvelteKit\nnuxt.config.*\tNuxt\nremix.config.* / app/root.tsx\tRemix\nangular.json\tAngular\nrequirements.txt / Pipfile\tPython\nmanage.py\tDjango\npackage.json → scripts.start\tNode.js app\nDockerfile\tDocker (Railway)\nsupabase/config.toml\tSupabase project\nVariables d'environnement\nVercel : vercel env add NOM_VAR ou via dashboard\nRailway : railway variables set NOM=VALEUR\nSupabase : secrets via supabase secrets set NOM=VALEUR\n\nToujours vérifier .env / .env.local pour les vars existantes avant déploiement.\n\nDomaines custom\nVercel : vercel domains add mondomaine.com\nRailway : railway domain (génère un sous-domaine), custom via dashboard\nRéférences détaillées\n\nCharger à la demande selon la plateforme :\n\nskills/deploy-kit/references/vercel.md — Vercel CLI complet\nskills/deploy-kit/references/railway.md — Railway CLI complet\nskills/deploy-kit/references/supabase.md — Supabase CLI complet\nCommandes rapides\nAction\tCommande\nDeploy preview Vercel\tvercel\nDeploy prod Vercel\tvercel --prod\nDeploy Railway\trailway up\nPush DB Supabase\tsupabase db push\nDeploy edge function\tsupabase functions deploy <nom>\nVoir les logs\tvercel logs <url> / railway logs\nLister les projets\tvercel ls / railway list\nRègles pour l'agent\nNe jamais déployer sans confirmation explicite de l'utilisateur\nToujours détecter le projet avant de recommander\nVérifier que le CLI est installé et authentifié\nCharger la référence détaillée de la plateforme si besoin de commandes avancées\nProposer un déploiement preview avant production\nMentionner les coûts potentiels si projet hors free tier"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/HugoSbl/deploy-kit",
    "publisherUrl": "https://clawhub.ai/HugoSbl/deploy-kit",
    "owner": "HugoSbl",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/deploy-kit",
    "downloadUrl": "https://openagent3.xyz/downloads/deploy-kit",
    "agentUrl": "https://openagent3.xyz/skills/deploy-kit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deploy-kit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deploy-kit/agent.md"
  }
}