Agent skill

juicebox-deploy-integration

Deploy Juicebox integrations. Trigger: "deploy juicebox", "juicebox production deploy".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/juicebox-pack/skills/juicebox-deploy-integration

SKILL.md

Juicebox Deploy Integration

Docker

dockerfile
FROM node:20-slim
WORKDIR /app
COPY package*.json ./
RUN npm ci --production
COPY dist/ ./dist/
ENV JUICEBOX_API_KEY=""
CMD ["node", "dist/index.js"]

Cloud Run

bash
echo -n "jb_live_..." | gcloud secrets create juicebox-key --data-file=-
gcloud run deploy recruiter-svc --set-secrets JUICEBOX_API_KEY=juicebox-key:latest

Resources

Next Steps

See juicebox-webhooks-events.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results