aibot88-sec-skill-store-hex-deploy-integration.ocm.json json Copy{
"ocm": "1",
"id": "aibot88-sec-skill-store-hex-deploy-integration",
"kind": "skill",
"name": "hex-deploy-integration",
"description": "Deploy Hex integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying Hex-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like \"deploy hex\", \"hex Vercel\", \"hex production deploy\", \"hex Cloud Run\", \"hex Fly.io\".",
"publisher": "aibot88",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"saas",
"hex",
"data",
"analytics",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Deploy Hex integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying Hex-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like \"deploy hex\", \"hex Vercel\", \"hex production deploy\", \"hex Cloud Run\", \"hex Fly.io\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/aibot88/sec_skill_store",
"path": "skills/claudskills/hex-deploy-integration/SKILL.md",
"ref": "608120788167d56f99e31449e411e603ed250dc6",
"url": "https://github.com/aibot88/sec_skill_store/blob/608120788167d56f99e31449e411e603ed250dc6/skills/claudskills/hex-deploy-integration/SKILL.md",
"key": "aibot88/sec_skill_store/skills/claudskills/hex-deploy-integration/SKILL.md"
},
"allowed_tools": [
"Read,",
"Write,",
"Edit,",
"Bash(vercel:*),",
"Bash(fly:*),",
"Bash(gcloud:*)"
],
"license": "MIT"
},
"instructions": "# Hex Deploy Integration\n\n## Overview\n\nDeploy Hex orchestration services that trigger project runs from web endpoints or cron jobs.\n\n## Instructions\n\n### Vercel — On-Demand Data Refresh\n\n```typescript\n// api/refresh.ts\nexport default async function handler(req, res) {\n const response = await fetch(`https://app.hex.tech/api/v1/project/${process.env.HEX_PROJECT_ID}/run`, {\n method: 'POST',\n headers: { 'Authorization': `Bearer ${process.env.HEX_API_TOKEN}`, 'Content-Type': 'application/json' },\n body: JSON.stringify({ inputParams: req.body || {}, updateCacheResult: true }),\n });\n res.",
"cost": {
"context_tokens": 252
}
}